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 _______________________________________________ ffserver-user mailing list ffserver-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffserver-user