[gst-devel] live stream repeat/reencode
Florian Iragne
florian.iragne at viewsurf.com
Fri Oct 8 09:50:49 CEST 2010
Hi,
I'm trying to use gstreamer as a live stream repeater, and if i succeed,
adding a re-encoding step.
It currently does not work, and i don't understand why.
My test pipeline, with gst-launch
gst-launch -v rtspsrc location="rtsp://url" ! rtph264depay ! rtph264pay
! udpsink port=15000 sync=false
everything seems fine in the debug of gstreamer, but there's nothing
that appears on port 15000 on localhost (using netstat), and if i try to
play the stream with mplayer, it tells me "Timeout! no data from localhost".
Does anybody have some advice about this?
thanks
Florian
More information about the gstreamer-devel
mailing list