UDPSRC as source for GStreame-rtsp-server

Thadeu Antonio Ferreira de Melo thadeu.afm at gmail.com
Fri Sep 15 19:08:54 UTC 2017


The source of the stream is a Windows machine that could be in a different
sub-net. The server is Linux.

The ideal case for our ideal solution would be a server capable of
receiving multiple inputs streams and send them to other devices.

What would be the correct way to negotiate the SDP file?


2017-09-15 15:07 GMT-03:00 Nicolas Dufresne <nicolas at ndufresne.ca>:

> Le vendredi 15 septembre 2017 à 13:37 -0300, Thadeu Antonio Ferreira de
> Melo a écrit :
>
> I´m trying to use a UDPSRC for the source of my stream server. The stream
> can be opened on my "server" with : ffplay udp://<MACHINE IP>:8090 . So,
> I'm sure the data is comming correctly.
>
> the call is ./test-launch "udpsrc uri="udp://<MACHINE IP>:8090" ! sdpdemux
> ! identity name=pay0"
>
>
> Serving the SDP through UDP seems pretty odd, as you sure this is how you
> wanted it. Normally I would have expected the SDP to be stored in file, or
> in ram.
>
>
> I can see the video stream hitting the machine (using nload), however
> there is no output stream.
>
> I changed  test-launch.c so the output stream should go to
>  rtsp://<MACHINE IP6>:5554/test    with gst_rtsp_server_set_address(server,
> addr);
>
> Should I add something else to the  server pipeline?
>
> Or sould I fix something in the test-launch.c code to deal with this type
> of connection?
>
> _______________________________________________
> gstreamer-devel mailing listgstreamer-devel at lists.freedesktop.orghttps://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> _______________________________________________
> 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/20170915/07b4ef7f/attachment-0001.html>


More information about the gstreamer-devel mailing list