Stream video and save on file

Chuck Crisler ccrisler at mutualink.net
Mon Nov 18 07:43:24 PST 2013


If you want to use the RTSP protocol, you will need the GStreamer RTSP
Server. It isn't as easy to setup as simple pipelines, but does work quite
well. Google will help you find the version you need (0.10 compatible or
1.2+ compatible).


On Mon, Nov 18, 2013 at 5:49 AM, M0rd0r <m0rd00r at gmail.com> wrote:

> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131118/59b98b7d/attachment.html>


More information about the gstreamer-devel mailing list