0

Seamless Loop and VideoEvents



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?

2 comments

  • 0
    Avatar
    RokuLyndon


    In a seamless loop, there aren't any events listened for.  What firmware version are you on? Can you send the script you're using?

    It's possible one of the newer builds changed this behavior, but I can do a quick test with your script to find out.
  • 0
    Avatar
    laborratte


    Thank you for reply.
    Firmware was 3.5.68.
    I solved my particular problem with using timer object. I'm on vacation now, but I can send you the files in a few weeks.
    best regards
Please sign in to leave a comment.