jio tv token

Deep Saha

Learner
Joined
Mar 27, 2018
Messages
57
Reaction score
2
does anyone know how to get jio tv token for m3u8 links also how to setup website ?

similar to thoptv for my website.. if possible please help
 

pracky

Average
Joined
Sep 16, 2014
Messages
275
Reaction score
16
google it.. i had so many links of jio but all r now dead.....
 

Deep Saha

Learner
Joined
Mar 27, 2018
Messages
57
Reaction score
2
google it.. i had so many links of jio but all r now dead.....
I also got from net many but all access denied, now thoptv works mean there are some ways to play those.. As I heard that now it requires access tokens..
 

Darksider

Learner
Joined
Oct 29, 2017
Messages
67
Reaction score
57
$API_TOKEN_URL = "http://api.jio.com/v2/users/me";

$opts = array( 'http'=>array( 'protocol_version' => 1.1, 'method'=>"GET", 'header'=>"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8\r\nAccept-Language: en-US,en;q=0.5\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:59.0) Gecko/20100101 Firefox/59.0\r\nConnection: keep-alive\r\n" ) );

$context = stream_context_create($opts);

$data = file_get_contents($API_TOKEN_URL,false,$context);

$token=json_decode($data,true);

echo $token["ssoToken"];
[DOUBLEPOST=1524980178,1524980108][/DOUBLEPOST]<head>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/clappr/clappr@latest/dist/clappr.min.js"></script>
</head>

<body>
<div id="player"></div>
<script>
var player = new Clappr.Player({source: "http://jiotv.live.cdn.jio.com/Star_Vijay/Star_Vijay_400.m3u8", parentId: "#player"});
</script>
</body>
 

Deep Saha

Learner
Joined
Mar 27, 2018
Messages
57
Reaction score
2
$API_TOKEN_URL = "http://api.jio.com/v2/users/me";

$opts = array( 'http'=>array( 'protocol_version' => 1.1, 'method'=>"GET", 'header'=>"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8\r\nAccept-Language: en-US,en;q=0.5\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; rv:59.0) Gecko/20100101 Firefox/59.0\r\nConnection: keep-alive\r\n" ) );

$context = stream_context_create($opts);

$data = file_get_contents($API_TOKEN_URL,false,$context);

$token=json_decode($data,true);

echo $token["ssoToken"];
[DOUBLEPOST=1524980178,1524980108][/DOUBLEPOST]<head>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/clappr/clappr@latest/dist/clappr.min.js"></script>
</head>

<body>
<div id="player"></div>
<script>
var player = new Clappr.Player({source: "http://jiotv.live.cdn.jio.com/Star_Vijay/Star_Vijay_400.m3u8", parentId: "#player"});
</script>
</body>

I also got the same api from GITHub , but the problem is there is no instruction as how to run it.. :/ can you highlight it a bit ? if possible
 

Vishal2900

Junior
Joined
Sep 2, 2015
Messages
137
Reaction score
5
simply going to ignore this thread because cant understand wth are you talking about .....
 
The Digital Janta Forum has been archived after serving 2008 to 2022 great years as Top leading Free Internet Forum !
Top