Release Notes
v0.4.0 2025-12-07
Section titled “v0.4.0 2025-12-07”🌟 What’s New
- Supports base path
- Added environment variables:
OREC_BIND,OREC_BASEPATH,OREC_USERNAME,OREC_PASSWORD
🛠️ Fixes & Improvements
- Fixed Douyin failed to add channels due to IP geo restrictions
- Fixed Pandalive cookie verification
- Updated Apprise to the latest commit
- Optimized the latency of starting stream recording
- Fixed some known issues and improved error handling
💬 Tip
The base path can be specified by CLI arguments -B/--basepath
or via the OREC_BASEPATH environment variable,
such as ./orec run -B /orec/ or OREC_BASEPATH=/orec/ ./orec run.
v0.3.2 2025-11-23
Section titled “v0.3.2 2025-11-23”🛠️ Fixes & Improvements
- Fixed the desktop variant launching crash
- Improved Liquid date filter for notification message template
- Improved bilibili buvid cookie extraction
- Improved live monitor
v0.3.1 2025-11-15
Section titled “v0.3.1 2025-11-15”🛠️ Fixes & Improvements
- Fixed and improved notification
- Fixed Twitch info extractor
- Supports StripChat URLs that start with a language subdomain
- Improved recording for Douyu outdoor streaming
- Improved probe stream retry policy
v0.3.0 2025-11-09
Section titled “v0.3.0 2025-11-09”🌟 What’s New
- Supports sending notifications
- Supports copying URLs from selected channels
- Supports bulk start and stop recording
🛠️ Fixes & Improvements
- Improved TikTok info extraction
- Fixed Douyu recording failed due to TLS compatibility
- Fixed Douyu failed to resolve URLs that contain
beta - Fixed panic caused by
the receiver dropped
v0.2.2 2025-10-28
Section titled “v0.2.2 2025-10-28”🛠️ Fixes & Improvements
- Fix stripchat stream recording
- Improved douyin double-screen stream recording
v0.2.1 2025-10-18
Section titled “v0.2.1 2025-10-18”🛠️ Fixes & Improvements
- Fixed timeout when adding channels via cURL
- Fixed settings error
v0.2.0 2025-10-17
Section titled “v0.2.0 2025-10-17”🌟 What’s New
- Supports
flv/m3u8stream recording viacURL
🛠️ Fixes & Improvements
- Fixed cmd screen flash on Windows
💬 Tip
The unknown platform is a pseudo-platform; its settings are used for all channels added via cURL.
v0.1.1 2025-10-07
Section titled “v0.1.1 2025-10-07”🛠️ Fixes & Improvements
- Fixed credentials settings
- Improved video transmuxing
💬 Tip
Make sure to enable with credentials for live monitor in the platform settings
for live streamings that require authentication
Initial release