Skip to content

Instantly share code, notes, and snippets.

@drhodes
Created January 30, 2011 05:57
Show Gist options
  • Save drhodes/802598 to your computer and use it in GitHub Desktop.
Save drhodes/802598 to your computer and use it in GitHub Desktop.
while true; do
rtmpdump -v -r rtmp://livestfslivefs.fplive.net/livestfslive-live/ \
-y "aljazeera_en_veryhigh?videoId=747084146001&lineUpId=&pubId=665003303001&playerId=751182905001&affiliateId=" \
-W "http://admin.brightcove.com/viewer/us1.24.04.08.2011-01-14072625/federatedVideoUI/BrightcovePlayer.swf" \
-p "http://english.aljazeera.net/watch_now/" \
-a "aljazeeraflashlive-live?videoId=747084146001&lineUpId=&pubId=665003303001&playerId=751182905001&affiliateId=" \
| mplayer - -dumpstream -dumpfile egypt-$(date +%s)
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment