<div dir="ltr">I am testing all the above on the same computer. I know that testOnDemandRTSPServer is the Server and openRTSP is the client but I mean in general why are there a love of .exe files as the servers why not just one server? and what is the difference between all of these servers and Live555MediaServer ? is Live555MediaServer the combination of all the previous servers? also where can I read some sort of documentation for each file?</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 13, 2017 at 1:55 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I want to be able to stream using Live555 server and receive using Live555 client. Anyways I started by opening the command line and navigating to testprogs and I place a test.mkv there. then I type the following command<br>
><br>
> C:\Users\Lobna\Downloads\live.<wbr>2017.01.26\live\testProgs><wbr>testonDemandRTSPServer rtsp://<a href="http://192.168.1.108:8554/test.mkv" rel="noreferrer" target="_blank">192.168.1.108:8554/<wbr>test.mkv</a><br>
<br>
</span>The “testOnDemandRTSPServer” command doesn’t take any command-line argument.  Instead, it assumes that the file that it wants to stream is located in the current directory.  I suggest typing:<br>
        cd C:\Users\Lobna\Downloads\live.<wbr>2017.01.26\live\testProgs<br>
then:<br>
        testonDemandRTSPServer<br>
<span class=""><br>
<br>
> I also tried to use openRTSP using this command<br>
<br>
> C:\Users\Lobna\Downloads\live.<wbr>2017.01.26\live\testProgs><wbr>openRTSP -V -n rtsp://<a href="http://192.168.1.108:8554/test.mkv" rel="noreferrer" target="_blank">192.168.1.108:8554/<wbr>test.mkv</a> >> dump.txt<br>
><br>
> and this was the output=><br>
> Failed to get a SDP description for the URL "rtsp://<a href="http://192.168.1.108:8554/test.mkv" rel="noreferrer" target="_blank">192.168.1.108:8554/<wbr>test.mkv</a>"<br>
> : Connection to server failed: No connection could be made because the target ma<br>
> chine actively refused it<br>
><br>
> I saw some posts mentioning that it might be a firewall problem, but I checked and its not my case.<br>
<br>
</span>However, the error message that you got suggests some sort of problem with your Windows firewall.<br>
<br>
Make sure that - initially - you run “openRTSP” on the same computer as “testOnDemandRTSPServer”.  Only once that works should you try running “openRTSP” on a different computer.<br>
<span class=""><br>
<br>
> what am I doing wrong? and which .exe is the server and which is the receiver?<br>
<br>
</span>Huh?  How could you not know this?  “testOnDemandRTSPServer” is, of course, the RTSP server.  “openRTSP” is, of course, the RTSP client.<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/<wbr>mailman/listinfo/live-devel</a><br>
</blockquote></div><br></div>