• I have windows XP SP2
• I start the telnet interface of vlc with the command shown below..
Code: Select all
vlc.exe --ttl 255 -I telnet --telnet-password videolan --telnet-host 127.0.0.1 --telnet-port 4212 --rtsp-host 0.0.0.0:5554
Code: Select all
new oneway vod enabled
setup oneway input "file:///D:/vod/oneway.mp4"
I test whether the vod streaming works by opening VLC and opening the addresses..
rtsp://localhost:5554/oneway
rtsp://127.0.0.1:5554/oneway
rtsp://192.168.1.6:5554/oneway ( my computers local ip )
The video streams perfectly and i can seek and do all stuff..
THE PROBLEM HAPPENS WHEN I TRY TO OPEN THE STREAM FROM ANOTHER COMPUTER IN THE INTERNET..
• I get my public IP using whatsmyip.com .... OK
• I setup my firewall to allow port 5554... OK
• I setup my router to allow port 5554... OK
• Using canyouseeme.org i check all the above and it says ok... OK
so i gave my friend this MRL...
rtsp://117.36.56.12:5554/oneway
(117.36.56.12 - my public ip at that time )
BUT HE CANT OPEN THE STREAM.. HIS VLC SAYS IT CANT CONNECT.....
Please some one help on this...