I'm new to VLC but i'm trying to use it to test some networking things. My problem is its all command line so im not sure how to tell if its working. Here's my setup:
I setup 3 machines in aws (ubuntu) overlaying multi gre tunnels between the 3 machiens. They are all talking over multi cast and the multicast is working correctly so i'm sure the networking layer is fine.
MachineA is currently sending a stream. Here's the command i'm running:
Code: Select all
vlc -vvv file:////home/ubuntu/jellyfish-5-mbps-hd-h264.mkv --sout '#rtp{access=udp,mux=ts,dst=232.43.211.234,port=1234,sap,group="Video",name=Jellyfish}' :sout-all —loop
Code: Select all
vlc -vvv rtp://@232.43.211.234
Thanks in adv
- N00b