Skip to content

Commit

Permalink
Update config.properties
Browse files Browse the repository at this point in the history
limit ffmpeg to 30fps
  • Loading branch information
faljse authored Feb 16, 2017
1 parent 5f53424 commit 6455fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ port=8080
#ffmpegCmd=

#testsrc
ffmpegCmd1=C:\\Programme\\ffmpeg\\bin\\ffmpeg.exe -f lavfi -i testsrc="size=640x360:rate=10" -f mpegts -c:v mpeg1video -c:a none -b:v 800k -r 30 -bf 0 http://localhost:8080/stream/input/1
ffmpegCmd1=C:\\Programme\\ffmpeg\\bin\\ffmpeg.exe -re -f lavfi -i testsrc="size=320x240:rate=30" -f mpegts -c:v mpeg1video -c:a none -b:v 800k -r 30 -bf 0 http://localhost:8080/stream/input/1
# ffmpegCmd2=C:\\Programme\\ffmpeg\\bin\\ffmpeg.exe -f lavfi -i testsrc="size=640x360:rate=15" -f mpeg1video -b:v 800k -r 30 http://localhost:8181/stream/input/2
# ffmpegCmd3=C:\\Programme\\ffmpeg\\bin\\ffmpeg.exe -f lavfi -i testsrc="size=640x360:rate=15" -f mpeg1video -b:v 800k -r 30 http://localhost:8181/stream/input/3
#sample linux cmdline
Expand Down

0 comments on commit 6455fae

Please sign in to comment.