Linux MythTV PVR Add-On Not Playing Video - 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: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Linux MythTV PVR Add-On Not Playing Video (/showthread.php?tid=151814) |
MythTV PVR Add-On Not Playing Video - drive_guy - 2013-01-12 I have the Frodo RC3, and I see the MythTV PVR Add-On. I see from the builds (http://www.dotnetdevelopers.net/XBMC/xbmcpvr.html) it looks like MythTV is not supported in the Linux build . However I did see it in the PVR Add-Ons. I enabled and connected to the mythconverg db and can see the listings of all the recordings, but I cannot play any shows. I have a pretty old backend mythbuntu 10.04 with mythtv 0.23. RE: MythTV PVR Add-On Not Playing Video - User 57826 - 2013-01-14 I think I read that it only supports 0.25 and 0.26 right now. RE: MythTV PVR Add-On Not Playing Video - gimme_bottles - 2013-01-16 (2013-01-14, 05:09)djroketboy Wrote: I think I read that it only supports 0.25 and 0.26 right now. i have mythtv backend version v0.25.2-15-g46cab93 and i experience the same error. i can see channels and what is currently running, but when i select a channel xbmc is loading forever, and finally hangs. RE: MythTV PVR Add-On Not Playing Video - User 57826 - 2013-01-16 The only problem I had was when they switched plugins. I'm going to assume you both are running a Debian/Ubuntu system? make sure you have the latest version of the plugin. The current version that I have installed right now is 1.6.6. apt-get install xbmc-pvr-mythtv-cmyth If you aren't on a Debian/Ubuntu distro, you can build from source. http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource If you are up to date with your plugin, how do you have your mythbackend configured? Do you allow remote connections to it? Is you XBMC machine local or remote. For example, I have 2 remote front ends and had to configure my mythbackend to allow remote connections. have you tried using mythfrontend and the videos play ok? I'm just spitballin' some ideas, hope some of these help. RE: MythTV PVR Add-On Not Playing Video - gimme_bottles - 2013-01-18 i got it working my problem was that i had my recording directory on a nfts partition. after moving it to an ext4 partition and doing "chgrp mythtv <dir>", everything worked like a charm. RE: MythTV PVR Add-On Not Playing Video - User 57826 - 2013-01-22 (2013-01-18, 17:56)gimme_bottles Wrote: i got it working lol, yeah I would not have guessed that one. Good job!! |