Hi friends My self venkat , Currently we are working on using IPCamera. The IP Camera has in built web server which will push the .asf format data, but we want to support 3gp format, we are trying to do the live stream from .asf format to .3gp using FFSERVER. We have streaming setup where ffserver has to stream out the 3gp streams. The ffserver.conf is as below <Stream test.3gp> Feed feed1.ffm Format 3gp NoAudio VideoBitRate 128k VideoFrameRate 10 VideoBufferSize 400k VideoSize 176x144 </Stream> The ffmpeg feeds the 3gp stream to ffserver where the input for ffmpeg is another asf stream So the ffmpeg converts this asf stream to 3gp and feeds to ffserver as shown ffmpeg -i http://172.16.50.11/img/video.asf -vcodec h263 -pass 1 http://localhost:8090/feed1.ffm Where I get rc buffer underflow.and it starts feeding to ffserver. But when I open the url with test.3gp I see that only 123 bytes are getting transferred and when I check in the Wireshark I see that only 3gp header is passed to the player and the player waits endlessly. The 3gp header passed is " ftyp3gp4isomiso23gp4freemdat ". The stats.html shows feed to ffserver is happening fine,but from ffserver only 123 bytes gets transferred to client/player. But when I give the same asf feed to ffserver it works fine. I am trying this since 3weeks. I am really in a hurry to close this issue. Please help me as soon as possible thanks in advcance thanks venkat EMAIL DISCLAIMER : This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorised distribution or copying is strictly prohibited. If you receive this transmission in error, please notify the sender by reply email and then destroy the message. Opinions, conclusions and other information in this message that do not relate to official business of Mascon shall be understood to be neither given nor endorsed by Mascon. Any information contained in this email, when addressed to Mascon clients is subject to the terms and conditions in governing client contract. Whilst Mascon takes steps to prevent the transmission of viruses via e-mail, we can not guarantee that any email or attachment is free from computer viruses and you are strongly advised to undertake your own anti-virus precautions. Mascon grants no warranties regarding performance, use or quality of any e-mail or attachment and undertakes no liability for loss or damage, howsoever caused.
_______________________________________________ ffserver-user mailing list ffserver-user@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user