Skip to content

Releases: iamscottxu/obs-rtspserver

obs-rtspserver v3.1.0

25 Dec 13:37
Compare
Choose a tag to compare

⚑️ 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

24 Dec 15:17
Compare
Choose a tag to compare
Pre-release

⚑️ 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

22 Dec 16:33
Compare
Choose a tag to compare
Pre-release

⚑️ 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

20 Dec 13:27
Compare
Choose a tag to compare
Pre-release

⚑️ 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

20 Mar 16:40
Compare
Choose a tag to compare
Pre-release

πŸš€ 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

16 Mar 15:36
Compare
Choose a tag to compare

πŸš€ 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

15 Mar 16:26
Compare
Choose a tag to compare
Pre-release

πŸš€ 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

14 Mar 14:16
Compare
Choose a tag to compare
Pre-release

πŸš€ 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

17 Oct 14:45
3f1b504
Compare
Choose a tag to compare

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

obs-rtspserver v2.3.0-rc7

16 Oct 16:15
Compare
Choose a tag to compare
Pre-release

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-rc7