Skip to content

Instantly share code, notes, and snippets.

@taonico
Created July 29, 2012 12:42
Show Gist options
  • Save taonico/3198473 to your computer and use it in GitHub Desktop.
Save taonico/3198473 to your computer and use it in GitHub Desktop.
Nico user live
#!/bin/sh
LV="lv101394446"
PARA=$(python bin/nicolive.py $LV)
echo $PARA
$HOME/usr/bin/rtmpdump $PARA 2>/dev/null | ffplay pipe:
#$HOME/usr/bin/rtmpdump $PARA 2>/dev/null | tee $LV.flv | ffplay pipe:
#$HOME/usr/bin/rtmpdump $PARA -o $LV.flv 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment