rtspsrc behavior change when using URI protocols
Hello,
please test a pipeline like this:
gst-launch-1.0 -v rtspsrc location="rtspt://...." ! fakesink silent=false
using gstreamer 1.22.1 this generate requests like these
OPTIONS rtspt://... RTSP/1.0
in previous version we had
OPTIONS rtsp://... RTSP/1.0
this behavior change breaks some cameras. As a workaround we can use URL like rtsp://
and set protocols=0x00000004
. Maybe it's better to revert to the previous behavior. Thank you
Edited by Nicola