following work for me<br><br><font size="3">Port 8090<br>
BindAddress 0.0.0.0<br>
MaxHTTPConnections 2000<br>
MaxClients 1000<br>
MaxBandwidth 10000<br>
CustomLog -<br>
NoDaemon<br><br>
<Feed input.ffm><br>
File /tmp/input.ffm<br>
FileMaxSize 5M<br>
</Feed><br><br>
<Stream test.mpeg><br>
Feed input.ffm<br>
Format mpeg<br>
AudioBitRate 32<br>
AudioChannels 2<br>
AudioSampleRate 44100<br>
#VideoCodec  <br>
VideoBitRate 366<br>
VideoBufferSize 40<br>
VideoFrameRate 24<br>
VideoSize 320x240<br>
VideoGopSize 12<br>
</Stream></font><br><br>Additionally one can change above parameters to suit requirements.<br>In your case you can change <font size="3">
<br></font><font size="3">AudioBitRate</font><br><font size="3">VideoBitRate </font><br>FORMAT<br><br>A detailed configuration file for ffserver  is here<br><a href="http://sites.google.com/site/amarkumarnandan/Home/conte/Linux/ffmpeg/ffserver/ffserver-conf">http://sites.google.com/site/amarkumarnandan/Home/conte/Linux/ffmpeg/ffserver/ffserver-conf</a><br>
<br><div class="gmail_quote">On 16 May 2011 15:58, Anton <span dir="ltr"><<a href="mailto:warm@stack.ru">warm@stack.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Good Day.<br>
<br>
I would like to make streaming from DVB-S to network with transcoding stream. Using sofware in getstream (for DVB<br>
receivig), ffmpeg (for sending streams to ffserver) and ffserver (for transcoding and straming). I actually don't know<br>
who is transcoder here (ffmpeg or ffserver) because ffserver eats more CPU then ffmpeg and ffmpeg ignories its<br>
parametrs when feeding to ffserver. Who is real transcoder ? :-)<br>
<br>
I tried to record stream from getstream to file:<br>
<br>
ffmpeg  -i "<a href="http://192.168.0.10:8001/test.tv" target="_blank">http://192.168.0.10:8001/test.tv</a>" \<br>
        -ac 2 \<br>
        -ab 128k \<br>
        -b 1000k \<br>
        -vcodec libx264 \<br>
        -vpre medium \<br>
        -threads 32 \<br>
        -y test.avi<br>
<br>
and I got that quality what I would like to stream to the network.<br>
<br>
Can someone to give me *working* example of ffserver config witch produce the same quality stream like example above ?<br>
<br>
<br>
<br>
<br>
--<br>
Anton [WARM-RIPE]<br>
Stack ltd division head<br>
tel. 8 (3822) 555-797<br>
<br>
_______________________________________________<br>
ffserver-user mailing list<br>
<a href="mailto:ffserver-user@ffmpeg.org">ffserver-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/ffserver-user" target="_blank">http://ffmpeg.org/mailman/listinfo/ffserver-user</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><span style="color:rgb(0, 0, 0)">Amar Kumar Nandan</span><br style="color:rgb(0, 0, 0)"><span style="color:rgb(0, 0, 0)"></span><span style="color:rgb(0, 0, 0)">Karnataka, India, 560100</span><br style="color:rgb(0, 0, 0)">
<span style="color:rgb(0, 0, 0)"><a href="http://aknandan.co.nr" target="_blank">http://aknandan.co.nr</a></span><br>