Is it transcoding to h.264 ? VideoCodec is commented out and vpre is not selected.
I tried to change Format, bitrate, VideoCodec and other ... and that does not work at all. I got working only few examples from the google. And there is no any debug information why it does not work :-(. Thx, I'll try Your example. On Mon, 16 May 2011 17:45:16 +0700 nandan amar <[email protected]> wrote: > following work for me > > Port 8090 > BindAddress 0.0.0.0 > MaxHTTPConnections 2000 > MaxClients 1000 > MaxBandwidth 10000 > CustomLog - > NoDaemon > > <Feed input.ffm> > File /tmp/input.ffm > FileMaxSize 5M > </Feed> > > <Stream test.mpeg> > Feed input.ffm > Format mpeg > AudioBitRate 32 > AudioChannels 2 > AudioSampleRate 44100 > #VideoCodec > VideoBitRate 366 > VideoBufferSize 40 > VideoFrameRate 24 > VideoSize 320x240 > VideoGopSize 12 > </Stream> > > Additionally one can change above parameters to suit requirements. > In your case you can change > AudioBitRate > VideoBitRate > FORMAT > > A detailed configuration file for ffserver is here > http://sites.google.com/site/amarkumarnandan/Home/conte/Linux/ffmpeg/ffserver/ffserver-conf > > On 16 May 2011 15:58, Anton <[email protected]> wrote: > Good Day. > > I would like to make streaming from DVB-S to network with transcoding stream. > Using sofware in getstream (for DVB > receivig), ffmpeg (for sending streams to ffserver) and ffserver (for > transcoding and straming). I actually don't know > who is transcoder here (ffmpeg or ffserver) because ffserver eats more CPU > then ffmpeg and ffmpeg ignories its > parametrs when feeding to ffserver. Who is real transcoder ? :-) > > I tried to record stream from getstream to file: > > ffmpeg -i "http://192.168.0.10:8001/test.tv" \ > -ac 2 \ > -ab 128k \ > -b 1000k \ > -vcodec libx264 \ > -vpre medium \ > -threads 32 \ > -y test.avi > > and I got that quality what I would like to stream to the network. > > Can someone to give me *working* example of ffserver config witch produce the > same quality stream like example above ? > > > > > -- > Anton [WARM-RIPE] > Stack ltd division head > tel. 8 (3822) 555-797 > > _______________________________________________ > ffserver-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffserver-user > > > > -- > Amar Kumar Nandan > Karnataka, India, 560100 > http://aknandan.co.nr -- Anton [WARM-RIPE] Stack ltd division head tel. 8 (3822) 555-797 _______________________________________________ ffserver-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffserver-user
