Skip to content

Commit

Permalink
FF134 WebRTC supports simulcast of screenshared video sources
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 2, 2024
1 parent 02c34c1 commit 7219655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/134/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This article provides information about the changes in Firefox 134 that affect d

#### Media, WebRTC, and Web Audio

- WebRTC simulcast of screen-shared video with the [VP8 codec](/en-US/docs/Web/Media/Formats/Video_codecs#vp8) is now supported (simulcast from other video sources has been enabled for a long time). More precisely, {{domxref("MediaStreamTrack")}} objects for screen and window capture (for example, from {{domxref("MediaDevices.getDisplayMedia()")}}), can now be encoded as multiple simulcast layers when using VP8. ([Firefox bug 1692873](https://bugzil.la/1692873)).

#### Removals

### WebAssembly
Expand Down

0 comments on commit 7219655

Please sign in to comment.