<div dir="ltr">Our solution works on a local network. But not on a virtual network on Azure.<div><br></div><div>Using the same pipeline we get </div><div><b><br></b></div><div><div><b>[rtsp @ 00000000024c7180] method DESCRIBE failed: 404 Not Found/0</b></div><div><b>rtsp://<a href="http://10.0.2.16:8554/test">10.0.2.16:8554/test</a>: Server returned 404 Not Found</b></div></div><div><br></div><div>--------------------</div><div><br></div><div>We send the stream with ffmpeg to the gst-server host machine ip</div><div><br></div><div>ffmpeg -probesize 32 -i \\.\pipe\stream -codec copy -an -f rtp rtp://<a href="http://10.0.2.16:5678">10.0.2.16:5678</a><br></div><div><br></div><div>Then, we save a SDP file to the server</div><div>********************************</div><div><div>v=0</div><div>o=- 0 0 IN IP4 127.0.0.1</div><div>s=No Name</div><div>c=IN IP4 10.0.2.16</div><div>t=0 0</div><div>a=tool:libavformat 57.72.101</div><div>m=video 5678 RTP/AVP 96</div><div>a=rtpmap:96 H264/90000</div><div>a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z2QAIKwrCIFAX/LgKUGBAZAAAD6AADqYCPHDIRg=,aO48sA==,Z2QAIKwrCIFAX/LgKUGBAZAAAD6AADqYCPHDIRg=,aO48sAA=; profile-level-id=640020</div></div><div><br></div><div>****************************</div><div><br></div><div>Lauch-test.c was changed to use the same IP4.</div><div><br></div><div>Has a cloud virtual net with Windows server 2016 any extra security?<br><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-15 16:08 GMT-03:00 Thadeu Antonio Ferreira de Melo <span dir="ltr"><<a href="mailto:thadeu.afm@gmail.com" target="_blank">thadeu.afm@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The source of the stream is a Windows machine that could be in a different sub-net. The server is Linux.<div><br></div><div>The ideal case for our ideal solution would be a server capable of receiving multiple inputs streams and send them to other devices.</div><div><br></div><div>What would be the correct way to negotiate the SDP file?</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-09-15 15:07 GMT-03:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><span><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></span><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"><span><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(se<wbr>rver, 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>
</span><pre>______________________________<wbr>_________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesk<wbr>top.org</a>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-dev<wbr>el</a>
</pre></blockquote></div><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesk<wbr>top.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-dev<wbr>el</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>