Hello,
I'm using VLC 0.9.9 on Windows Server, trying to forward rtp packet from a network (192.168.0.0/24) to another network (10.10.0.0/24).
I capture rtp packet with the following command line :
"c:\Program Files\VideoLAN\VLC\vlc.exe" udp://@10.10.10.100:1234.
Rtp packet seems to be reveive because when i look at statistics i can see there are input packet from the source.
but there are no rtp packets forwarded, using the following command line :
:sout=#duplicate{dst=rtp{dst=192.168.0.3,port=1234,port-audio=1234,port-video=1236}}
There are 2 networks card on my VLC's computer. one on 192.168.0.0/24 and the other on 10.10.0.0/24 network.
any ideas ?
Cheers,
Karhu