GNOME Bugzilla – Bug 688416
rtsp: video won't play using playbin if no data is received for some streams
Last modified: 2015-09-03 12:33:34 UTC
Created attachment 229073 [details] Output from the following commandline: GST_DEBUG="*decode*:6,*play*:6,*rtsp*:6 gst-launch" gst-launch-1.0 --gst-debug-no-color -v playbin uri=rtsp://192.168.3.234:554/Video-0 video-sink=xvimagesink 2> The following stream will not play using playbin in 1.0.1 GST_DEBUG="*decode*:6,*play*:6,*rtsp*:6 gst-launch" gst-launch-1.0 --gst-debug-no-color -v playbin uri=rtsp://192.168.3.234:554/Video-0 video-sink=xvimagesink 2>debug.log This is also a problem in gst 0.10.32 and 0.10.36 when using playbin2. playbin under 0.10.36 will play the stream.
It looks like it recognises the H.264 stream just fine and starts decoding it, but then something goes wrong when the pad gets exposed. Could you provide a full (gzipped) GST_DEBUG=*:6 log as well please? (with 1.0.x) And maybe you could also do: gdb -p `pidof gst-launch-1.0` (gdb) thread apply all bt (gdb) k (gdb) quit after a few secs when nothing is happening to see where it hangs. Thanks!
Created attachment 229143 [details] Backtrace
Created attachment 229144 [details] Backtrace
Created attachment 229159 [details] First part of gst-launch output
Created attachment 229160 [details] Second part of gst-launch output
Hi Tim, I have attached the requests
the information has provide, reopen th bug
no data is received on the audio and app branch.
Wim: question is, should this stop the rest of the pipeline from working? What to do with this bug? Close it?
Dup'ing to bug 737231 where the suggestion is to consider gap events. *** This bug has been marked as a duplicate of bug 737231 ***