- Directly render HLS Player
- Free
- Can stream Premium Contents
- Serverless
- Can be deployed using Cloudflare Worker for free
You can render Player in two methods 👇
-
If
https://www.zee5.com/zee5originals/details/lalbazaar/0-6-2177/ep-1-sleepless-in-kolkata/0-1-manual_6a651ie4f1f0
👆 this is the link0-1-manual_6a651ie4f1f0
is the video id.
You can render a player like thishttps://yourapp.example.workers.dev/0-1-manual_6a651ie4f1f0
-
Or you can render a Player using url parameter 👇
https://yourapp.example.workers.dev/?url=https://www.zee5.com/zee5originals/details/lalbazaar/0-6-2177/ep-1-sleepless-in-kolkata/0-1-manual_6a651ie4f1f0
Deploy is Straight Forward. Follow these steps 👇
- Star this repo 😉
- Copy the code of
worker.js
- Create a Cloudflare Worker
- Paste the copied code
- Save & Deploy