GNOME Bugzilla – Bug 753238
rtspsrc playback hangs when qos is enabled on sink
Last modified: 2018-05-12 07:55:39 UTC
rtspsrc playback hangs when qos is enabled on sink. Below is the pipeline used. gst-launch-1.0 uridecodebin uri=rtsp://10.0.254.1/media/video name=src src. ! queue ! identity qos=1 ! videoconvert ! h264enc ! mpegtsmux name=mux mux. ! udpsink host=10.0.100.6 port=8800 qos=1 src. ! queue ! identity qos=1 ! audioconvert ! aacenc ! mux. Please note that h264enc & aacenc are proprietary plugins. The moment qos on sink is disabled, pipeline plays fine.
This is most likely an issue with your proprietary plugins. Closing. Please re-open if you can reproduce with current GStreamer releases *and* either provide logs or reproduce with open plugins.