Kodi Community Forum
InputStream Adaptive as default player for playlist files? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: InputStream Adaptive as default player for playlist files? (/showthread.php?tid=319650)



InputStream Adaptive as default player for playlist files? - primaeval - 2017-08-09

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:
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.