Streaming to java clients could be less effective I think, not to mention  
that Flash is more widespread than java.
For java to flash streaming ffmpeg could be used to encode the video with  
the Sorenson 3 codec, which should be easily decompresed by Flash on the  
other side.
Perhaps I will make a demo application for this. (if it works of course)

On Wed, 29 Aug 2007 00:17:52 +0200, Anze Cesar <[EMAIL PROTECTED]>  
wrote:

> The problem as I understand is, that flash uses a proprietary codec
> (nellymoser) for streaming. You can not simply re-implement it due to
> licensing issues. For static videos this codec is not used I believe ...
> So as far as I know this is not possible.
> What you could do however is capture your video, encode it to let's say  
> ogg
> and stream it over to other (java) clients. For this you don't need  
> red5, or
> flash for that matter, as you're not using rtmp at all ...
>
> On 8/28/07, Tariq Dweik <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>>
>> The sample like simpleBroadcaster is a flash client that is used to  
>> stream
>> the video, which means that i have to have a browser with flash plugin,  
>> the
>> question is, how can we write a client to stream without flash? in other
>> words, can we write a java client to do so? is there any sample or  
>> example?
>> assume the case that we have a Linux machine without X (no graphical
>> interface, just text console), how can we stream from an attached  
>> webcam?
>>
>> Thanks in advance.
>>
>> -T
>>
>> On 8/28/07, Borut Likar <[EMAIL PROTECTED]> wrote:
>> >
>> > Sorry about that :S
>> > I acctually googled everything around, but I really didn't check the
>> > examples directory, very stupid of me :(.
>> > Thanks for the heads up.
>> >
>> > Borut
>> >
>> > On Tue, 28 Aug 2007 00:16:33 +0200, Joachim Bauch <[EMAIL PROTECTED]>
>> > wrote:
>> >
>> > > Hi Borut,
>> > >
>> > > Borut Likar schrieb:
>> > > [...]
>> > >> I browsed through the tutorial and how-to links already, but I did
>> > not
>> > >> find an example or perhaps a tutorial on how to stream live video
>> > feed
>> > >>  from a camera (webcam or firewire, etc...). I have the basic idea  
>> on
>> > >> how
>> > >> to get it into the java application, but not how to transfer it  
>> from
>> > the
>> > >> server java app to the client flash player.
>> > > [...]
>> > >
>> > > did you check out the examples "simpleBroadcaster" and
>> > "simpleSubscriber"
>> > > that come with Red5. They stream and receive live video using Red5  
>> and
>> > > should help you get going.
>> > >
>> > > Joachim
>> > >
>> > >
>> > > _______________________________________________
>> > > Red5 mailing list
>> > > Red5@osflash.org
>> > > http://osflash.org/mailman/listinfo/red5_osflash.org
>> >
>> >
>> >
>> > --
>> > C makes it easy to shoot yourself in the foot; C++ makes it harder,  
>> but
>> > when you do, it blows away your whole leg.
>> >
>> > _______________________________________________
>> > Red5 mailing list
>> > Red5@osflash.org
>> > http://osflash.org/mailman/listinfo/red5_osflash.org
>> >
>>
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5@osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>
>



-- 
C makes it easy to shoot yourself in the foot; C++ makes it harder, but  
when you do, it blows away your whole leg.

_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to