Good day to all I have a little problem with a stream.

I configured a ffmpeg to get a stream from vlc and then stream it again over http with ffserver.

Ok... the problem is this:

if I configure ffserver to encode as swf

 (

 Format swf

 VideoFrameRate x

 VideoSize 640x480

 etc.

 )

all is fine except the fact that the video size is set to something like 200x100 (not exactly but about that).

Ok... so I try as flv. Now it gets the correct dimensions but I have about 2 minutes delay.

Format flv

VideoCodec flv

same as in swf here

Can anyone give me a hit why? Or how to resolve the problem? (any of them)

link|improve this question
feedback

migrated from stackoverflow.com Mar 26 '11 at 2:21

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.