How do you handle live video streaming in Flash AS3?

Posted by CodeJustin.com on Stack Overflow See other posts from Stack Overflow or by CodeJustin.com
Published on 2009-10-16T15:14:42Z Indexed on 2010/04/28 21:57 UTC
Read the original article Hit count: 230

I've been dabbling with socket servers in Java and now I'm ready to get my feet wet with an idea I had.

I would like to use python for my socket server and obviously AS3 for my client. I'm able to create a full chat using my own python socket server but I'm almost clueless what to do now that I want to add in LIVE video (want to make it a live video "chat").

I've found tutorials but they are for FMS and I can not afford that, also Red5 looked nice but couldn't find a live video tutorial off hand (plus I would have to switch to Red5 from my own socket server).

So if someone could even nudge me into some resources on the subject (the subject of live video without using FMS) that would be very helpful, Google is failing me right now.

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-3