Channel switching time - work around fix here
#1
Lightbulb 
Channel switching was very slow on kodi17.4, takes up to 10-15 seconds.


was almost broken, but i found a simple work around  to make it similar to Jarvis (3 seconds or less).

Don't use "master.m3u8" as stream URL sources in your channel list

Example:

(this stream will takes a huge load time in the PVR)

http://a3live-lh.akamaihd.net/i/mghds/ge...aster.m3u8

Now inside that m3u8 file are 8 URL for different stream qualities, looks like this:

#EXTM3U

#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=772000,RESOLUTION=720x404,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=758000,RESOLUTION=720x404,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1072000,RESOLUTION=720x404,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1058000,RESOLUTION=720x404,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1372000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1360000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1773000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on
#EXT-X-STREAM-INFTongueROGRAM-ID=1,BANDWIDTH=1760000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on


Choose the one that is better for your needs, example:


http://a3live-lh.akamaihd.net/i/mghds/ge...&rebase=on




put it in your channel list, it will make a night to day  difference in the loading time .
Reply

Logout Mark Read Team Forum Stats Members Help
Channel switching time - work around fix here0