Kodi Community Forum
Subtitles with m3u8 streams via API - 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)
+---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174)
+---- Thread: Subtitles with m3u8 streams via API (/showthread.php?tid=354387)



Subtitles with m3u8 streams via API - rille12 - 2020-05-13

I've got an application that uses JSON-RPC (Player.Open) to playback m3u8-streams over HTTP.

My problem is that I can't find a way to add my subtitles (also available over HTTP) via the API. Any ideas?

If it's not possible to add via the API are there other methods supported? Does Kodi perhaps support m3u8-embedded VTT-segments? Is that the way to go?