obs-gstreamer

obs-gstreamer 0.4.1

Phew.. been a while..
  • Restored macOS building as plugin (x86_64 only).
  • Deprecated encoder feature. Really, don't use them from here.
  • Add latency and NTP options (by norman and lucaspontoexe).
  • 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://obsproject.com/forum/resources/vaapi-encoder.1595/ instead.
  • encoder: add H.265 encoder (VAAPI only)
  • encoder: add VAAPI encoder device selection
  • 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
  • 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
  • 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
  • Fix leaking of the bus handle. Could have let to "too many files" error when pipeline was restarted too often.
  • 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)
  • properly convert planar audio formats to interleaved
  • experimental use of pipeline for audio/video filters
  • 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
Top