Changelog
Esta página aún no está disponible en tu idioma.
250716
Section titled “250716”Storage
Section titled “Storage”- Automatic switch to circular recording on low disk space
- Fix issue with storage statistics in web interface
- Emulate Flussonic to access the storage from third-party applications
Receivers
Section titled “Receivers”- Stream from file in loop without interruptions
- Fix crash on turning off the receiver
- Configurable HLS segments duration and quantity
- Configurable timeout to close paused sessions
- Fix high memory usage on many active sessions
Interface and API
Section titled “Interface and API”- Better API to import channels and receivers
- Fix issue with cards background on dark theme
250603
Section titled “250603”Interface
Section titled “Interface”- Short guide how to reset password on the login page
- Fixed issue with network mask in the IP authentication settings
Receivers
Section titled “Receivers”- Better receiving stability - could handle many errors in the stream without stopping the receiver
- If the receiver stops working, the last full video frame continues to be delivered — the stream doesn’t interrupt in the player and will resume automatically when the source returns
Channels
Section titled “Channels”- Pause - Player can pause the channel and continue playback from the last position. In case of a live channel, it will continue playback from archive (if enabled).
Base App
Section titled “Base App”- Small fixes for
alta initcommand - Fix issues with app crash in UDP receiver and app restart after crash
- Config backup on changes
250314
Section titled “250314”Interface
Section titled “Interface”- Filter bar for channels, receivers, and dashboard
- Config export
Channels
Section titled “Channels”- Fixed issue with receiving interruptions due to PTS/DTS handling
- Enhanced logging for PTS/DTS errors and demuxer monitoring
- Added DirectIO for file writing operations
Important configuration refactoring
Section titled “Important configuration refactoring”- Removed options
Media AccessandVOD Accessfrom the channel settings - Options
Media EnableandVOD Enableare now available in the Channels -> HLS Access settings. Use this options only if you want to get access to the content without sessions and authentication (eg. you use Alta as a backend) - Access to the VOD playlist through the
index.m3u8without additional options:http://your-server/channel-path/index.m3u8?start=unix-timestamp&duration=minutes
250205
Section titled “250205”Dashboard
Section titled “Dashboard”- Channels and Receivers overview
- By clicking on the channel card you can see: bitrate for each variant, storage usage, and active sessions

Receivers
Section titled “Receivers”- Receiver restart on error with receiving media
Channels
Section titled “Channels”- HLS multibitrate, you can add multiple variants for each channel
- The “Media Enable” option is now a simple checkbox to turn on direct access to the media playlist. Default URL to the media playlist will be:
http://your-server/channel-path/variant-name/media.m3u8 - The “VOD Enable” option is now a simple checkbox to turn on direct access to the VOD playlist. Default URL to the VOD playlist will be:
http://your-server/channel-path/variant-name/vod.m3u8?start=unix-timestamp&duration=minutes

Catchup
Section titled “Catchup”- Catchup provides a media player (such as Kodi, Televizo) with information on how to access media content from storage.
- If storage is configured for channel, then the catchup options will be added to the exported playlist.
- You can configure the
tvg_idoption in the channel settings to link the channel with related xmltv data.
- RTSP now supports the ip cameras with the h.265 codec
- Better performance and memory management.
241210
Section titled “241210”Receivers
Section titled “Receivers”- Fix issue with RTSP receiving for most h.264 cameras
- Receivers separated from channels. In future updates, the receivers list will also be used for convenient monitoring of all sources

- Import receivers from m3u playlist

Channels
Section titled “Channels”- New channel interface with statistics about storage usage. You can see how much disk space is occupied by the archive for each channel

- Export channels to m3u playlist

Sessions
Section titled “Sessions”- New session interface with active sessions

Storage
Section titled “Storage”- New interface for storage with information about storage usage

Other changes
Section titled “Other changes”- Group actions with channels and receivers

240909
Section titled “240909”Receivers
Section titled “Receivers”- Fixed bug with audio synchronization
- EAC3 Audio codec support
- Providing information with stream name in the output streams
- Fixed RTSP address in channel settings
HTTP Server
Section titled “HTTP Server”- replaced custom made HTTP Server with fastest HTTP engine for Go: Fiber