rodrisar / iNetTV

Apple TV (TVOS) Template to create your own IPTV app using Pastebin as source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build your own IPTV app, using this template and Pastebin for channel sources.

To make your own playlist it's very easy, just edit the URL in AppDelegate.swift file within Xcode to your "raw" link Pastebin playlist. Then side-load the app to your new Apple TV. So when you want to change or add channels you just need to make all the changes on your Pastebin file using your computer and VoilĂ ! Pretty easy eh ? :-)

PS: Please expect some delay for Pastebin to process your file, sometime the "raw" is updated by Pastebin every 30-60 minutes after you've made the changes.

Also the format of your Pastebin file needs to be very specific (JSON format), look at the exemple playlist to help you build your own. It's not that hard.

Enjoy!

Video of the app in action: https://youtu.be/HOOZUxFqUCs

*** New to Side-Loading on the new Apple TV ? ***

You gonna need:

  1. A free Apple Developper account

  2. You will need a Mac running the latest version of XCode & OSX (up to date)

  3. An Apple TV 4th generation (the new one)

  4. A USB-C cable to sideload your app on your Apple TV

A very good video tutorial about sideloading apps to your Apple TV: https://www.youtube.com/watch?v=xJ_JA...

About

Apple TV (TVOS) Template to create your own IPTV app using Pastebin as source.


Languages

Language:Swift 99.7%Language:Objective-C 0.3%