[gstreamer-bugs] [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
Tue Sep 14 07:03:48 PDT 2010


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

--- Comment #10 from Vladimir <wl2776 at gmail.com> 2010-09-14 14:03:42 UTC ---
Created an attachment (id=170243)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=170243)
File created with gst-launch -v rtspsrc
location=rtsp://192.168.24.148:8554/test ! rtpmp2tdepay ! mpegtsdemux ! gdppay
! filesink location=out.gdp

sequence-header-every-gop=true was removed from the mpeg2enc on the server's
side.

The respective call was

gst_rtsp_media_factory_set_launch (factory,
   "( "
     "videotestsrc is-live=1 "
     "! mpeg2enc "
     "! mpegtsmux "
     "! rtpmp2tpay name=pay0 pt=33 "
   " )"
  );

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