./server.sh &
./client.sh &
./client.sh &
./client.sh &
Last active
June 3, 2021 15:16
-
-
Save tomer/227b4f36477210112ce0843530b73e32 to your computer and use it in GitHub Desktop.
VLC UDP Multicast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
vlc udp://@224.1.1.1:1234 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
vlc http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 :sout=#udp{dst=224.1.1.1:1234} :no-sout-all :sout-keep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment