Resource icon

OBS-RTSPServer 3.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

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
  • Like
Reactions: ASchneider
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 use shared_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
Bugfixes
  • Fixed bug where Multicast-Checkbox was ignored. (#106)
Build System
  • macos: Updated Packages.dmg SHA256.
  • windows: Changed CMake Generator to Ninja.
  • windows: Updated build scripts to be compatible with Visual Studio 2022.
  • Removed the warning.
Full Changelog: v2.2.0...v2.2.1
  • Like
Reactions: mixman
Breaking Changes
  • The zip file folder layout of the Linux release has been changed.
New Features
  • Added multicast features.
Refactors
  • Updated build scripts.
Documentation Changes
  • ko-kr: Updated README_ko-KR.md.
  • en-us: Updated installation instructions.
  • zh-cn: Updated installation instructions.
Chores
  • Updated .gitgnore.
Full Changelog: v2.1.2...v2.2.0
  • Optimized the code.
Full Changelog: v2.1.1...v2.1.2
  • Fixed the bug of sps data output error.
  • Canceled pause output when no client is connected.
  • Optimized the code.
  • Added translation for RtspServer.Properties.Target.Address.Copy (복사).
  • Added the feature of setting custom URL suffix.
  • Added the feature of displaying version information.
  • Fixed the bug that crashed when using invalid URL request.
  • Fixed the bug that the root path cannot be connected.
  • Add french translations. #65 (@brodi1 )
  • Add Japanese translations. #67 (@brodi1 )
  • Fixed the bug that the settings dialog could not be displayed in the center. #63
Top