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

Show the user when there is no compatible video #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wmww
Copy link
Contributor

@wmww wmww commented Jan 9, 2022

Fixes #12.

Feel free to ignore/close if the project is no longer maintained. I'm considering using this as a base for my own open source casting project, so I figured I'd fix a bug just to get a feel of the code.

@hnryjms
Copy link
Member

hnryjms commented Mar 31, 2022

Aah, this looks great! Sorry I've been AWOL lately, but I'm back and gonna start picking up the maintenance here.

I'll take a deeper look at the code and try running it on my machine today, and go from there :)

@hnryjms
Copy link
Member

hnryjms commented Mar 31, 2022

Hey @wmww --

Looking at #14 it seems like there's some future scope of supporting multiple <video /> elements on the screen. I'm wondering if it would make more sense for us to update the Event types to be an array of the <video /> elements, and the popup code displays the error message based on the array being empty.

For now, we could still just auto-select the first video, but maybe down the road we are set up to build some type of picker inside the popup to choose between the multi-video page.

@hnryjms hnryjms mentioned this pull request Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

UI: Infinite Video Scanning (after session gives up)
2 participants