2013-01-01, 00:57
Got it working. Vertical blank sync wasn't enabled. Audio is analog 5.1 in Xbmc.
--> -->
(2013-01-16, 20:23)fritsch Wrote: @rigo:
You are running this version: http://forum.xbmc.org/showthread.php?tid=116996?
(2013-01-17, 12:40)wsnipex Wrote: because it does not support hardware acceleration on them. Look at the thread that you choose to follow only partly. If you'd follow it completely it would work.
(2012-11-05, 11:19)robo989 Wrote: The built in version of tvheadend in this is still screwed.
The person who packaged this in would do well to explain what on earth is going on in terms of permissions.
It's impossible to login to webgui without some messing around that involved pot luck for anyone except who knows exactly what they are doing.
It's impossible to remove the version packaged completely as it's run at bootup for anyone except a pro.
It's impossible to get settings to stick.
Lord knows how but I have managed to get into the webgui using snippets of help from all over the place.
But now have "permission denied" when adding muxes or doing anything at all in the webgui.
I've edited the superuser file to have the credentials I used when installing xbmcbuntu - no difference.
Would REALLY appreciate a quick run through of what you have to do to get this working correctly..
Many thanks.
sudo stop tvheadend
sudo dpkg-reconfigure tvheadend
---TVH_USER="user"
+++TVH_USER="hts"
sudo mkdir /home/hts/.hts/tvheadend/accesscontrol
sudo touch /home/hts/.hts/tvheadend/accesscontrol/1
{
"enabled": 1,
"username": "xbmc",
"password": "xbmc",
"comment": "Default access entry",
"streaming": 1,
"dvr": 1,
"dvrallcfg": 1,
"webui": 1,
"admin": 1,
"id": "1"
}
sudo chown -R hts:video /home/hts/.hts/tvheadend/accesscontrol
sudo start tvheadend