Stream video and save on file

M0rd0r m0rd00r at gmail.com
Mon Nov 18 02:49:52 PST 2013


Hi all,

I successfully accomplished my first task (Thanks to all). Now I'd like to
stream the same video using RTSP protocol. Actually I use this command:

Encoder:
gst-launch -v -e v4l2src device=/dev/video0 !
'video/x-raw-yuv,width=640,height=480' ! x264enc bitrate=4056 ! tee name=t
t. ! queue ! rtph264pay pt=96 ! udpsink host=192.168.10.158 port=1234 t. !
queue ! avimux ! filesink location=/dev/shm/a.avi

Viewer:
gst-launch-0.10 udpsrc port=1234 ! "application/x-rtp, payload=127" !
rtph264depay ! 'video/x-h264,width=640,height=480' ! ffdec_h264 !
xvimagesink sync=false

Can anyone help me to build a valid command to stream the video with RTSP
protocol?

Thanks a lot (..again).



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Stream-video-and-save-on-file-tp4663134p4663393.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list