Kodi Community Forum
[AppleTV2] HTS Tvheadend fails to connect - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: [AppleTV2] HTS Tvheadend fails to connect (/showthread.php?tid=92403)



[AppleTV2] HTS Tvheadend fails to connect - whoareyou - 2011-01-28

I can not get HTS Tvheadend up and running with Xbmc on AppleTV2.

In the Tvheadend log I can see that it connect but then it disconnect immediately so nothing can be showed...Sad

I do have it up and running on several Linux boxes and on a Windows box.

Anyone that have succeeded with the AppleTV2 version of Xbmc?


- bircoe - 2011-03-15

I know this thread is old but figured i would answer seens no one else had and I wanted to know if it worked...

I just setup Tvheadend on my PC (Ubuntu 10.10) and it seems to work just fine (other than the Apple TV 2 being too underpowered to playback a 1080i MPEG 2 stream), the only thing I did was add an entry to the access control page with an * in the username field and a tick in the streaming and video recorder check boxes.

I set the source up as per the wiki page:
http://wiki.xbmc.org/index.php?title=HTS_Tvheadend

Code:
<video>
        <source>
            <name>HTS Tvheadend</name>
            <path pathversion="1">htsp://192.168.1.100:9982/</path>
        </source>
    </video>