Sorry for late reply, didn't had time to play with the logs.
I'm sorry for pasting not complete ones before.
Here are full logs :
1. Kodi (had to split it in parts as it was too big for sprunge) :
- Part 1 : LHDh
- Part 2 : dACK
- Part 3 : CcTg
- Part 4 : AhJi
- Part 5 : SgcQ
At the end of the last part of log you can see that it started to drop packets :
18:57:43.875 T:2498102176 DEBUG: Previous line repeats 4 times.
18:57:43.875 T:2498102176 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 1
18:57:43.945 T:2498102176 DEBUG: Previous line repeats 7 times.
18:57:43.945 T:2498102176 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 2
18:57:43.948 T:2498102176 DEBUG: Previous line repeats 4 times.
18:57:43.948 T:2498102176 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 1
18:57:44.136 T:2498102176 DEBUG: Previous line repeats 8 times.
18:57:44.136 T:2498102176 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 2
18:57:44.145 T:2498102176 DEBUG: Previous line repeats 4 times.
18:57:44.145 T:2498102176 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - Dropped packet with unknown stream index 1
18:57:44.213 T:2433397664 DEBUG: Previous line repeats 6 times.
18:57:44.213 T:2433397664 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux unsubscribe from 768086141
18:57:44.215 T:2433397664 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux successfully unsubscribed from channel id 768086141, subscription id 9
Display More
2. TVHeadend 4.2 : aWNb (service.log) ; HjHQ (extended debug with +all flag)
One thing I noticed is that it creates TimeShift buffers even though the TimeShift is disabled.
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-0 (size 38624422)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-60132877 (size 41502396)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-120132877 (size 38981819)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-180132877 (size 35435610)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-240132877 (size 37313429)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-300132877 (size 40758738)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-360132877 (size 41805400)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-420132877 (size 40017993)
2017-11-03 18:58:02.900 [ DEBUG]:timeshift: ts 11 remove /storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift/buffer/11/tvh-480132877 (size 32451810)
Also I got all extra EPG modules disabled and still I can see the informations to notify the HTPS addon about event changes and that TVHeadend created disabled by me EPG modules :
2017-11-03 18:02:40.216 [ INFO] epggrab: module eit created
2017-11-03 18:02:40.216 [ INFO] epggrab: module uk_freesat created
2017-11-03 18:02:40.216 [ INFO] epggrab: module uk_freeview created
2017-11-03 18:02:40.216 [ INFO] epggrab: module nz_freeview created
2017-11-03 18:02:40.216 [ INFO] epggrab: module viasat_baltic created
2017-11-03 18:02:40.216 [ INFO] epggrab: module Bulsatcom_39E created
2017-11-03 18:02:40.216 [ INFO] epggrab: module psip created
2017-11-03 18:02:40.254 [ INFO] epggrab: module opentv-ausat created
2017-11-03 18:02:40.255 [ INFO] epggrab: module opentv-skyuk created
2017-11-03 18:02:40.256 [ INFO] epggrab: module opentv-skynz created
2017-11-03 18:02:40.256 [ INFO] epggrab: module opentv-skyit created
2017-11-03 18:02:40.271 [ INFO] epggrab: module pyepg created
2017-11-03 18:02:40.273 [ INFO] epggrab: module xmltv created
Display More
UPDATE :
I checked the config files in user_data directory and TimeShift config file shows that it's enabled even though the web admin shows the enabled checkbox unchecked. I'll try to disable it via config file and see if it's gonna make it any better.
{
"enabled": true,
"ondemand": false,
"path": "/storage/.kodi/userdata/addon_data/service.tvheadend42/cache/timeshift",
"max_period": 120,
"unlimited_period": false,
"max_size": 3072,
"ram_size": 0,
"unlimited_size": false,
"ram_only": false,
"ram_fit": false
}
Display More