Releases: dd-center/obs-streamlink
Releases · dd-center/obs-streamlink
0.4.1: Fix audio in 0.4.0
0.4.0: OBS 28 Support
Emergency upd: AUDIO NOT WORKING in 0.4.0, use 0.4.1 instead
- OBS 28 support, drop support prior to v28
- Update Streamlink to 5.1.1
- Use a minimized bundled FFmpeg (unnecessary components removed).
- Use a new way to load FFmpeg binaries and Python, preventing polluting DLL search path and OBS's bin path.
- Improve English text.
- 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
- Better previewing support (WARNING: this may break things, please feedback if you run into problems), use
hide
/show
callbacks instead ofactivate
/deactivate
. - Update streamlink to 4.1.0
- Minor compilation warning fix.
0.3.0: Custom streamlink args, update mp and streamlink
- New feature: you can specify custom streamlink arguments in the source panel!
- Updated Streamlink to 3.2.0
- Update mediaplay code from OBS project
- minor bug fixes