<div dir="ltr">netstat -na | grep 554 to see what address your binding to. netstat -na | find /I "554" for windoz.<div><br></div><div>then use nc or telnet to test the port "nc -v 554" from the source host.</div>
<div><br></div><div>also could try nmap -v -p80 destination address </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 2:00 PM, David Schwartz <span dir="ltr"><<a href="mailto:newsletters@thetoolwiz.com" target="_blank">newsletters@thetoolwiz.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m working on a little app that connects to an RTSP server to stream video files.<br>
<br>
The work is being done inside of a Parallels 8 VM on Mac OS X (latest version). (A MacBook Pro.)<br>
<br>
I have a Windows XP (SP3) VM and just created a Win 7 VM.<br>
<br>
I loaded VLC into both OS X and inside of the VMs. VLC does open and stream video channels in all cases.<br>
<br>
However, when I try running or debugging my app inside of either VM, I get a socket error when it tries to open the connection. (The port is usually 554.)<br>
<br>
I also loaded up the dev environment on a Win 7 laptop, and everything works just fine there, too.<br>
<br>
So my tentative conclusion is there may be a port blocked between the VM and the Host. But the fact that VLC runs inside of the VM suggests otherwise.<br>
<br>
<br>
On a related note, I installed Darwin on my Mac laptop (OS X) and while it seems to have launched ok, I cannot seem to stream from it. I can connect to it, but nothing is streamed out.<br>
<br>
The console URL is at: <a href="http://127.0.0.1:1220" target="_blank">http://127.0.0.1:1220</a>, so I assume I connect to it at the same IP address but port 554. Is this correct? (maybe rtsp://<a href="http://127.0.0.1:554/" target="_blank">127.0.0.1:554/</a><file_to_stream>)<br>
<br>
Thanks!<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div><br></div>