New submission from burek <[email protected]>:

In desper, I've reinstalled debian, got entire ffmpeg source code 
from the latest git and just did ./configure, make, make install 
in order to see if the ffserver works at all or not.. But it 
doesn't.

Here is what I did:


git clone git://git.ffmpeg.org/ffmpeg/
cd ffmpeg
git clone git://git.ffmpeg.org/libswscale/
./configure
make
make install
ldconfig


# ffserver -f /root/ffmpeg/doc/ffserver.conf
FFserver version git-dcc5b87, Copyright (c) 2000-2010 the FFmpeg 
developers
  built on Dec 30 2010 22:17:07 with gcc 4.4.5
  configuration:
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.101. 0 / 52.101. 0
  libavformat   52.91. 0 / 52.91. 0
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
Thu Dec 30 22:23:20 2010 Deleting feed file '/tmp/feed1.ffm' as 
it appears to be corrupt
Thu Dec 30 22:23:20 2010 Aspect ratio mismatch between encoder 
and muxer layer
Thu Dec 30 22:23:20 2010 Container doesn't supports the required 
parameters

I've also tried to create a ffserver.conf without any streams in 
it:


# ffserver -f /etc/ffserver-none.conf
FFserver version git-dcc5b87, Copyright (c) 2000-2010 the FFmpeg 
developers
  built on Dec 30 2010 22:17:07 with gcc 4.4.5
  configuration:
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.101. 0 / 52.101. 0
  libavformat   52.91. 0 / 52.91. 0
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
Thu Dec 30 22:24:55 2010 Deleting feed file '/tmp/feed1.ffm' as 
it appears to be corrupt
Thu Dec 30 22:24:55 2010 no streams
Thu Dec 30 22:24:55 2010 Container doesn't supports the required 
parameters



conf file 'ffserver-none.conf':


Port 8090
BindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
NoDaemon

<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 200K
ACL allow 127.0.0.1
</Feed>

----------
messages: 13129
priority: normal
status: new
substatus: new
title: ffserver broken: Aspect ratio mismatch between encoder and muxer layer & 
Container doesn't supports the required parameters
type: bug

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2467>
________________________________________________

Reply via email to