Closed SingingTree closed 5 years ago
The live version of the demo is currently broken on Firefox and Chrome I think there's a couple of things going on:
video/webm;codecs=vp8
Thank you! I'll take a look.
I fixed it.
I'll close this issue, but let me know if you continue to experience any problems.
Thanks again for the heads-up.
Thanks! Related commits for posterity: 1, 2.
Ah — yes, thanks for adding links to the commits.
The live version of the demo is currently broken on Firefox and Chrome I think there's a couple of things going on:
video/webm;codecs=vp8
. The VP9 case is rejected on Chrome currently because a comma is used to separate the container from the codecs. The vp8 case should use the same style of string.