Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. CHANNEL="bananabakery"
  2. USER="mibstream"
  3. PASSWD="mibstream"
  4. W_RATIO=4
  5. H_RATIO=3
  6. VIDEO=$1
  7.  
  8. ffmpeg -i $1 -r 20 -b:v 330k -b:a 28k -acodec libfaac -threads 4 -f flv "rtmp://publish.livestream.com/mogulus/$CHANNEL/username=$USER/password=$PASSWD/isAutoLive=true/autoVOD=true/autoRecord=true/autoPilot=true/aspectWidth=$W_RATIO/aspectHeight=$H_RATIO app=mogulus/$CHANNEL/username=$USER/password=$PASSWD/isAutoLive=true/autoVOD=true/autoRecord=true/autoPilot=true/aspectWidth=$W_RATIO/aspectHeight=$H_RATIO tcurl=rtmp://publish.livestream.com/mogulus/$CHANNEL/username=$USER/password=$PASSWD/isAutoLive=true/autoVOD=true/autoRecord=true/autoPilot=true/aspectWidth=$W_RATIO/aspectHeight=$H_RATIO swfUrl=rtmp://publish.livestream.com/mogulus/$CHANNEL/username=$USER/password=$PASSWD/isAutoLive=true/autoVOD=true/autoRecord=true/autoPilot=true/aspectWidth=$W_RATIO/aspectHeight=$H_RATIO flashver=FFMPEG live=true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement