Skip to content
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

Unable to play anything #4

Open
notorioustubze opened this issue Oct 19, 2023 · 1 comment
Open

Unable to play anything #4

notorioustubze opened this issue Oct 19, 2023 · 1 comment

Comments

@notorioustubze
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants