[gstreamer-bugs] [Bug 602322] gst-rtsp-server cannot be played with mplayer, vlc, gst-launch or CorePlayer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 18 09:29:05 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602322
  GStreamer | gst-rtsp-server | 0.10.5

--- Comment #5 from Robert Krakora <rob.krakora at messagenetsystems.com> 2009-11-18 17:28:59 UTC ---
That works for me now, however, you can get it to fail with this line and this
is why it was failing for me:

./test-launch --gst-debug=2 "( videotestsrc is-live=1 ! ffmpegcolorspace !
videoscale ! video/x-raw-yuv,width=320,height=240 ! mpeg2enc ! mpegtsmux !
rtpmp2tpay pt=96 name=pay0)"

This line (yours) works well:

./test-launch --gst-debug=2 "( videotestsrc is-live=1 ! ffmpegcolorspace !
videoscale ! video/x-raw-yuv,width=320,height=240 ! mpeg2enc ! mpegtsmux !
rtpmp2tpay pt=96 name=pay0 )"

It is because of the placement of ')' with out a preceding space.  This causes
a syntax error when an RTSP connection request comes in...

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