Sending RTSP stream

Nicolas Dufresne nicolas at ndufresne.ca
Fri Jun 17 01:19:21 UTC 2016


Le 16 juin 2016 4:51 PM, "Monyz Wacon" <monyz.ww at gmail.com> a écrit :
>
> Hello,
> I would like to send RTSP stream from my RPi to PC. I played a bit with
examples for gst-rtsp-server and everything works fine. However I would
like to do something similar like with udpsink, what means that Raspberry
Pi will send RTSP stream to PC, not that PC needs to connect to the server
on Raspberry Pi to get get a stream. Is it possible to use gst-rtsp-server
so that it will await for incoming RTSP stream?
>
> Something like that but for RTSP instead of RTP:
>
> gst-launch-1.0 -e -v v4l2src device=/dev/video0 !
'video/x-h264,width=320,height=200,framerate=30/1' ! h264parse ! rtph264pay
! udpsink host=192.168.0.1 port=6222

You could try the new rtspsink element shipped with the rtsp server. This
is rtsp record protocol. In that case, the server would run on the PC, and
the rpi would be the one connecting.

>
> If not, what are the options to do it (sending encrypted stream, I
believe that RTP is not encrypted)?
>
> Best regards
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160616/9b158493/attachment.html>


More information about the gstreamer-devel mailing list