v2.3.9
What's Changed in v2.3.9
- NEW: ENV Options - token-based authentication (#876)
REFRESH_TOKEN
- Use a valid refresh token to request a new access token and refresh token.ACCESS_TOKEN
- Use an existing valid access token too access the API. Will not be able to refresh the token once it expires.
- NEW: Docker "QSV" Images with basic support for QSV hardware accelerated encoding. (#736) Thanks @mitchross, @392media, @chris001, and everyone who helped!
- Use the
latest-qsv
tag (e.g.,mrlt8/wyze-bridge:latest-qsv
) along with theH264_ENC=h264_qsv
ENV variable.
- Use the
- FIXES:
- UPDATES:
Full Changelog: v2.3.8...v2.3.9