Need some timeshift debug logs - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: Need some timeshift debug logs (/showthread.php?tid=205874) |
Need some timeshift debug logs - negge - 2014-10-06 I've asked around on IRC but never really gotten a hold of anyone there. I'm trying to solve an old bug with the tvheadend PVR addon which causes XBMC to jump to the beginning of the timeshift buffer if you skip around in it too much. Since I haven't been able to confirm whether this works for any VDR users I'm asking for someone to produce some logs for me so I can compare some values and try to figure out where the fault lies. Steps that should be taken when grabbing the log 1. Pause a live TV channel for a few minutes 2. Press play to resume playing 3. Jump backwards and forwards a few times (preferably many steps back, many steps forward etc.) 4. Upload a log to http://xbmclogs.com and link it here. Optionally, what would also be of interest is a log where instead of pausing a channel first you simply start skipping backwards and forwards (assuming VDR has an "always on" timeshift feature). Thanks in advance! RE: Need some timeshift debug logs - FernetMenta - 2014-10-06 not sure what you are looking for: http://paste.ubuntu.com/8508969/ with stepback/forwards default to 30sec you hit the beginning after a few seeks anyway. RE: Need some timeshift debug logs - negge - 2014-10-12 This is what I get, the "time" value sent to the addon is totally different from what I see in your log. Quote:brix@brix:~$ grep "demuxer seek" test Do you know how the value is determined? Is the addon influencing it in some way? RE: Need some timeshift debug logs - FernetMenta - 2014-10-13 player adds or subtracts milliseconds to step to pts on display. right after a seek pts on screen is assumed to be startpts returned by demuxer::SeekTime. You told me that you don't set this parameter which can be the issue here. RE: Need some timeshift debug logs - negge - 2014-10-13 We set it, but only on successful seeks (which I guess is correct). I need to do more debugging when I get home. RE: Need some timeshift debug logs - negge - 2014-10-19 Can someone try this with XBMC on Windows? Windows seems to skip to the beginning of the buffer *every* time you skip, no matter in which direction. This is not the case on Linux. RE: Need some timeshift debug logs - diddle - 2014-10-19 (2014-10-19, 11:49)negge Wrote: Can someone try this with XBMC on Windows? Windows seems to skip to the beginning of the buffer *every* time you skip, no matter in which direction. This is not the case on Linux. Negge, well, I'm on nightly OE with Helix. Using Adam's/Your pvr.tvh 0.9.5. And I also see skipping to the beginning of the buffer. Always. On Linux. Need a log? Cheers Diddle RE: Need some timeshift debug logs - negge - 2014-10-19 This just keeps getting weirder, it used to be that it skipped to the beginning just sometimes. Guess I'll have to continue investigating. |