Thanks for your reply. I tried what you said and i got "Wrong Size(0x0)" when running ffmpeg. I tried with -s 640x480 and the error
message goes away,but ffmpeg hangs and never starts encoding(No error message or debug info on ffserver(running with "-d"))

I encoded rstp and saw the stream with vlc without any trouble. The thing is that i need to encode http for an old stb without rtp support

Any ideas?

Thanks, regards
Hernan




---------[ Received Mail Content ]----------

Subject : Re: [ffserver-user] bitrate tolerance too small for bitrate - sending encoding to ffserver

Date : Sun, 5 Apr 2009 00:39:14 +1100

From : Naz

To : FFserver user questions and RTFMs



her Garcia wrote:

> Hello everyone. I am capturing live video and sending it to ffserver for streaming with the following command:

>

> /ffmpeg -f oss -i /dev/dsp -acodec ac3 -f video4linux2 -r 24 -b 1024 -bt 9000k -s 1024x768 -i /dev/video0 -vcodec mpeg1video http://10.0.0.3:8090/feed1.ffm

>

> I am getting the following error : "bitrate tolerance too small for bitrate"

>

> I looked around,found some answers and tried to change "-bt" and bitrate too. Tried different values but i always

> get the same error.

>

> I never get this error when encoding to a file. Only when trying to send video to ffserver.

>

> Is there any way to set the bitrate tolerance in ffserver.conf?

> Any ideas?

>

> Thanks in advance,regards

> Hernan

>



Your ffmpeg line should only have this:



ffmpeg -f oss -i /dev/dsp -acodec ac3 -f video4linux2 -i /dev/video0 http://10.0.0.3:8090/feed1.ffm





Everything else needs to go into ffserver.conf

Check the example conf file for syntax, it's pretty simple.



- Naz.









--

السلام عليكم



Web: www.mrnaz.com

Ph: +61 400 460 662



_______________________________________________

ffserver-user mailing list

ffserver-user@mplayerhq.hu

https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to