Tuesday 01 July 2008 12:16:54 am
Hello! I'm trying to set up an Ez Flow website with Live Video Streaming. My objective is to have a tool that I can use to record and broadcast live videos (like in a live television program). I have already configured <i>Apache Ant</i>, <i>Java</i> and <i>Red5</i> Java-based server and also tested the Demos (<i>OFLA Demo</i>, <i>Simple broadcaster</i>, <i>Simple subscriber</i>, <i>Simple recorder</i> etc). Everything is working fine now. I can record with <i>Simple broadcaster</i> and internauts can watch it using <i>Simple subscriber</i> - but i'm using the demos. My doubts concerns on how to do that using eZ Publish. I have created an object of class <i>Flash Recorder</i>, and filled it's attributes with the following data:
<b>Name</b>: Record Live Video
<b>Stream server</b>: rtmp://mydomain:1935/oflaDemo
<b>File server</b>: http://mydomain:5080/oflaDemo/streams <b>Key</b>: ThisIsTheDefaultKeyChangeMe (I don't know if it's the correct way of configuring the object. I just filled with information I got from the demos) I published it and now when I open it in the browser (mydomain/ezflow/index.php/por/Live-Video/Record-Live-Video) I can record movies, but I don't know how to make it available to the internauts, be in a file for download or live like a television program. I imagined that while I'm recording, if another internaut try to access the same page, he would see the live content I'm recording at the moment. But this didn't happen. If I open the same page again, ez Publish will provide the same interface and two people will be recording videos. I looked in the back end for a class that I could use as the Player, but I only found <i>Flash</i> and <i>Video/Flash Player</i>. Both of them requires a file to be selected, so I cannot use it, because live content is being broadcasted by <i>Red5</i> and not from a file. So, do I need to create new Ez Publish classes based on the demos to broadcast like the way I want? Is it necessary to create a customized Player (swf), because the players included with Red5 doesn't seem to have tools to forward a movie, for example. Anyone can help me?
Thanks in advance Michael Scofield
|