Xtream Codes API?

Le_81
Posts: 47
Joined: 03 Mar 2018, 21:21

Xtream Codes API?

Post by Le_81 » 02 Jan 2020, 02:34

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....

Le_81
Posts: 47
Joined: 03 Mar 2018, 21:21

Re: Xtream Codes API?

Post by Le_81 » 02 Jan 2020, 02:44

Le_81 wrote:
02 Jan 2020, 02:34
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....
Clarification:
I mean a Xtream Codes login option to the native/built in IPTV player.

TMC
Администратор
Posts: 925
Joined: 16 Jan 2014, 13:34

Re: Xtream Codes API?

Post by TMC » 05 Jan 2020, 12:22

Is Xtream still operating??

Le_81
Posts: 47
Joined: 03 Mar 2018, 21:21

Re: Xtream Codes API?

Post by Le_81 » 06 Jan 2020, 22:29

TMC wrote:
05 Jan 2020, 12:22
Is Xtream still operating??
Yes as far as I have read.

tonyaus1
Posts: 1
Joined: 09 Jan 2020, 16:55

Re: TVIP S V605

Post by tonyaus1 » 09 Jan 2020, 17:08

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

mk13139
Posts: 10
Joined: 04 Nov 2020, 22:02

Re: Xtream Codes API?

Post by mk13139 » 05 Nov 2020, 18:33

I'm interested in this as well. Xtream Codes is far superior to bare m3u links.

mk13139
Posts: 10
Joined: 04 Nov 2020, 22:02

Re: Xtream Codes API?

Post by mk13139 » 06 Nov 2020, 00:35

TMC wrote:
05 Jan 2020, 12:22
Is Xtream still operating??
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?

mk13139
Posts: 10
Joined: 04 Nov 2020, 22:02

Re: Xtream Codes API?

Post by mk13139 » 08 Nov 2020, 12:04

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..

ftor
Posts: 1054
Joined: 12 May 2020, 09:22

Re: Xtream Codes API?

Post by ftor » 09 Nov 2020, 10:14

I suppose If Xtream Codes API based on Stalker you could use solution for Stalker

mk13139
Posts: 10
Joined: 04 Nov 2020, 22:02

Re: Xtream Codes API?

Post by mk13139 » 09 Nov 2020, 10:46

ftor wrote:
09 Nov 2020, 10:14
I suppose If Xtream Codes API based on Stalker you could use solution for Stalker
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
Where

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
and

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.
It would be great if TVIP would support the media modes and auto EPG of Xtream Codes API.

Post Reply