Heya,
I'm pretty darn sure this will be windows specific. I'm on Win7 Ultimate.
I'm trying to play back an rtsp stream on port 554 on the same computer vlc is running on.
No hubs etc involved. It should all be local net traffic. (I'm putting <hostname> instead of my actual hostname).
If I enter the address as : rtsp://<hostname>:554/stream3.0
I get Connection failed: VLC could not connect to <hostname>:554
But if I put : rtsp://127.0.0.1:554/stream3.0
OR rtsp://localhost:554/stream3.0
It works fine!
Unfortunately the software that calls VLC insists on using <hostname> format, so "Why don't you just put 127.0.0.1" isn't a solution.
To add to the insanity. If I use ZoneAlarm as a firewall instead of Windows firewall. It works. But ZoneAlarm doesn't seem to like Win7 much and sometimes fails to initialise at bootup. So I'd rather not go with that.
I've punched holes in the Windows firewall for VLC and the streaming server and it's still borked.
Even adding "127.0.0.1 <hostname>" to the hosts file in c:\windows makes no difference.
Anyone got a clue?
Thanks!!!