Skip to content

Instantly share code, notes, and snippets.

@trakhov
Created August 5, 2013 19:31
Show Gist options
  • Save trakhov/6158764 to your computer and use it in GitHub Desktop.
Save trakhov/6158764 to your computer and use it in GitHub Desktop.
function sopcast_vlc () {
Downloads/sp-auth/sp-sc-auth \
sop://broker.sopcast.com:3912/"$1" 3908 8908 > /dev/null &
sleep 5;
vlc http://localhost:8908/tv.asf;
killall sp-sc-auth;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment