VLM VoD doesn't work over internet
Posted: 21 Aug 2007 22:18
Hello,
I'm trying do implement a little video on demand solution using VLM. It works pretty good, as long as I don't cross any routers with the stream. Exactly what I want. Unfortunately, as soon as there is at least one router involved, the client doesn't seem to receive any data.
I'm starting the server as follows:
After that I login via telnet (works ok), then I do the following:
This works as expected.
Now I connect with the client using:
This works ok, as mentioned above, as long as there is no router to cross. If there is one, I get the a message saying that no data was received during the last 10 seconds.
Any ideas why this happens? I am so close to a working proof of concept, now I only need some small hint
I'm trying do implement a little video on demand solution using VLM. It works pretty good, as long as I don't cross any routers with the stream. Exactly what I want. Unfortunately, as soon as there is at least one router involved, the client doesn't seem to receive any data.
I'm starting the server as follows:
Code: Select all
vlc --ttl 30 -v --color --rtsp-host 0.0.0.0:5554 -I telnet --telnet-password videolan
Code: Select all
new Test vod enabled
setup Test input /path/to/video/file.mov
Now I connect with the client using:
Code: Select all
vlc rtsp://ip.of.ser.ver:5554/Test
Any ideas why this happens? I am so close to a working proof of concept, now I only need some small hint