Hi Dan, Dan Rossi schrieb: > hi perfect, i had a struggle trying to get properties loaded via the > setter methods and then called within the customgenerator method, how > did u do it, looks the same to me, i got blank variables !
hmm, don't know what you're doing wrong but it works as it's described in the tutorial ;) > This however is a problem, are you saying it has to handle both record > and playback streams in the one function, how do we tell the difference > ? I guess checking if it has a .flv on the end is better, this is > hardcoding a live stream name of red5RecordDemo ? Currently you can't tell in the method if it's for playback or recording. Adding a new parameter is an API change that I didn't want to introduce right now. Checking for .flv on the end won't work everytime as you can start playback with and without it. But you're right, we need a way to determine if it's a filename for playback or recording. Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
