Hello all, and apologies for the annoying crap my mail service at work will 
have added into this message.

I’m trying to stream live video via video capture card -> ffmpeg -> ffserver. 
I’ve got the first two working but, no matter what I do with ffserver, I just 
get “Aspect ratio mismatch between encoder and muxer layer” error with pretty 
much any Stream definition, including the ones in the config file example.

e.g. this Stream def causes the error:

  <Stream decklink.h264>
    Feed decklink.ffm
    Format rtp
    VideoCodec libx264
  </Stream>

This “works” (the server runs), but not sure if it’s even valid, and then I get 
an HTTP 500 error from ffmpeg when trying to connect:

  <Stream decklink.h264>
      Feed decklink.ffm
      Format rtp
  #    VideoCodec libx264   ## removed VideoCodec
  </Stream>

I’ve tried just copy-pasting the commented examples, same behaviour.

I’m using ffmpeg built from svn as of r25478 (Oct 15, 2010) on Ubuntu 9.10.

All I really want to do is just pass an already-encoded H.264 stream with no 
audio out via RTSP.

Any advice on whether I should just give up? I notice there’s not much traffic 
on this list, so perhaps ffserver isn’t getting much love any more?

Cheers,

Matthew.
IMPORTANT: This email remains the property of the Department of Defence and is 
subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have 
received this email in error, you are requested to contact the sender and 
delete the email.
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to