Forum Discussion

ojo1's avatar
ojo1
Reel Rookie
5 years ago
Solved

Start live channel with timeshift at live position

Hello, I've not found any documentation nor trick to proper start streaming a Dash video with timeshift at its live position. Currently I observe stream duration then seek to that duration for thi...
  • RokuJonathanD's avatar
    5 years ago

    Hi ojo1,

    To start at the live edge, you can use the Video node's PlayStart field. In this case, you can do something like this: 

    PlayStart(some large number) (for example, PlayStart(9999)

    The media player will figure out that the live edge is wanted and will automatically set itself to 30 seconds behind it (this is the default setting for smooth buffering and no re-buffering events).