Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created April 25, 2014 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/11306457 to your computer and use it in GitHub Desktop.
Save cirrusUK/11306457 to your computer and use it in GitHub Desktop.
zsh aliases for livestreamer
##Video Streams
alias las="mpv http://videocdn-us.geocdn.scaleengine.net/jblive-iphone/live/jblive.stream/playlist.m3u8"
alias fam="livestreamer -p mpv justin.tv/entertainment_tv119 best"
alias crime="livestreamer -p mpv justin.tv/xcrimecentralxx source"
alias skynews="mplayer mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k"
alias sport="mplayer rtmp://178.22.217.150/tv/live/5.sdp"
alias sport1="mplayer mms://cht-cdn220-is-2.se.bptvlive.ngcdn.telstra.com/bp_online_tvn_med"
alias eurosport="mplayer http://esioslive2-i.akamaihd.net/hls/live/200728/AL_ESP1_UK_ENG/playlist_2500.m3u8"
alias animal="mplayer rtmp://178.22.217.150/tv/live/4.sdp"
alias first48="livestreamer -p mpv justin.tv/firstfourtyeight7#/w/6716687520/16 best"
alias topgear="livestreamer -p mpv justin.tv/gearheads01 source"
alias docs="livestreamer -p mpv justin.tv/thegaltreport best"
alias pawn="livestreamer -p mpv justin.tv/99war99 best"
alias pawn1="livestreamer -p mpv justin.tv/lmtv_us16 best"
alias twittv="mpv http://bglive-a.bitgravity.com/twit/live/high"
alias nature="livestreamer -p mpv justin.tv/lmtv_us21 best"
alias bigbang="livestreamer -p mpv veetle.com/index.php/channel/view#530fbc11075d3/6835c6f309ad52e12b15847f914111f2 best"
alias friends="livestreamer -p mpv http://veetle.com/index.php/channel/view#533b8ea61c816/1ba4dbbe3310100055f16135ff13e4ca best"
alias stargate="livestreamer -p mpv justin.tv/gatedsg mobile_source"
alias sp="livestreamer -p mpv justin.tv/arconai729 source"
alias engadget="livestreamer -p mpv filmon.com/tv/the-engadget-show low"
alias hak5="livestreamer -p mpv filmon.com/tv/hak5-hd-mp4-30fps low"
alias bbc1="livestreamer -p mpv filmon.com/tv/bbc-one low"
alias bbc2="livestreamer -p mpv filmon.com/tv/bbc-two low"
alias itv1="livestreamer -p mpv filmon.com/tv/itv1 low"
alias itv2="livestreamer -p mpv filmon.com/tv/itv2 low"
alias itv3="livestreamer -p mpv filmon.com/tv/itv3 low"
alias itv4="livestreamer -p mpv filmon.com/tv/itv4 low"
alias soprano="livestreamer -p mpv http://veetle.com/index.php/channel/view#53345698dfbd5/e76ced95e0f26d6c3a4494472da77d80 best"
alias crime2="livestreamer -p mplayer http://veetle.com/index.php/channel/view#50bd64fd087cb/67ecba09e3af3817a3b36480b092b4cbp best"
alias cbsdrama="livestreamer -p mpv filmon.com/tv/cbs-drama low"
alias chan4="livestreamer -p mpv filmon.com/tv/channel-4 low"
alias dave="livestreamer -p mpv filmon.com/tv/dave low"
alias quest="livestreamer -p mpv filmon.com/tv/quest low"
alias yesterday="livestreamer -p mpv filmon.com/tv/yesterday low"
alias 5usa="livestreamer -p mpv filmon.com/tv/5usa low"
alias scifi="livestreamer -p mpv veetle.com/index.php/channel/view#52e610b6955aa/043198d4c8fa85744f3f42d182354735 best"
alias friends="livestreamer -p mpv http://veetle.com/v/5e8d1fe74f611b01bd8ccc9300d2c32f best"
alias truedet="livestreamer -p mpv http://veetle.com/index.php/channel/view#5354e3f958dcd/cd724c3d468f19c2dc3e4bf94fe00fc4 best"
alias sp="livestreamer -p mpv veetle.com/index.php/channel/view#53185f48af910 best"
alias topgear="livestreamer -p mpv veetle.com/index.php/channel/view#509aac82a99b5 best"
alias iplay="echo -n BBC iPlayer Shell Commands | pv -qL 10 && cat ~/iplayer.txt"
alias iplayer="echo -n Executing BBC iPlayer | pv -qL 10 && ~/iplayer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment