UDPSRC as source for GStreame-rtsp-server
Thadeu Antonio Ferreira de Melo
thadeu.afm at gmail.com
Fri Sep 15 16:37:44 UTC 2017
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"
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170915/14b3eff0/attachment.html>
More information about the gstreamer-devel
mailing list