[FFmpeg-user] how to output .mov stream for QuickTime(apple device)
Soho Soho123
soho123.2012 at gmail.com
Fri Jun 17 03:37:16 CEST 2011
Hi all,
Any one have idea about output stream for Apple device?
it is really need your help!!
Thanks!
Soho
2011/6/16 Soho Soho123 <soho123.2012 at gmail.com>:
> 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