[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
Thu May 24 08:21:51 PDT 2012


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

--- Comment #15 from Edward Hervey <bilboed at gmail.com> 2012-05-24 15:21:45 UTC ---
You can't decode mpeg2 without the sequence header. There's no way around that.

So either:
 * You configure the server to do that (disabling it just doesn't make any
sense)
 * Or that information is transferred via another medium (like in the SDP) and
you re-inject it in the stream.

Please provide some dumps from the original Kasenna stream (rtspsrc !
rtmp2tdepay ! gdppay ! filesink). I suspect they do transmit that info somehow.

-- 
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