Live RTSP stream from live source

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Live RTSP stream from live source

garrett
I would like to stream video, over rtsp, to platforms like a VLC player or an Android phone. 

My video source is an embedded device streaming H264 video in RTP packets. I am currently displaying the stream on the screen of the receiving computer with GStreamer using ximagesink. I would like to use the receiving computer to take this incoming stream and stream the video out, to the local network, using RTSP. 

I have downloaded and built GStreamer RTSP, I'm trying to look into using it to stream video, but many of the examples I've seen use it to receive over RTSP. 

Is there something like an RTSP sink that can be used in a GStreamer pipeline? 

--
W.A. Garrett Weaver 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Live RTSP stream from live source

Takido
If your video source streams RTP packets, maybe rtpdec could be of some help.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-rtpdec.html

Otherwise, as far as I know, there is nothing like an RTSP sink. So you would perhaps want to create your own RTSP server from your stream, look at GstRTSPServer :
http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/

Hamza

2012/7/11 W.A. Garrett Weaver <[hidden email]>
I would like to stream video, over rtsp, to platforms like a VLC player or an Android phone. 

My video source is an embedded device streaming H264 video in RTP packets. I am currently displaying the stream on the screen of the receiving computer with GStreamer using ximagesink. I would like to use the receiving computer to take this incoming stream and stream the video out, to the local network, using RTSP. 

I have downloaded and built GStreamer RTSP, I'm trying to look into using it to stream video, but many of the examples I've seen use it to receive over RTSP. 

Is there something like an RTSP sink that can be used in a GStreamer pipeline? 

--
W.A. Garrett Weaver 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel