thanks for your reply, this is my confi file

Port 8090
# bind to all IPs aliased or not
BindAddress 0.0.0.0
# max number of simultaneous clients
MaxClients 1000
# max bandwidth per-client (kb/s)
MaxBandwidth 10000
# Suppress that if you want to launch ffserver as a daemon.
NoDaemon

<Feed feed1.ffm>
  Feed /tmp/feed1.ffm
  FileMaxSize 5M
</Feed>

<Stream 1.swf>
        Feed feed1.ffm
        Format swf
        VideoSize 320x240
        VideoFrameRate 10
        VideoBitRate 500K
        VideoIntraOnly
        NoAudio
</Stream>

<Feed feed2.ffm>
  Feed /tmp/feed2.ffm
  FileMaxSize 5M
</Feed>

<Stream 2.swf>
        Feed feed2.ffm
        Format swf
        VideoSize 640x480
        VideoFrameRate 15
        VideoBitRate 700K
        VideoIntraOnly
        NoAudio
</Stream>

<Feed feed3.ffm>
  Feed /tmp/feed3.ffm
  FileMaxSize 5M
</Feed>

<Stream 3.swf>
        Feed feed3.ffm
        Format swf
        VideoSize 640x480
        VideoFrameRate 15
        VideoBitRate 700K
        VideoIntraOnly
        NoAudio
</Stream>


<Feed feed4.ffm>
  Feed /tmp/feed4.ffm
  FileMaxSize 5M
</Feed>

<Stream 4.swf>
        Feed feed4.ffm
        Format swf
        VideoSize 640x480
        VideoFrameRate 15
        VideoBitRate 700K
        VideoIntraOnly
        NoAudio
</Stream>


<Stream status.html>
Format status
ACL allow localhost
</Stream>


On Tue, Nov 16, 2010 at 11:35 AM, German Vallejos C.
<[email protected]> wrote:
> hello, anybody tellme please why ocurr this error on ffserver
>
> # ffserver -f ffserver-mwm.conf
> FFserver version SVN-r25733, Copyright (c) 2000-2010 the FFmpeg developers
>  built on Nov 12 2010 07:04:15 with gcc 4.3.2
>  configuration: --enable-swscale --enable-gpl --enable-avfilter
> --enable-shared --enable-libx264 --enable-nonfree --enable-pthreads
>  libavutil     50.33. 0 / 50.33. 0
>  libavcore      0.12. 1 /  0.12. 1
>  libavcodec    52.94. 4 / 52.94. 4
>  libavformat   52.84. 0 / 52.84. 0
>  libavdevice   52. 2. 2 / 52. 2. 2
>  libavfilter    1.60. 0 /  1.60. 0
>  libswscale     0.12. 0 /  0.12. 0
> Aspect ratio mismatch between encoder and muxer layer
>
>
> thanks in advance
>
> German
>



-- 
[email protected]
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to