Ola Marcel, Unfortunatly APE is not what you are looking for (at least not the best solution). I don't know much about video streaming but I guess that it's really straightforward to achive this using only HTML5 and Javascript.
I mean, you can simply display a video from a HTTP source. IIRC, nginx has some modules to manage video streaming. Good luck ;) Anthony Catel On Sun, 27 Feb 2011 13:13:41 -0800 (PST), Marcel Tella <[email protected]> wrote: > Hi! I'm a student of telecommunication from Barcelona. > > I'm doing my final thesis and therefore I need to video stream from a > video source (such as a webcam or video given by another program) to a > webpage. > > I was wondering if it's possible with APE, and then, show the video on > the HTML 5 <video> tag. > > I've seen the demo in the web, MMORG I think, and it uses a canvas, > but I don't know if I can do this with html5. > > The first try will be to display a video stored in the server to the > web page through APE. and catch it with the <video> tag. > > For what I've read, is not difficult with APE I guess, buy I don't > know if it's possible. > > You you think it is possible? > > Then, the whole streaming purpose is to split the video into small > chunks and display them in a controlled way one by one by a > communication between server and client. This will achieve a smooth > video streaming. > > > Thank you for your help! I really appreciate it! -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
