-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pvr.mythtv recordings playback results in an immediate death #837
Comments
@ssakatausa Do not have test environment for mythtv, so can not figure out where the problem is. Two major packages were updated (Kodi = xbian-package-xbmc and Kernel = linux-image-bcm2836) but none of those packages between Mar 03 and 10, only cec library has been updated on Mar 08. So could you please update package for package and see if it still works? Thanks |
Thanks for your comment, mkreisl. I'll try what you suggested. |
I am sorry that I could not try your suggestion earlier. Starting with a new installation of XBian 2017.03.03, I today upgrade all upgradable packages one by one. The upgradable packages were: btrfs-tools I have found that the problem of pvr.mythtv recordings playback happens as soon as linux-image-bcm2836 is upgraded from 4.4.48+-1486919396 to 4.9.17+-1490545026. I have also verified that the upgrade of the packages does cause the problem if linux-image-bcm2836 is not upgraded. Best, S |
@ssakatausa I'm wondering why kernel 4.9 does not work in that case, because i'm using this version since months and never had issues, but using tvheadend and vdr vnsi pvr and not mythtv. Seems I have to reactivate my old mythv server |
So, mythtv back from retirement and can confirm that Kodi/Mythtv combination on RPi(3) is very very unstable when running kernel 4.9. |
@mkreisl |
I tested a bit more today, kernels up to 4.8.x are working well. and all kernels from 4.9.x to 4.11.0~rc4 having same issue, seems that most kernel functions are broken. Kodi is still responding, when pressing Ok button I get timeshift bar and time is counting until a disk and/or network access will be done, then everything is stopped. But very interesting, RPi1 is working very well with kernel 4.9.x, only RPi2&3 won't work |
@ssakatausa Could you please turn off dynamic priority (can be done in xbian-config GUI or manually in file /etc/default/xbmc, DPRIORITY=no) and check again kernel 4.9 Using dynamic priority is culprit (not sure what happens exactly, if kernel having issue or whatever) |
Yes, turning off dynamic priority fixes the problem under kernel 4.9. But it also makes HD playback a little sluggish compared to that with dynamic priority "on" under the previous kernel. |
Under special condition system freezes if set to on see issud xbianonpi/xbian#837
Dynamic priority disabled per default now
Can't see any difference here |
Btw, running kernel 4.10.8 on my i.MX6 Hummingboard now. |
On RPi3, XBian 2017.03.24, XBian 2017.03.17, and XBian 2017.03.10 fail to play recorded TV programs through the pvr.mythtv addon, while XBian 2017.03.03 is not subject to the problem. To replicate the problem:
This immediately results in the black screen. Kodi reacts to no keyboard input or mouse movement. Also, neither ssh access to the RPi3 not ping to the RPi3 works (the network seems to be down). The only thing I can do at this point is to unplug and re-plug the power cable to give a hard rest to the RPi3. Unfortunately, the log file contains no information about the problem, probably because the machine dies before any information about the recording playback is written to the log file.
By the way, I have already tried the latest version of pvr.mythtv (5.0.10) and found that it makes no difference. I hope that you can fix the problem. I will stick with XBian 2017.03.03 until then. Thanks!
The text was updated successfully, but these errors were encountered: