Skip to content

Instantly share code, notes, and snippets.

@skyhisi
Created August 6, 2019 12:17
Show Gist options
  • Save skyhisi/25baf12eb88145c8305563cd7ee26d65 to your computer and use it in GitHub Desktop.
Save skyhisi/25baf12eb88145c8305563cd7ee26d65 to your computer and use it in GitHub Desktop.
VLC Ouput UDP Multicast Stream
#!/bin/bash
cvlc "$1" \
--sout='#udp{dst=239.1.1.170:1234}' \
--no-sout-rtp-sap \
--no-sout-standard-sap \
--sout-all --ttl=1 --sout-keep --loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment