Glimesh / waveguide

A polyglot WebRTC media server.
GNU Affero General Public License v3.0
34 stars 7 forks source link

Investigate incompatability with OpenH264 in Firefox #17

Open clone1018 opened 1 year ago

clone1018 commented 1 year ago

Seemingly related to https://github.com/Glimesh/glimesh.tv/issues/907 -- another user had an issue with the generic Firefox package maintained by various package maintainers. Turned out to be the same issues with a missing H264 decoder.

It does appear Firefox comes with an OpenH264 codec, but for some reason it doesn't render our streams?

Discord Thread here: https://canary.discord.com/channels/727111257953402891/1082764012799918162

clone1018 commented 1 year ago

Interestingly enough the Waveguide backend did print out unable to start track, codec is not supported by remote

holon-holon commented 1 year ago

I personally resolved this by installing my distro's Mozilla version of OpenH264, enabling it in Firefox, then restarting Firefox.

Issue seems to be related to Firefox no longer prepackaging OpenH264.