Skip to content

Instantly share code, notes, and snippets.

@tomer
Last active June 3, 2021 15:16
Show Gist options
  • Save tomer/227b4f36477210112ce0843530b73e32 to your computer and use it in GitHub Desktop.
Save tomer/227b4f36477210112ce0843530b73e32 to your computer and use it in GitHub Desktop.
VLC UDP Multicast

Usage

./server.sh &
./client.sh &
./client.sh &
./client.sh &
#!/bin/bash
vlc udp://@224.1.1.1:1234
#!/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