Multicast streaming CLI headless , how to tell if its working?
Posted: 18 Jun 2016 05:40
Hi,
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:
MachineB is currently receiving the stream. Here is the command I am running:
There is a ton of code output from the screen but how do I tell if MachineB is actually receiving the multi cast stream or even if A is sending it out correctly. I don't really see any errors. Is there a log I should tail on both machines?
Thanks in adv
- N00b
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