http://localhost*:8090*/test.swf <http://localhost/test.swf>

On Thu, Aug 6, 2009 at 11:31 AM, manuel fontan garcia <
manuel.fontan.gar...@gmail.com> wrote:

> Hello everyone,
>
> My name is Manuel I'm from Spain and I'm starting with ffmpeg and ffserver.
> My Idea is to set up a multi-cast video connection between an office and
> employers from abroad.
>
> I'm trying a simple localhost streaming
>
> CLI commands:
>
> ffserver &
>
> ffmpeg -r 15 -s 352x288 -f video4linux2 -i /dev/video0
> http://localhost:8090/feed1.ffm
>
> On the Browser:
>
> http://localhost/test.swf
>
> FAILED TO CONNECT
>
> with the following ffserver.conf 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>
> File /tmp/feed1.ffm
> FileMaxSize 5M
> </Feed>
>
> <Stream test.swf>
> Feed feed1.ffm
> Format swf
> VideoCodec flv
> VideoFrameRate 15
> VideoBufferSize 80000
> VideoBitRate 100
> VideoQMin 1
> VideoQMax 5
> VideoSize 352x288
> PreRoll 0
> Noaudio
> </Stream>
>
>
>
> What am I doing wrong?
>
> Thank you in advance
>
> BR
>
> Manuel Fontan
> _______________________________________________
> ffserver-user mailing list
> ffserver-user@mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user
>
_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to