Simplifying the IPTV development experience on Xtream Codes based providers for everyone!
xipl is a library aimed to offer a good audio visual experience towards any Android TV users for any Xtream Codes based IPTV providers. Backed by the TV Input Framework Libary (TIF), It enables easy customization for any given TV related programming.
Simply import the library to your build.gradle
// Core library
implementation 'com.zaclimon:xipl:0.2.2'
// Only if you want the adapted TIF Companion Library
implementation 'com.zaclimon:tiflibrary:0.2.2'
Clone the repo using the following command
git clone https://github.com/zaclimon/xipl
Import xipl alongside the TIF library into your project or you can compile the whole project to try out the demo app.
Enjoy!
Note: For more information on how to get everything working, please see FAQ.md.
Please see FAQ.md
as it might be able to answer one or many questions.
Copyright 2017 Isaac Pateau
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.`