![]() |
Content of m3u8 files is not cached - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Content of m3u8 files is not cached (/showthread.php?tid=319911) |
Content of m3u8 files is not cached - tojo2503 - 2017-08-14 Hi there, I have an Emby Server that is capable of transcoding. When transcoding and watching the transcoded stream in a browser everything is perfectly fine. However I have a RPi3 with Kodi, that is connected via Wifi and one that is connected over the Internet. Both play videos, that are not transcoded perfectly fine. For some videos however, I need transcoding and these videos keep on stuttering. I tried to enable the Kodi cache in the advancedsettings.xml, cause it seems like a caching problem for me. Caching works fine for videos that are not transcoded. The cache is filled up to the desired value. When I start a transcoded video the cache is not filled and the videos stutters every now and then because the Wifi speed sometimes drops under the bitrate value (but is a lot over that in average). This means I cannot Emby + transcoding + Kodi. When Emby is transcoding, it produces lots of .ts files with approx. 1Mbyte and a m3u8 playlist with the content: Code: #EXTM3U I suppose Kodi only caches the .ts-file that is played at the moment and therefore only uses 1 MByte of Cache. Is there a workaround for this, so Kodi uses caching for the whole m3u8 playlist? I see the "EXT-X-ALLOW-CACHE:YES" up there but it doesn't seem to work. Does anyone have an idea where to start debugging? It seems more like a Kodi problem to me (not caching playlists) than an Emby problem... Thanks for your help! |