Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Chomecast support
Any admin using browser2 can push a button and have player2 running on
their TV
Issues:
[ ] There seems to be some bug where chromecast hardware video display
glitches off when combined with hyperapp - right now this is bad enough
to make casting practically unusable :(
[ ] CSS animations are super slow, the default theme has elements
sliding in at ~4fps
[ ] No indication when casting is active (Although that's not
super-relevant here since we cast-and-forget; commands like "play" are
sent via MQTT and don't care if we're casting or not)
[ ] Requires an internet connetcion
[ ] Uses the non-recommended chromecast API. The v2 API supports any
random webpage while the recommended v3 API is specifically for use in
casting videos and makes anything else a huge pain.