[FFmpeg-user] how to output .mov stream

Soho Soho123 soho123.2012 at gmail.com
Thu Jun 16 14:18:47 CEST 2011


Hi all,

I would like to output .mov stream with the url
http://localhost:8090/test.mov for QuickTime .
But it is fail.
Does any one have idea?
my ffserver conf for mov stream :
<Stream test.mov>
Feed feed1.ffm
Format mov
NoAudio
VideoCodec mpeg4
AVOptionVideo flags +global_header
VideoBitRate 256
VideoBufferSize 4000
VideoFrameRate 10
VideoSize 320x240
Preroll 15
</Stream>

and the command to start ffmpeg
ffmpeg -vglobal 1 -intra -f video4linux2 -vcodec mjpeg -r 10 -s
320x240 -qscale 4 -i /dev/video0 -vcodec mpeg4
http://localhost:8090/feed1.ffm

then i get the error:muxer does not support non seekable output
It seems .mov can not output with http url, right?


Thanks!
Soho


More information about the ffmpeg-user mailing list