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

Background video stopped displaying - Black Screen #78

Open
jamiewaveinteractive opened this issue Dec 8, 2019 · 10 comments
Open

Background video stopped displaying - Black Screen #78

jamiewaveinteractive opened this issue Dec 8, 2019 · 10 comments

Comments

@jamiewaveinteractive
Copy link

jamiewaveinteractive commented Dec 8, 2019

We are having an issue that after an update of Chromecast, the autoplaying video background we had on some of screens won't play anymore and we just get a black screen. Do you have any insights into how we can fix thie issue.

<div class="video-wrapper">
            <video autoplay muted loop id="bgVideo">
                <source src="local.mp4" type="video/mp4">
            </video>
</div>
@superhawk610
Copy link
Owner

Can you add a channel with the playback test route and confirm whether or not it plays successfully?

http://{MULTICAST_HOST:PORT}/1337

Fair warning, it’s a bit loud.

@jamiewaveinteractive
Copy link
Author

jamiewaveinteractive commented Dec 14, 2019 via email

@superhawk610
Copy link
Owner

Remove the trailing slash and try again.

@jamiewaveinteractive
Copy link
Author

jamiewaveinteractive commented Dec 14, 2019 via email

@superhawk610
Copy link
Owner

That’s my fault, the route has changed in v3, this is the correct URL for v2

http://{MULTICAST_IP:PORT}/nyan

@jamiewaveinteractive
Copy link
Author

jamiewaveinteractive commented Dec 14, 2019 via email

@superhawk610
Copy link
Owner

The only thing that immediately comes to mind is some sort of file permissions issue for the video you’re attempting to play; are you able to view it correctly from a web browser? Is the host for the video page resolvable using Google’s DNS (8.8.8.8)?

@jamiewaveinteractive
Copy link
Author

jamiewaveinteractive commented Dec 15, 2019 via email

@jamiewaveinteractive
Copy link
Author

If there is a way to private message you the URL for the video for you to test, I can do that for you to try.

@superhawk610
Copy link
Owner

Sure, you can email me at superhawk610@gmail.com.

I should be able to take a look sometime in the next couple weeks.

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