Skip to content

Instantly share code, notes, and snippets.

@rrdial
Last active August 29, 2015 14:17
Show Gist options
  • Save rrdial/d2837e1b01a0f31c0993 to your computer and use it in GitHub Desktop.
Save rrdial/d2837e1b01a0f31c0993 to your computer and use it in GitHub Desktop.
Ustream settings for Ubuntu 14.04
#!/bin/bash
RTMP_URL=CHANGE_ME
KEY=CHANGE_ME
while true;
do
avconv -i rtsp://user:password@ip.webcam.address:554/play2.sdp -ar 44100 -q 3 -f flv "${RTMP_URL}/${KEY}"
sleep 10
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment