Kodi Community Forum
How to compile a PVR branch for iOS. - 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: How to compile a PVR branch for iOS. (/showthread.php?tid=94905)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


RE: How to compile a PVR branch for iOS. - TheChief79 - 2012-06-25

No.


RE: How to compile a PVR branch for iOS. - hakensline - 2012-06-25

Why it's ok for ipad and not for atv2 ?

Tanks for your reply Smile


RE: How to compile a PVR branch for iOS. - TheChief79 - 2012-06-26

Don't know, has something to do with ffmpeg-


RE: How to compile a PVR branch for iOS. - davilla - 2012-06-26

* davilla rolls his eyes


RE: How to compile a PVR branch for iOS. - mylle - 2012-07-02

With the ffmpeg patch now in place, could you please do a PVR build for IOS 5.1 Smile


RE: How to compile a PVR branch for iOS. - TheChief79 - 2012-07-03

Maybe later this week i will build a new version.


RE: How to compile a PVR branch for iOS. - mylle - 2012-07-03

Sounds good. Thanks alot Smile


RE: How to compile a PVR branch for iOS. - Memphiz - 2012-07-03

fyi ... the ffmpeg patch isn't yet in opdenkamps repo ... so you should wait until he merges from master...


RE: How to compile a PVR branch for iOS. - margro - 2012-07-08

@TheChief79: FYI: The patch is now merged in my repository.


RE: How to compile a PVR branch for iOS. - hakensline - 2012-07-08

Tanks margro for you job !


RE: How to compile a PVR branch for iOS. - henke66 - 2012-07-09

I have made a build that works on atv2 ios5. It is a couple of days old merge of mainline and latest from opdenkamp and margro. I have tested it with MP client. It works pretty good with fta channels. Encrypted channels doesn't work for some reason. I know the ffmpeg/MP Client has some flaws. Try it if you like.

https://github.com/downloads/henke66/xbmc/org.xbmc.xbmc-atv2_12.0-henke66-pvr4.deb


RE: How to compile a PVR branch for iOS. - chrlau5 - 2012-07-09

How to install this build henke66? Is it possible to download to a pc an install from there? I get my apple tv 2 tuesday or wednesday this week :-). I guess I have to install newest tvserverXBMC plugin also from here on my mediacenter server: http://www.scintilla.utwente.nl/~marcelg/xbmc/tvserverxbmc.html

Any1 with problems with the build and if so any solutions to the problems? I am really looking forward to get cheap mediaportal client working on the combination of XBMC and ATV2 :-).


RE: How to compile a PVR branch for iOS. - henke66 - 2012-07-09

First you need to jailbreak it.
Second you can make an install according to http://wiki.xbmc.org/index.php?title=HOW-TO:Install_XBMC_on_Apple_TV_2.
After that you can install my build like this:
Code:
wget https://github.com/downloads/henke66/xbmc/org.xbmc.xbmc-atv2_12.0-henke66-pvr4.deb
dpkg -i org.xbmc.xbmc-atv2_12.0-henke66-pvr4.deb

You also need to install the TVserver plugin on your Mediaportal server as you already mentioned.
On your ATV2 you need to enable live-tv under settings. You will also need to enable the MP Client addon. Under it's configuration you will need to select ffmpeg instead of TSreader as the method to play your live tv. I beleive TSReader method is only working for windows clients.


RE: How to compile a PVR branch for iOS. - mylle - 2012-07-09

Hopefully the tsreader addon is working on the ATV2 now (work in progress?) The ffmpeg addon is no good Sad


RE: How to compile a PVR branch for iOS. - henke66 - 2012-07-09

Quote:Hopefully the tsreader addon is working on the ATV2 now (work in progress?) The ffmpeg addon is no good
Interesting! I couldn't get it to work in my build which include the work from margro by 4'th of July. I couldn't find any commit after that, that seems to have anything to do with tsreader. What is your source(or commit)?