yuvraj490 / tataplay-web

A web based Tataplay streaming source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The open source code for Tataplay Website based on CodeCrafters API
This Works Mobile, Web Os, AndroidTV, PC Browser Perfectly

🌟 Star This Repository Before Forking
You can Edit This code according to your use!

🍁 THINGS TO NOTE :

🅰️ YOU CAN CUSTOMIZE THE MAXIMUM CATCHUP TIME

  1. INSIDE manifest.php FILE YOU CAN EDIT THIS LINE FOR CATCHUP YOU WANT (CURRENTLY I'TS SET TO 8 DAYS CATCHUP)

$beginTimestamp = $currentTimestamp - (8 * 24 * 60 * 60);

🅱️ HOW TO USE THIS IN HTML HOSTINGS LIKE VERCEL

  1. COPY THESE 2 PHP FILES IN ANY FREE PHP HOSTING LIKE 000WEBHOST
  • manifest.php
  • lic.php
  1. LOCATE player.html FILE & SET NEW URL OF THESE TWO FILES HERE :

const streamUrl = `https://example.com/manifest.php?id=${channelId}`;
const licenseUrl = `https://example.com/lic.php?id=${channelId}`;

♻️ JOIN FOR UPDATES :

♻️ CREDITS :


About

A web based Tataplay streaming source code


Languages

Language:HTML 81.9%Language:PHP 18.1%