Obs Gstreamer Versions Save

GStreamer OBS Studio plugin

v0.4.0

1 year ago
  • encoder: add NVENC H.265 (marvin0815)
  • encoder: add QSV H.264/H.265 (marvin0815)
  • encoder: add RockChip H.264/H.265 (happyme531)
  • filter: add I422 color format
  • source: add OBS media control interface (kamalmostafa)

If you are still using this for the VAAPI encoders I recommend to switch to https://github.com/fzwoch/obs-vaapi instead.

v0.3.5

1 year ago
  • encoder: add H.265 encoder (VAAPI only)
  • encoder: add VAAPI encoder device selection

v0.3.4

1 year ago
  • encoder: fix a crash when output scaling is enabled
  • source: support some 10/12 bit input formats (when compiled with GStreamer/OBS headers that support it)
  • source: default value for using timestamps has changed to true
  • macOS is compiled with .so suffix instead of renaming it
  • GStreamer runtime version has been added to the log

v0.3.3

2 years ago
  • encoder: fixed a bug that would result in the bit rate to be completely off target
  • output: added experimental output plugin. [no GUI]
  • source: added blocking options for sink behavior

v0.3.2

2 years ago
  • added option to toggle async behavior of sinks
  • make start of pipeline asynchronous so it does not block OBS in case the resource is not available

v0.3.1

3 years ago
  • Fix leaking of the bus handle. Could have let to "too many files" error when pipeline was restarted too often.

v0.3.0

3 years ago
  • added a glib main loop for the source feature. this should fix a lot of things for Windows and macOS (error reporting, restarting on EOS and/or ERROR, other?)
  • fix an EOS restart issue
  • added an experimental audio filter
  • plugin reports its build hash in log (pseudo versioning)

v0.2.1

3 years ago
  • properly convert planar audio formats to interleaved
  • experimental use of pipeline for audio/video filters

v0.2.0

3 years ago
  • pipeline property only updates when you click new "apply" button or "ok"
  • split options to be configurable for audio and video path independently
  • calculated audio timestamps for audio only sources
  • better error recovery (stream restarting)
  • fix encoder memory leak
  • avoid memory copy for encoder

v0.1.0

4 years ago
  • added encoder plugin (experimental)