#2866 closed defect (fixed)
HTML5: Safari AudioContext problem
Reported by: | Kyler Laird | Owned by: | Kyler Laird |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | html5 | Version: | 4.0.x |
Keywords: | Safari AudioContext | Cc: |
Description (last modified by )
We recently discovered that our Xpra-based HTML5 solution doesn't work with Safari. It complained about AudioContext not being defined.
I simply added this monkey patch and it worked.
https://github.com/cwilso/AudioContext-MonkeyPatch/
Change History (3)
comment:1 Changed 5 months ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Antoine Martin to Kyler Laird |
comment:3 Changed 39 hours ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2866
Note: See
TracTickets for help on using
tickets.
Thanks a lot!
I haven't tested it yet, but does r27329 look correct to you?