Created
July 8, 2016 10:26
-
-
Save chenkaie/deb0aeb8b91b746eb103a473083794e5 to your computer and use it in GitHub Desktop.
How to transcoding RTSP H264 to HTTP MJPEG by FFMPEG/FFSERVER along with UBNT UVC
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
HTTPPort 8888 | |
HTTPBindAddress 0.0.0.0 | |
MaxHTTPConnections 2000 | |
MaxClients 1000 | |
MaxBandwidth 1000000 | |
CustomLog - | |
<Feed feed1.ffm> | |
File /tmp/feed1.ffm | |
FileMaxSize 20M | |
Launch ffmpeg -i "rtsp://192.168.1.20:554/s0" | |
</Feed> | |
<Stream s0.mjpeg> | |
Feed feed1.ffm | |
Format mpjpeg | |
VideoBitRate 10000 | |
VideoFrameRate 15 | |
VideoSize 1280x720 | |
VideoIntraOnly | |
NoAudio | |
Strict -1 | |
NoDefaults | |
</Stream> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!
With one change this also worked for my cheap chinese ip camera, line 11 to