Skip to content

Releases: dd-center/obs-streamlink

0.4.1: Fix audio in 0.4.0

29 Nov 20:46
8b40cdd
Compare
Choose a tag to compare

Fix audio due to misconfigured libswresample (different FFmpeg version!).

0.4.0: OBS 28 Support

29 Nov 18:56
3594f06
Compare
Choose a tag to compare

Emergency upd: AUDIO NOT WORKING in 0.4.0, use 0.4.1 instead

  1. OBS 28 support, drop support prior to v28
  2. Update Streamlink to 5.1.1
  3. Use a minimized bundled FFmpeg (unnecessary components removed).
  4. Use a new way to load FFmpeg binaries and Python, preventing polluting DLL search path and OBS's bin path.
  5. Improve English text.
  6. Fix crash when quitting OBS due to GIL.

Known issues: If other Python scripts are loaded using a user-provided Python 3.8 runtime, the user-provided runtime will conflict with the bundled one.

0.3.1: Better previewing support, update streamlink

05 Jul 09:13
Compare
Choose a tag to compare
  1. Better previewing support (WARNING: this may break things, please feedback if you run into problems), use hide/show callbacks instead of activate/deactivate.
  2. Update streamlink to 4.1.0
  3. Minor compilation warning fix.

0.3.0: Custom streamlink args, update mp and streamlink

24 Apr 10:09
Compare
Choose a tag to compare
  1. New feature: you can specify custom streamlink arguments in the source panel!
  2. Updated Streamlink to 3.2.0
  3. Update mediaplay code from OBS project
  4. minor bug fixes

0.2.6

10 Jan 14:48
Compare
Choose a tag to compare

Update Streamlink library to 3.0.3.

0.2.0

14 Apr 15:17
Compare
Choose a tag to compare

add streamlink hls arguments

0.1.1

29 Feb 13:04
Compare
Choose a tag to compare
Update README

0.1.0

03 Feb 14:27
Compare
Choose a tag to compare

Test version