Skip to content

Instantly share code, notes, and snippets.

@tatic0
Created March 18, 2016 15:37
Show Gist options
  • Save tatic0/b748c6468022f9fc70a5 to your computer and use it in GitHub Desktop.
Save tatic0/b748c6468022f9fc70a5 to your computer and use it in GitHub Desktop.
launch vlc for multicast streams (to be used as an alias)
udp(){
if [ ! -z "$2" ] ; then
vlc udp://@$1:$2
else
vlc udp://@$1:1234
fi
}
@tatic0
Copy link
Author

tatic0 commented Mar 18, 2016

Thanks to @RoyTrenneman for the idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment