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

Chromecast not working and how to correct it. #37

Closed
badincite opened this issue Jul 30, 2023 · 3 comments
Closed

Chromecast not working and how to correct it. #37

badincite opened this issue Jul 30, 2023 · 3 comments

Comments

@badincite
Copy link
Contributor

Noticed awhile back Chromecast wasn't working. It appears the source origin was missing and the default receiver id is required.

var config = {
	controls: true,
	poster: playerConfig.poster + '?t=' + String(new Date().getTime()),
	autoplay: autoplay ? 'muted' : false,
	muted: true,
	liveui: true,
	responsive: true,
	fluid: true,
	sources: [{ src: window.location.origin + '/' + playerConfig.source, type: 'application/x-mpegURL' }],
	plugins: {
		license: playerConfig.license,
		chromecast: {
			receiverApplicationId: 'CC1AD845'
		},
	},
};
@SuperGlobal
Copy link

@badincite Can you be more specific with the file(s) that you patched with this? I'm currently having some issues with the Chromecast as well and believe this issue has something to do with it.

Using Cactool I'm able to pass the stream M3U from restreamer directly to my Chromecast which would lead me to believe something like what you're pointing out is causing my issue.

@badincite
Copy link
Contributor Author

@badincite
Copy link
Contributor Author

This still is an issue with the new 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

3 participants