IPTV player not playing streams in React + HLS.js + Supabase setup #1472
Replies: 1 comment
|
Can you provide some examples of the links you use to test your app? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trouble playing IPTV streams in React + HLS.js + Supabase
Hi everyone,
I’m building a live TV / IPTV web app with React + TypeScript + Supabase, and I’m having trouble getting some streams to play reliably in the browser.
Stack
Frontend
Backend
Current setup
I currently use:
Problem
Some streams simply won’t start playing in the web player.
What I’ve found so far:
.tsplayback is inconsistent in browsersQuestions
.tsstreams in web apps?What I need
I’d really appreciate advice from anyone who has built a similar live-stream / IPTV-style app.
At this point I’m trying to understand whether the main issue is:
Any recommendations on player choice, architecture, or best practices would help a lot.
Thanks.
All reactions