[Bug 629506] playbin2 hangs when trying to play RTSP stream with MPEG-2 video and MPEG audio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 25 01:52:00 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=629506
  GStreamer | gst-plugins-good | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |OBSOLETE

--- Comment #18 from Edward Hervey <bilboed at gmail.com> 2012-05-25 08:51:55 UTC ---
when running the following, it gets decoded properly:

* filesrc location=out_kasenna.gdp ! gdpdepay ! rtpmp2tdepay ! tsdemux !
mpegvideoparse ! mpeg2dec ! xvimagesink

* filesrc location=out_kasenna.gdp ! gdpdepay ! rtpmp2tdepay ! tsdemux !
mpeg2dec ! xvimagesink

If I depayload the file (filesrc location=out_kasenna.gdp ! gdpdepay !
rtpmp2tdepay ! filesink location=out_kasenna.ts)

This works:
* filesrc location=out_kasenna.ts ! tsdemux ! mpeg2dec ! xvimagesink
* filesrc location=out_kasenna.ts ! tsdemux ! mpegvideoparse ! mpeg2dec !
xvimagesink
* playbin2 pushfile://out_kasenna.ts

This doesn't work:
* playbin2 file://out_kasenna.ts

So to summarize:
* Your initial problem is solved (works push-based, stream detected fine and
decoded fine...) with tsdemux
* There is only an issue when working pull-based with tsdemux (will clone bug
for that)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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