When I try to start ffserver, I get an error saying there is an aspect ratio
mismatch between the encoder and muxer. I'm using Arch Linux x86 and I've
even gone so far as to compile trunk from source. Still the error persists.
Can someone please help?

*Output:*
*
*
FFserver version SVN-r25817, Copyright (c) 2000-2010 the FFmpeg developers
  built on Nov 24 2010 03:54:26 with gcc 4.5.1
  configuration:
  libavutil     50.33. 0 / 50.33. 0
  libavcore      0.14. 0 /  0.14. 0
  libavcodec    52.97. 2 / 52.97. 2
  libavformat   52.86. 1 / 52.86. 1
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter    1.64. 0 /  1.64. 0
  libswscale     0.12. 0 /  0.12. 0
Wed Nov 24 04:00:15 2010 Deleting feed file '/tmp/feed1.ffm' as it appears
to be corrupt
Wed Nov 24 04:00:15 2010 Aspect ratio mismatch between encoder and muxer
layer
Wed Nov 24 04:00:15 2010 Container doesn't supports the required parameters

*
*
*ffserver.conf:*
*
*
Port 8090

BindAddress 0.0.0.0

MaxHTTPConnections 2000

MaxClients 1000

MaxBandwidth 1000

CustomLog -

NoDaemon

<Feed feed1.ffm>
File /tmp/feed1.ffm #when remarked, no file is beeing created and the stream
keeps working!!
FileMaxSize 200K
       # Only allow connections from localhost to the feed.
       ACL allow 127.0.0.1
</Feed>

<Stream test.swf>
# the source feed
Feed feed1.ffm
# the output stream format - SWF = flash
Format swf
# this must match the ffmpeg -r argument
VideoFrameRate 5
# another quality tweak
VideoBitRate 320
# quality ranges - 1-31 (1 = best, 31 = worst)
VideoQMin 1
VideoQMax 3
VideoSize 640x480
# wecams don't have audio
NoAudio
</Stream>

<Stream test.flv>
# the source feed
Feed feed1.ffm
# the output stream format - FLV = FLash Video
Format flv
VideoCodec flv
# this must match the ffmpeg -r argument
VideoFrameRate 5
# another quality tweak
VideoBitRate 320
# quality ranges - 1-31 (1 = best, 31 = worst)
VideoQMin 1
VideoQMax 3
VideoSize 640x480
# wecams don't have audio
NoAudio
</Stream>


<Stream stat.html>
Format status
</Stream>

<Redirect index.html>
# credits!
URL http://ffmpeg.sourceforge.net/
</Redirect>



  <http://www.decipherlabs.com/>

Adrian Arias
Sr. Systems Administrator

p:  +1.305.259.6637 * *
m: +1.239.896.6664
www.decipherlabs.com

CONFIDENTIALITY NOTICE: This transmission (including any attachments and
previous messages) is intended only for the use of the individual or entity
named above, and may be confidential. If you are not the intended recipient,
you are hereby notified that any dissemination, distribution or duplication
of this transmission is strictly prohibited. If you have received this
transmission in error, please immediately notify the original sender by
return email and permanently delete all copies.
My profiles: [image: Facebook] <http://www.facebook.com/Ax3man> [image:
Twitter] <http://twitter.com/Adrian_A_Arias>
Contact me: [image: Skype/] adrian.a.arias
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to