Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-29 Thread Anze Cesar
Your problem would be much the same as with nellymoser ... ffmpeg can only decode it afaik. There is no way to my knowledge to circumvent flash in this matter, but I'd be very happy to know of such a way, if it exists. I wouldn't bet on flash being more widespread than java though ... It only

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-29 Thread Rob Schoenaker
Borut, I would be more than happy to know where I can find the Sorenson 3 codec. I tried to find an installer, but cannot find it anywhere... /Rob ___ Red5 mailing list Red5@osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-28 Thread Tariq Dweik
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

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-28 Thread Anze Cesar
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

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-28 Thread Borut Likar
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

[Red5] streaming live video from a camera - tutorial/example?

2007-08-27 Thread Borut Likar
Hello! First congratulations to the developers, red5 is a GREAT tool. 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

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-27 Thread Joachim Bauch
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

Re: [Red5] streaming live video from a camera - tutorial/example?

2007-08-27 Thread Borut Likar
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