Hi everyone,
I'm trying to setup a Pc running VLC (0.9.8a) to serve as an RTSP server to a couple aminos.
I've read a lot of problems with this setup in the forums, but all related to older versions of VLC. But, unfortunately, I'm not been able to stream properly.
I've started VLC with this command:
vlc.exe -vvvvv --ttl 12 --color -I telnet --extraintf http --telnet-password test--rtsp-host 0.0.0.0:554
from the http interface, in the VLM tab in the VOD Elements i've created the following comand:
new Prueba vod enabled input "C:\Users\A121893\Documents\Peter Pan.mpg" output #std{access=rtp,mux=ts,dst=}
then, in the amino, i've added to /mnt/nv/chnls.txt the following line:
09: rtsp://192.168.1.58:554/Prueba
now, I started wireshark in the Pc and them push channel 9 on the remote of the amino, and I can see this rstp dialog:
SETUP rtsp:/Prueba RTSP/1.0
CSeq: 1
Transport: MP2T/H2221/UDP;unicast;destination=192.168.1.52;client_port=11112
range: npt=0.000-
x-mayNotify:
x-playNow:
RTSP/1.0 200 OK
Transport: MP2T/H2221/UDP;unicast;client_port=11112-11113
Server: VLC Server
Content-Length: 0
CSeq: 1
Cache-Control: no-cache
Session: 41;timeout=5
(5 seconds later...)
TEARDOWN rtsp:/Prueba RTSP/1.0
CSeq: 2
Session: 41
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 2
Cache-Control: no-cache
Session: 41;timeout=5
but i cannot see a single frame going to 192.168.1.52:11112
¿any clue?
Thx in advance to everybody
Alejandro