2017-08-09, 09:29
Is there a way to get InputStream Adaptive to be the default VideoPlayer InputStream for playlist files?
At the moment you have to annotate a strm or m3u file with:
Can this somehow be specified with playercorefactory.xml or some other configuration file.
InputStream Adaptive doesn't specify any protocols or file extensions in its manifest file by design.
At the moment you have to annotate a strm or m3u file with:
Code:
#KODIPROP:inputstreamaddon=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
Can this somehow be specified with playercorefactory.xml or some other configuration file.
InputStream Adaptive doesn't specify any protocols or file extensions in its manifest file by design.