How to start Live stream from beggining of manigest file (using inputstream.adaptive)
#1
Im using inputstream.adaptive with .strm file.

strm file look like this:
Code:

#KODIPROP:inputstreamaddon=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
http://127.0.0.1:8118/play.mpd

Segments in manifest look like this:
Code:
<SegmentTemplate timescale="24000" initialization="init-stream$RepresentationID$.m4s" media="chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1">
                    <SegmentTimeline>
                        <S t="0" d="258258" r="1" />
                        <S d="381381" />
                        <S d="432432" />
                        <S d="252252" />
                        <S d="288288" />
                        <S d="270270" />
                        <S d="264264" />
                        <S d="282282" />
                        <S d="375375" />
                        <S d="255255" />
                        <S d="279279" />
                        <S d="240240" />
                        <S d="246246" />
                        <S d="484484" />
                        <S d="275275" />
                        <S d="387387" />
                        <S d="240240" />
                        <S d="288288" />
                    </SegmentTimeline>
                </SegmentTemplate>

As this is live stream Kodi by default play the most recent (or maybe 2 or 3th last segment) and Im unable to start it from start.
Is there any way to move to first segment from manifest ? (Also this is not PVR addon question)
Proud developer for Shoko and Nakamori. Long time xbmc/kodi user. IT Freak at Monogatari.
Reply

Logout Mark Read Team Forum Stats Members Help
How to start Live stream from beggining of manigest file (using inputstream.adaptive)0