i'm using an vlc(0.8.5) server with telnet and rtsp. I execute it like this:
vlc -I telnet --rtsp-host 0.0.0.0:554
With the telnet y make the VLM file
rob3
type: vod
enabled: yes
loop: no
mux: tx
inputs: /root/Irobot.mpg
So when my Amino send the rtsp command to play rob3 the server recognizes sends an Ok and start playing the movie. The UDP destination is OK but the port isn't. The server tells me that i cannot use same video and audio port numbers. How can i make the vlc to take the correct port. With etherreal i can see the vlc is sending TCP packet to the amino address but to port 1234!!! and the amino wants the packet in port 11111.
Thanks.
eugenio