Xtream Codes API?
Xtream Codes API?
Will you add Xtream Codes login possibility to TVIP 605?
Many additional functions such as integrated EPG, Catch-up and so on compared to m3u link.
I have tried Tivimate and love the functions in that app.
something I believe you can solve in your boxes....
Many additional functions such as integrated EPG, Catch-up and so on compared to m3u link.
I have tried Tivimate and love the functions in that app.
something I believe you can solve in your boxes....
Re: Xtream Codes API?
Clarification:
I mean a Xtream Codes login option to the native/built in IPTV player.
Re: Xtream Codes API?
Is Xtream still operating??
Re: TVIP S V605
MY KNOWLEDGE IS VERY POOR
COULD YOU PLEASE SEND ME SOME TUTORIAL HOW CAN I INSTALL (IPTVSMARTERS APP) ON MY IPTV 605 BOX
THANK YOU
COULD YOU PLEASE SEND ME SOME TUTORIAL HOW CAN I INSTALL (IPTVSMARTERS APP) ON MY IPTV 605 BOX
THANK YOU
Re: Xtream Codes API?
I'm interested in this as well. Xtream Codes is far superior to bare m3u links.
Re: Xtream Codes API?
As a provider, apparently yes..
But the Xtream Codes API supports 'normal' m3u links provided by many IPTV resellers as well. And as Le_81 explained, the functionallity of Xtream Codes is far better than plain m3u links.
I have explained here how I used Xtream Codes login for m3u link using TiViMate: viewtopic.php?f=6&t=1549#p5487
Can you please implement Xtream Codes API in the linux-qt firmware?
Re: Xtream Codes API?
Can somebody answer if TVIP has any plans to integrate Xtream Codes API? I'm thinking about returning the box if it will not support Xtream as I don't see any benefit of this box over a Mi Box with TiViMate..
Re: Xtream Codes API?
I suppose If Xtream Codes API based on Stalker you could use solution for Stalker
Re: Xtream Codes API?
I believe Stalker Portal and Xtream Codes are different beasts. Also Xtream does not require MAC address based authentication.
However, m3u and Xtream are fundamentally the same. Xtream is an 'extended' way of handling m3u links.
This syntax is used in the Android API to retrieve the different media types inside m3u links:
Code: Select all
http://mikkm.xyz/android/androidApi.php?url=http://abcd.xyz:port/&mode=xxxx&username=xxxx&password=xxxx
Code: Select all
url: The URL of the service provider
port: The port used by the service provider
mode: The given media type wanted by the client application. The choices are between live, series, vod and timeshift
username: The username of an account from this provider
password: The password of an account from this provider
Code: Select all
live: Returns a list of live TV channels. The content returned is using MPEG-TS as a container format.
vod: Returns a list of Video-On-Demand (VOD) content. (This can include movies, sport events, TV shows, etc.) The format is likely to vary depending on the provider itself.
timeshift: Returns a list of prerecorded shows for a given TV channel. The format supported is MPEG-TS.
series: Returns a list of TV series that might be considered like Video-on-Demand (VOD). The format is dependent on the provider itself.