-
Notifications
You must be signed in to change notification settings - Fork 58
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
html5 video support enabled by default #25
Comments
Looks like we may also need to special case phones and tablets: HTMLMediaElement.play() Returns a Promise and turn off video if it requires user interaction to play. |
|
Since this isn't making any progress, turn it off until someone fixes it: Xpra-org/xpra@4b125c4 |
Links that may help:
|
New links:
|
These plans may be scuppered by chrome: Chrome 66 will try to block unwanted noisy autoplaying video |
Moving broadway decoding to Xpra-org/xpra#1839. |
This could still be used but triggered by the user using a click on an "acceleration option"? See also #16 |
New "preloading" option idea: prepare a video context whenever we get a user event (click in window) then tell the server that we support more encodings (ie: |
Same as #16, needs help. |
No help forthcoming so no progress likely. |
Closing in favour of #123 |
Hopefully we can find at least one browser / OS combination that works?
Or figure out the problem with broadway? (
RangeError: Source is too large
)Original tickets: Xpra-org/xpra#1341, Xpra-org/xpra#1424
The text was updated successfully, but these errors were encountered: