Hi, I am trying to stream H.264 converted via libx264 using FFSERVER. Without luck, I get the following error:
Wed Nov 25 11:42:14 2009 FFserver started. Wed Nov 25 11:42:28 2009 127.0.0.1 - - [GET] "/feed1.ffm HTTP/1.1" 200 4149 Wed Nov 25 11:42:41 2009 Error writing output header Wed Nov 25 11:42:41 2009 127.0.0.1 - - [GET] "/stream.mp4 HTTP/1.1" 200 79 Does anyone know how to deal with this? This is my ffserver.conf file (this might be of some help to some of you, since I actually get transcoding done): -------------------------------------------------------- Port 8090 BindAddress 0.0.0.0 MaxClients 1000 MaxBandwidth 1000 CustomLog - NoDaemon <Feed feed1.ffm> File /tmp/feed1.ffm FileMaxSize 20000 </Feed> <Stream stream.mp4> Feed feed1.ffm Format rtp VideoCodec libx264 VideoFrameRate 5 VideoBufferSize 40 VideoBitRate 32 VideoSize 352x240 NoAudio Preroll 5 AVOptionVideo coder 0 AVOptionVideo flags +loop AVOptionVideo cmp +chroma AVOptionVideo partitions +parti8x8+parti4x4+partp8x8+partb8x8 AVOptionVideo me_method hex AVOptionVideo subq 7 AVOptionVideo me_range 16 AVOptionVideo g 50 AVOptionVideo keyint_min 5 AVOptionVideo sc_threshold 0 AVOptionVideo i_qfactor .71 AVOptionVideo b_strategy 1 AVOptionVideo qcomp 0.6 AVOptionVideo qmin 10 AVOptionVideo qmax 51 AVOptionVideo qdiff 4 AVOptionVideo bf 3 AVOptionVideo refs 3 AVOptionVideo directpred 1 AVOptionVideo trellis 1 AVOptionVideo flags2 +mixed_refs+wpred+dct8x8+fastpskip AVOptionVideo wpredp 2 AVOptionVideo flags +global_header+loop </Stream> ------------------------------------------------------------------ KR
_______________________________________________ ffserver-user mailing list ffserver-user@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user