-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not play any m3u8 link #9
Comments
Cloudflare began returning a 403 error when attempting to fetch the encryption key, so I’ve decided to remove the Cloudflare option altogether. Please use the Vercel option I’ve added instead, which still offers a free tier. m3u-playlist-proxy. |
so, can you provide help me config deploy Vercel? |
Log in to Vercel with your GitHub account and follow the video in the READ ME section. |
Thanks, I have a question, how to get playlist from streameast? |
Their webpage is straightforward. For live events (or approximately 60 minutes before), they list the links directly on the page. This page here: Has a javascript with the source url: The source is simply a Base64 encoded string, which, when decoded, is: Stream Url: Headers: Create a scraper to gather all event pages for the day. The playlist won’t contain direct links to the events, as these links only become available 60 minutes before each event. Instead, the m3u8 list will include a URL pointing to your script, with the event page passed as a parameter. This way, when a user tries to play the stream, the script accesses the event page in real time to retrieve the actual stream URL. Example: The script would then retrieve the stream URL from the event page and redirect the user directly to it. |
Thanks @dtankdempse so much |
Hi @dtankdempse, can you help me more details? Because I tried based on your suggestions above but I encounter error 403, then I am using through m3u8-playlist-proxy I encounter failed fetch list. Thanks @dtankdempse so much again |
To test a single stream url using the proxy, remove /playlist from the URL. Example: To create a playlist, you'll need one script to scrape event pages and another to retrieve the streaming links. When I have some time, I'll look into adding this site. |
Thanks @dtankdempse , let me see |
do you know how to manually get a live link from streameast? or is there a tool for me to do it manually? thank you very much |
Download an extension called m3u8 sniffer, visit one of the livestreams this will give you the live link. |
I deployed a worker Cloudflare, but I can not play any m3u8 link. Example
[https://](https://your-worker-name.workers.dev?url=https%3A%2F%2Frr.vipstreams.in%2Falpha%2Fjs%2Fone-friday-fights-85%2F1%2Fplaylist.m3u8&data=UmVmZXJlcj1odHRwczovL2VtYmVkbWUudG9wLw%3D%3D
The text was updated successfully, but these errors were encountered: