hmmm theres still this hacky solution by using ffserver (still alpha)
configure ffserver to ouput a flv stream
use ffmpeg to pipe the encoded jpegs to the ffserver
connect directly to ffserver to get the flv stream (actually you can
use several other formats to stream aswell)
I've tested the stuff with a step more. and it worked rather well
mplayer dumps an arbitrary stream to a file/pipe
ffmpeg pipes it to ffserver
ffserver creates streams (flv)
flashplayer connects to it.
We're dealing with the same problem here, and the biggest step is
to have a computer that's fast enough to dump an d encode at a
nice speed. we had a delay of about 10secs and more :-(
hope this helps... if you need config files just ask.
cami
CH
Am 26.04.2007 um 13:19 schrieb Ciprian CIOCAN:
> Thank you for your answer. I have tried ffmpeg, and I am able to
> convert
> static JPEG's to flv, but how do I do this on the fly: my webcam
> outputs
> jpegs continuously, and the client should watch it live. How is the
> process of updating the flv achieved?
>
> Thanks!
>
>
>
>>> You could use FFMPEG to encode an flv out of the jpegs and then
>>> stream
> that.
>
> On 4/25/07, Ciprian CIOCAN <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I'm currently on a project where I have to stream a live broadcast
>> to a
>> flash client, from a webcam (server side) that outputs the frames
>> as JPEG
>> files on the hard drive. Can anybody give be am idea about how I
>> can do
>> this, and where I should start?
>>
>> I have already compiled and tested a series of applications, but
>> I'm not
>> quite sure of where to begin, since I'm a bit new with Java and Red5.
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org