Bug #2760
Bug #2744: Tvheadend/Kodi crashes when ff/skipping to the end of the timeshift buffer
Timeshift Feature skipping breaks playback
0%
Description
I have recognized that skipping parts in timeshift playback breaks it.
That means you start recording by pressing pause, wait some time before start to view it.
If you press for example -10 minutes it often occurs that the "pointer" jumps back to the beginning of the timeshift.
Then you need to ff, but you never reach the end of the timeshift. It stops at some point with ff.
Pressing +10 mins works one, two times and after it you are at the beginning.
I have checked the buffer folder, all files are created (don't know if they are good but they are there).
Nothing special about timeshift configuration:
{
"enabled": 1,
"ondemand": 0,
"path": "/mnt/media/hts/timeshift",
"unlimited_period": 1,
"max_period": 3600,
"unlimited_size": 0,
"max_size": 10000
}
I will attach a log with debug log soon.
Files
History
Updated by C. Schulz over 9 years ago
If you just let it playing, after some time it finds the "right" point and continue playing.
Updated by C. Schulz over 9 years ago
14.2 and helix-backport branch of Adam's pvr addons.
Do you need some more information?
Updated by C. Schulz over 9 years ago
Have same issues with the helix branch of opdenkamp's pvr addons repo.
Would be a jump to the start of a timeshift recording a buffering issue?
Updated by Jaroslav Kysela over 9 years ago
I added to recent 4.1 code (master branch) more logging possibilities for the htsp protocol.
Could you compile tvh with --enable-debug and show the log for --trace htsp,htsp-req,htsp-ans,htsp-sub,timeshift when the problem occurs ?
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Fixed
I believe it's fixed now.