[FFmpeg-user] how to rtmp example for jwplayer with ffmpeg+ffserver, please correct me
Soho Soho123
soho123.2012 at gmail.com
Tue Mar 26 12:32:42 CET 2013
Hi All,
Does anyone have ideas about how to correct the configuration and
command line such that I can output video stream for jwplayer in mp4
format?
ffserver config:
<Stream test.mp4>
Feed feed1.ffm
Format mp4
AVOptionVideo flags +global_header
VideoSize 640x480
VideoFrameRate 12
VideoCodec libx264
NoAudio
</Stream>
ffmpeg comand line:
ffmpeg -loglevel debug -f video4linux2 -r 10 -s 640x480 -input_format
h264 -i /dev/video1 -vcodec copy http://localhost:8090/feed1.ffm
More information about the ffmpeg-user
mailing list