2022-05-22, 13:46
Hi,
I am using .strm files to point to "hardcoded" IPTV streams.
I made those stream seek-able by adding :
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=hls
At the start of the file , and then kodi can seek back and forth in the stream.
What i am missing is a way to instruct kodi to start the stream X seconds from the start of them stream (currently kodi start the playback always near the "current end" of the stream).
I saw that scripting supports "startoffset" , but when adding #KODIPROP:startoffset=900 i see no difference.
Is this at all possbile ? is there a documentation page for supported #KODIPROP ?
Thanks in advance.
I am using .strm files to point to "hardcoded" IPTV streams.
I made those stream seek-able by adding :
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=hls
At the start of the file , and then kodi can seek back and forth in the stream.
What i am missing is a way to instruct kodi to start the stream X seconds from the start of them stream (currently kodi start the playback always near the "current end" of the stream).
I saw that scripting supports "startoffset" , but when adding #KODIPROP:startoffset=900 i see no difference.
Is this at all possbile ? is there a documentation page for supported #KODIPROP ?
Thanks in advance.