Hi,
I registered a function on the onStart-event using the following Actionscript-code:
But the function handleOnStart() is only called if the clip is an on-demand RTMP-stream. If a live RTMP-stream is played, the function is not called.
Any ideas?
Thanks in advance.
I registered a function on the onStart-event using the following Actionscript-code:
player.playlist.commonClip.onStart(handleOnStart);
But the function handleOnStart() is only called if the clip is an on-demand RTMP-stream. If a live RTMP-stream is played, the function is not called.
Any ideas?
Thanks in advance.