| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-24 | 2.5 kB | |
| Release v5.4.0 source code.tar.gz | 2026-01-24 | 971.1 kB | |
| Release v5.4.0 source code.zip | 2026-01-24 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 1 | |
New release to maintain compatibility with Observer v5.4.0
Features
🔹Alerts - Voice track play timing with Priority sync 🔹Alerts - Add dedicated prealert volume for alerts to cut off all audio during playback 🔹Alerts - Add queues to pipeline for stability 🔹Alerts - "Stream on Alert" functionality 🔹Security - AWS access key and key id filtered from being exported 🔹Security - Added JSON secrets code 🔹Security - Added get_password_suffixes method 🔹Security - Changed to a more explicit method of filtering password suffixes 🔹CRON to automatically delete media that is N days old 🔹Audio Fade Outs at top of hour or end of Show 🔹Add WAV and BWF to fallback media types
Improvements
🔸Playlist settings when determining fade out at end of show 🔸SDR Off Air recording dongle Improvements 🔸Better organize station override settings in http admin 🔸Station override status string in summary tab 🔸Store last track fade out setting in db 🔸Check if current track exists before attempting to find associated voice track 🔸Pipeline and voice track refactoring 🔸Support old + new libraries for video caps
Fixes
🔺Bug where test signal not audible without scheduled media first 🔺Admin username not updating when changing both the username and password together 🔺Changed header dashboard settings file name string 🔺Issue where previously running fade doesn't cancel on new fade request 🔺LA show not properly ending at end time 🔺Race condition affecting return to normal levels after show fade 🔺Changed header dashboard settings file name string 🔺Changed error string for unsupported system 🔺Prevent loud blip on last track during show fade out (related to volume being set back to 100% too early) 🔺Use raw strings to prevent invalid escape sequence error 🔺Fallback media issue not always playing when no show found, since scheduler controller was leaving items in the queue 🔺Test fix overlay issue
Pull Requests - Community Code
Added functionality to fade out a show when a new show starts. @btelliot https://github.com/openbroadcaster/obplayer/pull/134
Split the settings database data into a new file and added a more detailed settings export file name. @TroyWarez https://github.com/openbroadcaster/obplayer/pull/145