-
Notifications
You must be signed in to change notification settings - Fork 87
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
Unable to view stream from Firefox #190
Comments
I have this issue as well, except it doesn't show the video on my phone either. In particular, when using AV1 or HEVC, this occurs, h.264 works normally. I get the issue on both a local host as well as https://b.siobud.com/api/whip. |
As far as I know, Firefox currently doesn't support AV1 or HEVC in WebRTC. Only H264, VP8 and VP9 is supported according to Mozilla. H265 won't be supported anyway, caused by licensing issues. See https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs |
Same issue here with AV1 on Firefox 132.0.1 |
Firefox supports AV1 when using HLS, but it can't play AV1 WHEP. |
Oh i see, it's not the same thing, can't find relevant information about it |
Firefox:
130.0.1
OS:
Fedora 40 Silverblue
After starting a stream at https://b.siobud.com/ (stream key), the video does not display on Firefox, though the audio does. The stream works on my Android phone (also using Firefox), other devices outside of my home network, and on Chromium (on the same computer). Firefox has no issues streaming video from other sites (Youtube, Jellyfin, Bluesky, etc.), so I'm not sure what specifically about Broadcast Box would be an issue?
Please let me know if there is other information I could provide to help in troubleshooting. Thanks!
The text was updated successfully, but these errors were encountered: