Created
August 5, 2013 19:31
-
-
Save trakhov/6158764 to your computer and use it in GitHub Desktop.
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
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