GNOME Bugzilla – Bug 753239
No playback is seen when tried playing rtsp uri
Last modified: 2018-05-01 07:08:56 UTC
No playback is seen when tried playing rtsp uri. 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 ! avenc_mpeg4 ! mpegtsmux name=mux mux. ! udpsink host=10.0.100.6 port=8800 qos=1 src. ! queue ! identity qos=1 ! audioconvert ! lamemp3enc ! mux.
This is different from bug #753238 how? (I mean, here you set qos=1 on the identity instead of the sink, but why file different bugs for it when it's likely the same issue?)
I see this issue is different from bug #753238 because playback starts and then hangs after few seconds in that bug when qos is enabled on sink. In the current issue, playback doesnot start at all. I have set qos=1 for both the cases. I just see few logs stating the buffering percentage but the playback will not happen.
No answers after 3 years. Closing. Please re-open if you can reproduce the issue with current stable GStreamer.