Hi all,
i am using Inputstream Adaptive to play a Video, i’ve set the Duration in the MPD file and i am able to play it and to seek _manually_ in the video to the time i want to.
But is it possible to start the Video at a specific time like 600 seconds (10 Minutes)? I tried:
Code:
listitem.setProperty('TotalTime', '1200.0')
listitem.setProperty('StartOffset', '200.0')
According to: https://xbmc.github.io/docs.kodi.tv/mast…53667e7d81
But that doesn’t seem to work.
Thanks for any hint on this!