Created
January 16, 2016 09:57
-
-
Save dstoc/96421211386148407565 to your computer and use it in GitHub Desktop.
Feed rtsp to ffserver as webm via mpegts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i rtsp://${SOURCE} -vcodec copy -f mpegts -\ | |
| ffmpeg -i pipe:0 -crf 10 -b:v 2M -c:v libvpx -g 25 http://${TARGET} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment