Releases: iamscottxu/obs-rtspserver
Releases Β· iamscottxu/obs-rtspserver
obs-rtspserver v3.1.0
β‘οΈ Breaking Changes
- Qt5 and Ubuntu 20.04 are no longer supported.
- OBS Studio 29 or earlier is no longer supported.
π New Features
- rtsp-server: Added frame auto-drop feature to solve the problem of delay accumulation.(#102)
- ui: Added dropped frames and total frames display.(#102)
- locale: Added translation for "Dropped frames".
π Bugfixes
- rtsp-output: Fixed the bug of incomplete multicast port display during log output.
- rtsp-output: Removed code that is no longer supported in OBS Studio 30.
- rtsp-output: Fixed a bug in OBS Studio 30 where output could not be started if no audio tracks was selected. (Since the AV Output of OBS Studio 30 no longer supports outputting video alone, the situation where no audio tracks is selected to output is changed to ignore the encoded audio)(#166)
- rtsp-output: Fixed the bug that OBS Studio 30.0.0 and above cannot start output.(#154)
- rtsp-server: Fixed compilation errors.
- rtsp-output: Fixed the bug that the SPP header could not be obtained when using the jim-nvenc encoder. (#128)
ποΈ Performance Improvements
- rtsp-output: Simplified the way audio tracks configurations are stored in configuration files.
- ui: Optimized the code.
- rtsp-server: Optimized the code.
- locale: Improved "Total Data Output" and "Bitrate" translation in zh-TW.
ποΈ Build System
- Eliminate Github actions warning.
- macos: Updated installation script for Packages.app.
- macos: Updated Hash of Packages.dmg.
- macos: Fixed the bug that the macOS version could not find the obs-frontend-api dynamic link library.
- Fixed a script error that would cause the wrong version of Linux packages.
- Updated github actions version.
- Updated dependent version.
πͺ Refactors
- Eliminated compiler warning, replaced "sprintf" with "snprintf".
- rtsp-output: Removed redundant code.
- Eliminated compilation warnings for unused function.
- rtsp-server: Eliminated compilation warnings for goto statements.
π Documentation Changes
- readme: Updated the description of supported OBS Studio versions to 30.0.0 and above.
- readme: Added link to transifex.
- readme: Updated "Supported Platforms" and "Supported OBS Studio version".
π§Ή Chores
- locale: Added localized text in en-US.ini.
- locale: Translate en-US.ini in ko_KR
- locale: Translate en-US.ini in ja_JP
- locale: Translate en-US.ini in ru_RU
- locale: Translate en-US.ini in de_DE
- locale: Translate en-US.ini in it_IT
- locale: Translate en-US.ini in zh_TW
- locale: Translate en-US.ini in es_ES
- locale: Translate en-US.ini in fr_FR
- locale: Translate en-US.ini in nl_NL
- locale: Translate en-US.ini in zh_CN
Full Changelog: v3.0.0...v3.1.0
obs-rtspserver v3.1.0-rc1
β‘οΈ Breaking Changes
- Qt5 and Ubuntu 20.04 are no longer supported.
- OBS Studio 29 or earlier is no longer supported.
π New Features
- rtsp-server: Added frame auto-drop feature to solve the problem of delay accumulation.(#102)
- ui: Added dropped frames and total frames display.(#102)
- locale: Added translation for "Dropped frames".
π Bugfixes
- rtsp-output: Fixed the bug of incomplete multicast port display during log output.
- rtsp-output: Removed code that is no longer supported in OBS Studio 30.
- rtsp-output: Fixed a bug in OBS Studio 30 where output could not be started if no audio tracks was selected. (Since the AV Output of OBS Studio 30 no longer supports outputting video alone, the situation where no audio tracks is selected to output is changed to ignore the encoded audio)(#166)
- rtsp-output: Fixed the bug that OBS Studio 30.0.0 and above cannot start output.(#154)
- rtsp-server: Fixed compilation errors.
- rtsp-output: Fixed the bug that the SPP header could not be obtained when using the jim-nvenc encoder. (#128)
ποΈ Performance Improvements
- rtsp-output: Simplified the way audio tracks configurations are stored in configuration files.
- ui: Optimized the code.
- rtsp-server: Optimized the code.
- locale: Improved "Total Data Output" and "Bitrate" translation in zh-TW.
ποΈ Build System
- Eliminate Github actions warning.
- macos: Updated installation script for Packages.app.
- macos: Updated Hash of Packages.dmg.
- macos: Fixed the bug that the macOS version could not find the obs-frontend-api dynamic link library.
- Fixed a script error that would cause the wrong version of Linux packages.
- Updated github actions version.
- Updated dependent version.
πͺ Refactors
- Eliminated compiler warning, replaced "sprintf" with "snprintf".
- rtsp-output: Removed redundant code.
- Eliminated compilation warnings for unused function.
- rtsp-server: Eliminated compilation warnings for goto statements.
π§Ή Chores
- locale: Added localized text in en-US.ini.
Full Changelog: v3.0.0...v3.1.0-rc1
obs-rtspserver v3.1.0-beta3
β‘οΈ Breaking Changes
- Qt5 and Ubuntu 20.04 are no longer supported.
- OBS Studio 29 or earlier is no longer supported.
π New Features
- rtsp-server: Added frame auto-drop feature to solve the problem of delay accumulation.(#102)
- ui: Added dropped frames and total frames display.(#102)
- locale: Added translation for "Dropped frames".
π Bugfixes
- rtsp-output: Removed code that is no longer supported in OBS Studio 30.
- rtsp-output: Fixed a bug in OBS Studio 30 where output could not be started if no audio tracks was selected. (Since the AV Output of OBS Studio 30 no longer supports outputting video alone, the situation where no audio tracks is selected to output is changed to ignore the encoded audio)(#166)
- rtsp-output: Fixed the bug that OBS Studio 30.0.0 and above cannot start output.(#154)
- rtsp-server: Fixed compilation errors.
- rtsp-output: Fixed the bug that the SPP header could not be obtained when using the jim-nvenc encoder. (#128)
ποΈ Performance Improvements
- rtsp-output: Simplified the way audio tracks configurations are stored in configuration files.
- ui: Optimized the code.
- rtsp-server: Optimized the code.
- locale: Improved "Total Data Output" and "Bitrate" translation in zh-TW.
ποΈ Build System
- Eliminate Github actions warning.
- macos: Updated installation script for Packages.app.
- macos: Updated Hash of Packages.dmg.
- macos: Fixed the bug that the macOS version could not find the obs-frontend-api dynamic link library.
- Fixed a script error that would cause the wrong version of Linux packages.
- Updated github actions version.
- Updated dependent version.
πͺ Refactors
- rtsp-output: Removed redundant code.
- Eliminated compilation warnings for unused function.
- rtsp-server: Eliminated compilation warnings for goto statements.
Full Changelog: v3.0.0...v3.1.0-beta3
obs-rtspserver v3.1.0-beta2
β‘οΈ Breaking Changes
- Qt5 and Ubuntu 20.04 are no longer supported.
- OBS Studio 29 or earlier is no longer supported.
π New Features
- rtsp-server: Added frame auto-drop feature to solve the problem of delay accumulation.(#102)
- ui: Added dropped frames and total frames display.(#102)
- locale: Added translation for "Dropped frames".
π Bugfixes
- rtsp-output: Fixed the bug that OBS Studio 30.0.0 and above cannot start output.(#154)
- rtsp-server: Fixed compilation errors.
- rtsp-output: Fixed the bug that the SPP header could not be obtained when using the jim-nvenc encoder. (#128)
ποΈ Performance Improvements
- ui: Optimized the code.
- rtsp-server: Optimized the code.
- locale: Improved "Total Data Output" and "Bitrate" translation in zh-TW.
ποΈ Build System
- Eliminate Github actions warning.
- macos: Updated installation script for Packages.app.
- macos: Updated Hash of Packages.dmg.
- macos: Fixed the bug that the macOS version could not find the obs-frontend-api dynamic link library.
- Fixed a script error that would cause the wrong version of Linux packages.
- Updated github actions version.
- Updated dependent version.
πͺ Refactors
- Eliminated compilation warnings for unused function.
- rtsp-server: Eliminated compilation warnings for goto statements.
Full Changelog: v3.0.0...v3.1.0-beta2
obs-rtspserver v3.1.0-beta1
π New Features
- rtsp-server: Added frame auto-drop feature to solve the problem of delay accumulation.(#102)
- ui: Added dropped frames and total frames display.(#102)
- locale: Added translation for "Dropped frames".
π Bugfixes
- rtsp-output: Fixed the bug that the SPP header could not be obtained when using the jim-nvenc encoder. (#128)
ποΈ Performance Improvements
- ui: Optimized the code.
- rtsp-server: Optimized the code.
- locale: Improved "Total Data Output" and "Bitrate" translation in zh-TW.
Full Changelog: v3.0.0...v3.1.0-beta1
obs-rtspserver v3.0.0
π New Features
- Added support for HEVC encoding.
- rtsp-server: Added SPS, PPS, etc. to the SDP response of HEVC.
- rtsp-server: Added support for RTP Aggregation Packets.
π Bugfixes
- rtsp-server: Fixed the bug that H.264 Single-Time Aggregation Packet (STAP-A) NRI was missing.
ποΈ Performance Improvements
- Optimized codes.
ποΈ Build System
- macos: Revoked the macos dependent version.
- windows: Fixed the bug that environment variables could not be loaded.
- Updated dependent version.
- Clean up obsolete actions.
- macos: Fixed a bug that plugins would not load on MacOS.
- Updated build scripts to fit OBS 28.
- qt5 -> qt6.
πͺ Refactors
- Removed redundant codes.
- Refactor code that parses NAL.
- rtsp-output: Updated encoder names to fit OBS 28.
π Code Style Changes
- Adjusted folder structure.
π§Ή Chores
- Updated .gitignore.
Full Changelog: v2.3.0...v3.0.0
obs-rtspserver v3.0.0-rc2
π New Features
- Added support for HEVC encoding.
- rtsp-server: Added SPS, PPS, etc. to the SDP response of HEVC.
- rtsp-server: Added support for RTP Aggregation Packets.
π Bugfixes
- rtsp-server: Fixed the bug that H.264 Single-Time Aggregation Packet (STAP-A) NRI was missing.
ποΈ Performance Improvements
- Optimized codes.
ποΈ Build System
- macos: Revoked the macos dependent version.
- windows: Fixed the bug that environment variables could not be loaded.
- Updated dependent version.
- Clean up obsolete actions.
- macos: Fixed a bug that plugins would not load on MacOS.
- Updated build scripts to fit OBS 28.
- qt5 -> qt6.
πͺ Refactors
- Removed redundant codes.
- Refactor code that parses NAL.
- rtsp-output: Updated encoder names to fit OBS 28.
π Code Style Changes
- Adjusted folder structure.
π§Ή Chores
- Updated .gitignore.
Full Changelog: v2.3.0...v3.0.0-rc2
obs-rtspserver v3.0.0-rc1
π New Features
- Added support for HEVC encoding.
- rtsp-server: Added SPS, PPS, etc. to the SDP response of HEVC.
- rtsp-server: Added support for RTP Aggregation Packets.
π Bugfixes
- rtsp-server: Fixed the bug that H.264 Single-Time Aggregation Packet (STAP-A) NRI was missing.
ποΈ Performance Improvements
- Optimized codes.
ποΈ Build System
- macos: Fixed a bug that plugins would not load on MacOS.
- Updated build scripts to fit OBS 28.
- qt5 -> qt6.
πͺ Refactors
- Removed redundant codes.
- Refactor code that parses NAL.
- rtsp-output: Updated encoder names to fit OBS 28.
π Code Style Changes
- Adjusted folder structure.
π§Ή Chores
- Updated .gitignore.
Full Changelog: v2.3.0...v3.0.0-rc1
obs-rtspserver v2.3.0
This is the last release to support obs-studio 27.2.4 or earlier.
π New Features
- rtsp-server: The notifycallback is split into connected and disconnected callbacks for clarity. (PHZ76/RtspServer#41)
- rtsp-server: Sockets now have IP address and port information which can be propagated to callbacks. (PHZ76/RtspServer#41)
- rtsp-server: Added VP8 source.
π Bugfixes
- rtsp-server: Fixed code error calling function "epoll_create1()".
- rtsp-server: Split the decoder output before RTP packetization.
- rtsp-server: Fixed the bug that IPV6 and IPV4 multicast clients could not connect at the same time.
- rtsp-server: Fixed bugs.
- rtsp-server: Optimized Ipv6 multicast.
- rtsp-server: Added destructor. (PHZ76/RtspServer@1fe0ac9)
- rtsp-server: Added destructor. (PHZ76/RtspServer@9e04b81)
- rtsp-server: style(rtsp-server): Optimized code format. (PHZ76/RtspServer@60d0245)
- rtsp-server:
std::shared_ptr<std::queue<Packet>> buffer_
does not need to useshared_ptr
. (PHZ76/RtspServer#41) - rtsp-server: Fixed a number of memory leaks associated with using shared_ptr as a buffer. (PHZ76/RtspServer#41)
- translations: Update Japanese translations of ja-JP.ini (@KeitetsuWorks).
ποΈ Build System
- Fixed the bug that compiles incorrectly when the ".git" folder does not exist.
- linux: Added CMAKE_LIBRARY_ARCHITECTURE to fix plugin not loading bug.
- Updated dependencies version.
πͺ Refactors
- rtsp-server: Optimized codes.
- rtsp-server: Added error log output for "EpollTaskScheduler".
- Fixed compile warnings.
- rtsp-server: Optimized data types of variables and parameters.
- rtsp-server: Added git submodule update.
π Code Style Changes
- rtsp-server: UTF-8 -> UTF-8 With BOM.
- rtsp-server: Optimized code format.
- rtsp-server: Adjusted
includes
.
π§Ή Chores
- Updated .gitignore.
Full Changelog: v2.2.1...v2.3.0
obs-rtspserver v2.3.0-rc7
This is the last release to support obs-studio 27.2.4 or earlier.
π New Features
- rtsp-server: The notifycallback is split into connected and disconnected callbacks for clarity. (PHZ76/RtspServer#41)
- rtsp-server: Sockets now have IP address and port information which can be propagated to callbacks. (PHZ76/RtspServer#41)
- rtsp-server: Added VP8 source.
π Bugfixes
- rtsp-server: Fixed code error calling function "epoll_create1()".
- rtsp-server: Split the decoder output before RTP packetization.
- rtsp-server: Fixed the bug that IPV6 and IPV4 multicast clients could not connect at the same time.
- rtsp-server: Fixed bugs.
- rtsp-server: Optimized Ipv6 multicast.
- rtsp-server: Added destructor. (PHZ76/RtspServer@1fe0ac9)
- rtsp-server: Added destructor. (PHZ76/RtspServer@9e04b81)
- rtsp-server: style(rtsp-server): Optimized code format. (PHZ76/RtspServer@60d0245)
- rtsp-server:
std::shared_ptr<std::queue<Packet>> buffer_
does not need to useshared_ptr
. (PHZ76/RtspServer#41) - rtsp-server: Fixed a number of memory leaks associated with using shared_ptr as a buffer. (PHZ76/RtspServer#41)
- translations: Update Japanese translations of ja-JP.ini (@KeitetsuWorks).
ποΈ Build System
- Fixed the bug that compiles incorrectly when the ".git" folder does not exist.
- linux: Added CMAKE_LIBRARY_ARCHITECTURE to fix plugin not loading bug.
- Updated dependencies version.
πͺ Refactors
- rtsp-server: Optimized codes.
- rtsp-server: Added error log output for "EpollTaskScheduler".
- Fixed compile warnings.
- rtsp-server: Optimized data types of variables and parameters.
- rtsp-server: Added git submodule update.
π Code Style Changes
- rtsp-server: UTF-8 -> UTF-8 With BOM.
- rtsp-server: Optimized code format.
- rtsp-server: Adjusted
includes
.
π§Ή Chores
- Updated .gitignore.
Full Changelog: v2.2.1...v2.3.0-rc7