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 cast m3u8 and ts files #113

Open
bhumikash-tech opened this issue Jan 12, 2022 · 2 comments
Open

Unable to cast m3u8 and ts files #113

bhumikash-tech opened this issue Jan 12, 2022 · 2 comments

Comments

@bhumikash-tech
Copy link

I am successfully able to cast mp4 files to TV through my sender app but got a issue while casting m3u8 and ts video files.
Please help me out.

@bhaskarraj
Copy link

For m3u8 CORS should be enabled on the origin server. Please check this once.

I am also facing the same issue but CORS is enabled on the streaming server. If CORS was enabled on your server have you managed to solve this?

@abhayJangde92
Copy link

I also had faced similar issue in past with m3u8 files.
First thing you should check if the CORS are enabled on your server.

Second, To support m3u8 files casting we need Custom Receiver. while creating application on your Google cast SDK developer console create custom receiver and add your custom Web Receiver Application URL.

You can try this also. -
https://googleads.github.io/googleads-ima-cast/client_receiver/player.html

If you need further customization you can create your own and use.

HOPE THIS SOLVE YOUR PROBLEM

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

3 participants