jsj123
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010
03:54 PM
video offset
How do we start the video at a stated offset time in the video file? We tried setting the BookmarkPosition, PlayStart and StreamStartTimeOffset to 1000. None of them worked. Is it in seconds as the documentation states?
--Stephen
--Stephen
3 REPLIES 3
EngoTom
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010
07:43 PM
Re: video offset
We do it as follows
videoClip.PlayStart = position
screen = CreateObject("roVideoScreen")
screen.SetMessagePort(port)
screen.SetPositionNotificationPeriod(5)
screen.SetContent(videoClip)
videoClip.PlayStart = position
screen = CreateObject("roVideoScreen")
screen.SetMessagePort(port)
screen.SetPositionNotificationPeriod(5)
screen.SetContent(videoClip)
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010
10:40 PM
Re: video offset
I do what EngoTom does, and yes it's in seconds.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010
09:22 AM
Re: video offset
EngoTom's example is correct and PlayStart is in seconds.
--Kevin
--Kevin