Okay, I'm using Ubuntu for ffmpeg to stream a live webcam with sound and the following works fine for me...not sure how the command would be under Windows:

/usr/local/bin/ffmpeg -s 400x320 -f video4linux2 -deinterlace -vc 0 -i /dev/video0 -f alsa -ac 2 -itsoffset 0.2 -i hw:0,0 -acodec libmp3lame -ab 32k http://127.0.0.1:8090/feed1.ffm



On 03/28/2011 05:40 PM, Victor Petrescu wrote:
windows7/xp for vlc, centos5.5 (close to red hat linux) for server.

2011/3/29 Bret Clark <bcl...@spectraaccess.com <mailto:bcl...@spectraaccess.com>>

    On 03/28/2011 04:49 PM, Victor Petrescu wrote:

        Well... I try to do something similar of what you did...
        except that I have a camera witch I don't know what format
        returns. From vlc I get mpeg-ts container, mpeg1, 2600kbps. My
        problem is that any protocol I use the ffmpeg just hangs... I
        tried them all. That's why I put the mplayer between.

        I'll try http again... still I don't think it will magically
        work :).

        P.S. Is not a consolation... I'm getting near 2 months also
        and it can be really frustrating.


    What OS are you using?

    _______________________________________________
    ffserver-user mailing list
    ffserver-user@ffmpeg.org <mailto:ffserver-user@ffmpeg.org>
    http://ffmpeg.org/mailman/listinfo/ffserver-user



_______________________________________________
ffserver-user mailing list
ffserver-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffserver-user

_______________________________________________
ffserver-user mailing list
ffserver-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffserver-user

Reply via email to