Hello, I have a flex app (3.0) working with a red5 server (0.63). (yes, we did not upgrade yet).
My App records a video in Red5, and during the recording we use the ns.send to send some messages (such changing images). When playing back the live stream, it works perfectly.
But when I playback the recorded videos, it does not work. Using a hex editor, I can find the messages occurrences, but looks like the handlers aren't called.
thanks in advace.