<html><head></head><body><div>Le vendredi 15 septembre 2017 à 13:37 -0300, Thadeu Antonio Ferreira de Melo a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8px">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. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">the call is ./test-launch "udpsrc uri="udp://<MACHINE IP>:8090" ! sdpdemux ! identity name=pay0"</div></div></blockquote><div><br></div><div>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.</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I can see the video stream hitting the machine (using nload), however there is no output stream.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I changed  test-launch.c so the output stream should go to  rtsp://<MACHINE IP6>:5554/test    with gst_rtsp_server_set_address(<wbr>server, addr);</div></div><div dir="ltr"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Should I add something else to the  server pipeline?  </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Or sould I fix something in the test-launch.c code to deal with this type of connection?</div></div>
<pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre></blockquote></body></html>