Joachim, thanks. I never tested mit FMS, but as the OpenLaszlo people work with FMS I guess getLength() will be the right method call for FMS. Inside the Mediastream class inside OpenLaszlo there was a call to the getLength() method. Replacing that with getStreamLength() resolved the problem
- raju > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag > von Joachim Bauch > Gesendet: Dienstag, 19. Dezember 2006 00:12 > An: [email protected] > Betreff: Re: [Red5] oflaDemo error reported: Method getLength not found in > org.red5.server.webapp.oflaDemo.Application > > Hi Raju, > > Raju Bitter schrieb: > [...] > > Theres not getLength() method for the Application class. Should there > > be one, or where does this error stem from? > > hmm, there is no builtin method "getLength" in the application class, > however there exists a "getStreamLength" in ApplicationAdapter, that > returns the duration of a VOD stream by name - maybe you should be > calling that function? Does "getLength" work with FCS/FMS? > > Joachim > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
