[FFmpeg-user] ffserver help

Obedinho coben.9 at gmail.com
Wed May 30 00:48:12 CEST 2012


hi, i'm trying to do video streaming with ffserver and ffmpeg, but i have
problems, i can't see the video, this is my ffserver.conf:


Port 8090
BindAddress 0.0.0.0
MaxClients 1000
MaxBandwidth 10000

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

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

<Stream camara1.flv>
  Feed feed1.ffm
  Format flv
  VideoCodec flv
  VideoBitRate 128
  VideoBufferSize 500
  VideoFrameRate 5
  VideoSize 320×240
  NoAudio
  Preroll 5
</Stream>
<Stream camara2.flv>
  Feed feed2.ffm
  Format flv
  VideoCodec flv
  VideoBitRate 128
  VideoBufferSize 500
  VideoFrameRate 5
  VideoSize 320×240
  NoAudio
  Preroll 5
</Stream>

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

I run the ffserver :  ffserver -f /etc/myserver.conf

the avconv line is:  avconv -f video4linux2 -i /dev/video0 -an
http://localhost:8090/feed1.ffm

when i try to see the video, ffplay (ffplay http://localhost:8090/canal1.flv
) the output is :  

ffplay http://localhost:8090/camara1.flv
avplay version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2003-2011 the Libav
developers
  built on Mar 22 2012 05:29:10 with gcc 4.6.3
[flv @ 0xb2200480] Format detected only with low score of 25, misdetection
possible!
[flv @ 0xb2200480] Broken FLV file, which says no streams present, this
might fail
[flv @ 0xb2200480] decoding for stream 0 failed
[flv @ 0xb2200480] decoding for stream 1 failed
[flv @ 0xb2200480] Estimating duration from bitrate, this may be inaccurate
http://localhost:8090/camara1.flv: could not find codec parameters

anybody have any idea?  

PD.- sorry but my bad english :P

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/ffserver-help-tp4650541.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list