Skip to content

Instantly share code, notes, and snippets.

@gapato
Created January 19, 2014 19:11
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 gapato/8509549 to your computer and use it in GitHub Desktop.
Save gapato/8509549 to your computer and use it in GitHub Desktop.
lequipe.fr live stream via rtmpdump and vlc
#!/bin/bash
app='equipetv_live21/'
flashVer='LNX 11,2,202,332'
swfUrl='http://www.lequipe21.fr/jwplayer/jwplayer.flash.swf'
tcUrl='rtmp://vipwowza.yacast.net/equipetv_live21/'
pageUrl='http://www.lequipe21.fr'
host='vipwowza.yacast.net'
playpath='live21'
bufferSize=2000 # milliseconds
rtmpdump --swfVfy $swfUrl --tcUrl $tcUrl --pageUrl $pageUrl --app $app --host $host --playpath $playpath --live -b $bufferSize | vlc -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment