Created
October 25, 2015 01:33
-
-
Save w4ilun/fca51aac5eccc92d1fed to your computer and use it in GitHub Desktop.
start ffserver and ffmpeg
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
./ffserver & | |
./ffmpeg -r 25 -s 640x480 -f video4linux2 -i /dev/video0 http://localhost:8090/feed1.ffm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment