I wrote a script which adds some Events to my roVideoPlayer like
(...) oVideo.AddEvent(0,2000) oVideo.AddEvent(1,4000) oVideo.AddEvent(2,8000) (...) Works well and events are fired with normal mpeg2 transport streams. When I changed the video file to an pure video mpeg2 transport stream w/o audio data and set oVideo.LoopMode(true) - because I want to have seamless looping - the events are only fired "once", at first time run of the video. After looping there no more events. It look likes the timecode is isn't set to 0 at looping. Is this designed that way or a bug?