OBS Studio Webrtc Versions Save

This is a fork of OBS-studio with generic support for webrtc. It leverages the same webrtc implementation most browsers use.

1.5.3-28.1.2-m112

2 months ago

What's changed:

  • macOS x64 deployment target set to 10.14

1.5.2-28.1.2-m112

6 months ago

What's changed:

  • Fixed issue where WebRTC was not reaching TURN server

1.5.1-28.1.2-m112

9 months ago

What's changed:

  • Added user agent string for WebSocket
  • Added support for HDR color space Rec. 2100 in VP9 10bit
  • Added color format I010
  • Fixed Rec.601 color rendering issue
  • Fixed HDR white color level issue

1.5.0-28.1.2-m108

1 year ago

What's Changed

  • Updated to libwebrtc m108
  • Fixed crash that may occur when clicking "Stop Streaming" button
  • Possibility to enable/disable congestion control bandwidth estimation (from settings panel Stream / Advanced Settings)
  • Plugin obs-ndi updated to version 4.11.1

Plugin obs-ndi is optional

  • for Ubuntu:

  • package obs-webrtc-1.5.0-28.1.2-m108-linux-2204.deb: OBS without plugin obs-ndi

  • package obs-ndi-4.11.1-linux-2204.deb: plugin obs-ndi only (package obs-webrtc-1.5.0-28.1.2-m108-linux-2204.deb for OBS must be installed first)

  • for Windows:

  • obs-webrtc-x64-1.5.0-28.1.2-m108.exe: installer has a checkbox option to request installation of plugin obs-ndi (box unchecked by default)

  • for Mac:

  • package obs-webrtc-1.5.0-28.1.2-m108-macos-x86_64.dmg: OBS only without plugin obs-ndi

  • package obs-webrtc-ndi-1.5.0-28.1.2-m108-macos-x86_64.dmg: OBS and plugin obs-ndi together

1.4.2-28.1.2-m104

1 year ago

What's Changed

  • Updated to OBS 28.1.2
  • Fixed UI issue on Settings/Stream panel: no UI update when switching between WebRTC and RTMP
  • Fixed issue on Ubuntu 22.04 installer: missing dependency qt6-wayland

1.4.1-28.1.1-m104

1 year ago

What's Changed

  • Updated to OBS 28.1.1

1.4.0-28.0.3-m104

1 year ago

What's Changed

  • Updated to OBS 28.0.3
  • Updated libwebrtc to m104
  • Native support of Mac silicon
  • Support of NewTek's NDI version 5 (plugin obs-ndi)

1.3.2-27.2.4-m100

1 year ago

What's Changed

  • Fixed a bug of race condition during audio/video synchronization
  • Fixed a bug related to bad closing of websocket connection when clicking on "Stop Streaming" button

1.3.1-27.2.4-m100

1 year ago

What's Changed

  • Fixed a bug of audio/video not synchronized when using external USB microphones and cameras

1.3-27.2.4-m100

1 year ago

What's Changed

  • Changed the versioning scheme to the following: <release version>-<OBS version>-<WebRTC version> to more easily track changes to these components.
  • Added support for 8-bit VP9 4:4:4.
  • Fixed low bitrate issue when streaming with VP8.
  • Fixed a crash that happens when switching between different pixel formats, i.e. from I420 to I444.