MobinurRahaman / ellipto-iptv

A progressive web app to watch m3u or m3u8 playlists with some awesome features
https://elliptoiptv.vercel.app
MIT License
28 stars 13 forks source link

Unable to play anything #4

Open notorioustubze opened 1 year ago

notorioustubze commented 1 year ago

HI, me again... Sorry! So I've built the app and can access it via the webpage. I've successful added my playlist and can see channels and their metadata however when ever I select anything I just get a black box with three circles like it's trying to load but nothing starts. This happens on anything that I select. I also see a page 404 error when I select settings. Any assistance greatly appreciated.

MobinurRahaman commented 1 year ago

Channels that provide an HTTP streaming URL will not play directly on HTTPS due to the Mixed Content Security Policy. This means you can stream them from localhost or use them in a web-based mobile or desktop application. However, you can utilize an HTTPS proxy to overcome this limitation. You can find more information on this topic here.

Channels with CORS disabled will also not play. Browsers prevent requests to URLs with CORS disabled. To learn more about CORS, please refer to this resource. While you can use a browser extension to bypass CORS for testing purposes, I strongly advise against doing so, as it can compromise the browser's security. Please refrain from this practice.

I will integrate a playback error message in the player and remove the settings route in a future update.