[Bug 745150] Infinite loop with GStreamer 1.4.5 on iOS when trying to play RTSP
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 25 08:37:20 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745150
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |thiagossantos at gmail.com
Resolution|--- |NOTABUG
--- Comment #1 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
The same stream works with playbin.
It seems that you are linking the 'audio' pad of the rtspsrc to autovideosink.
If you replace it with autoaudiosink it should work.
rtspsrc should be creating 2 pads, one for video and other for audio and you
need to link them accordingly.
You can check the pipeline used by playbin by running the following command:
GST_DEBUG_DUMP_DOT_DIR=/tmp gst-launch-1.0 playbin
uri="rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov"
and then use 'dot' application to create an image from the files created at
your /tmp dir
dot -Tpng < /tmp/myfile.dot > pipeline_picture.png
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list