problem rtsp streaming

Chuck Crisler ccrisler at mutualink.net
Mon Aug 26 08:56:07 PDT 2013


I am not sure if you can use GStreamer to support another streaming server
without significant code modification. If you want to use GStreamer as an
RTSP server, download the GStreamer RTSP source and build it. There are
examples included.

http://gstreamer.freedesktop.org/src/gst-rtsp-server/


On Sun, Aug 25, 2013 at 7:52 AM, okhta <oktaspeed at gmail.com> wrote:

> I've managed to stream using rtp, and now I want to try using a streaming
> protocol rtsp ..
>
> I will do the streaming video (mp4/mkv) with server (ubuntu 12.04) and a
> client. on the client I use VLC to open a streaming video.
> example: ip 192.168.10.4 server and client 192.168.1.2-4
>
> server:
> gst-launch filesrc location = /home/okhta/video.mp4 ! decodebin
> name=decoder decoder.  ! queue  ! ffmpegcolorspace ! udpsink
> rtsp://192.168.10.4:8554/test
>
> on the client:
> vlc rtsp://192.168.10.4:8554/test
>
>
> please tell me for pipeline rtsp command on the server, or tell my fault
> that streaming video is successful ..
> thank you ..
>
> sorry if my english language is not good..
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/problem-rtsp-streaming-tp4661700.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/20130826/43e5b2ad/attachment.html>


More information about the gstreamer-devel mailing list