Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug #167

Merged
merged 32 commits into from
Dec 24, 2023
Merged

Fix bug #167

merged 32 commits into from
Dec 24, 2023

Conversation

iamscottxu
Copy link
Owner

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

…ined when using the jim-nvenc encoder. (#128)

Signed-off-by: scottxu <[email protected]>
… problem of delay accumulation."

Signed-off-by: scottxu <[email protected]>
…s-frontend-api dynamic link library.

Signed-off-by: scottxu <[email protected]>
… 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)
@iamscottxu iamscottxu merged commit 0157308 into master Dec 24, 2023
12 checks passed
@iamscottxu iamscottxu deleted the fix_bug branch December 24, 2023 15:59
@iamscottxu iamscottxu restored the fix_bug branch December 24, 2023 15:59
@iamscottxu iamscottxu deleted the fix_bug branch December 25, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant