Here is a TechNote that may help address the question: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=d244749e
It says, in brief, that to use the FLVPlayback component for RMTP requires some server side code: "... an SMIL (Synchronized Multimedia Integration Language) XML file is required to describe the location of the server, application and video file to playback." These components are intended to make it easy to present audio and video, with all of the needed playback controls, in a drag-and-drop style. Instead of using these pre-built components, I believe the solution is to create your own containers and controls to hold and interact with the content. Probably using the "Video" class in Flash is used for this? I've seen a few examples of this approach in the past, and it does not look like a trivial, or easy, task. However, it does seem to be a more fundamental and custom designed approach for people with the time to learn. Nathan On Sun, 23 Apr 2006, John Grden wrote: > unfortuanately, the flvplayback doesn't hook up to red5 for some reason ;) > we're not totaly sure why, and no one has put any time into yet ;) > > On 4/22/06, Giancarlo Di Massa <[EMAIL PROTECTED]> wrote: > > > > Hi, > > I think too that the videoconference app is really nice but it uses some > > techniques that make it difficult to learn from it how to interconnect > > to red5.. and a bare minimum set of examples would be more digestible. > > So, let's start with a newbie question. What if I want to stream a FLV > > from the server using the FLVPlayback component? > > In theory, I should: > > 1. put the FLVPlayback on the stage > > 2. set isLive to True > > 3. set the location, example rtmp://66.70.120.30/oflaDemo/OFLAPROMO.flv > > > > This would automatically have to connect.. but it doesn't. Where do I go > > wrong? > > > > Giank aka TheClock > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > -- > John Grden - Blitz > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
