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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
966f785
fix(rtsp-output): Fixed the bug that the SPP header could not be obta…
iamscottxu Mar 16, 2023
c479e10
feat(rtsp-server): Added frame auto-drop feature to solve the problem…
iamscottxu Mar 20, 2023
5099755
feat(ui): Added dropped frames and total frames display.
iamscottxu Mar 20, 2023
44fbae6
feat(locale): Added translation for "Dropped frames".
iamscottxu Mar 20, 2023
b184ede
perf(locale): Improved "Total Data Output" and "Bitrate" translation …
iamscottxu Mar 20, 2023
10b35f3
perf(rtsp-server): Optimized the code.
iamscottxu Mar 20, 2023
2e890a7
perf(ui): Optimized the code.
iamscottxu Mar 20, 2023
6aebc5f
Revert "feat(ui): Added dropped frames and total frames display."
iamscottxu Mar 20, 2023
620fec5
feat(ui): Added dropped frames and total frames display.(#102)
iamscottxu Mar 20, 2023
50a191b
Revert "feat(rtsp-server): Added frame auto-drop feature to solve the…
iamscottxu Mar 20, 2023
764b2af
feat(rtsp-server): Added frame auto-drop feature to solve the problem…
iamscottxu Mar 20, 2023
959d216
fix(rtsp-server): Fixed compilation errors.
iamscottxu Mar 20, 2023
6e18e94
refactor(rtsp-server): Eliminated compilation warnings for goto state…
iamscottxu Dec 19, 2023
3fdb3ae
fix(rtsp-output): Fixed the bug that OBS Studio 30.0.0 and above cann…
iamscottxu Dec 19, 2023
4ac5c58
ci: Updated dependent version.
iamscottxu Dec 19, 2023
8e01630
ci: Updated github actions version.
iamscottxu Dec 19, 2023
a167b31
ci!: Qt5 and Ubuntu 20.04 are no longer supported.
iamscottxu Dec 19, 2023
c4a4e70
ci: Fixed a script error that would cause the wrong version of Linux …
iamscottxu Dec 19, 2023
1ae489f
ci(macos): Fixed the bug that the macOS version could not find the ob…
iamscottxu Dec 19, 2023
e81fa92
refactor: Eliminated compilation warnings for unused function.
iamscottxu Dec 20, 2023
f8da2de
ci(macos): Updated Hash of Packages.dmg.
iamscottxu Dec 20, 2023
e801740
ci(macos): Updated installation script for Packages.app.
iamscottxu Dec 20, 2023
efc71e1
ci: Eliminate Github actions warning.
iamscottxu Dec 20, 2023
bf17a73
fix(rtsp-output): Fixed a bug in OBS Studio 30 where output could not…
iamscottxu Dec 22, 2023
01ab4e2
refactor(rtsp-output): Removed redundant code.
iamscottxu Dec 22, 2023
399dcd5
fix(rtsp-output): Removed code that is no longer supported in OBS Stu…
iamscottxu Dec 22, 2023
cb260f6
perf(rtsp-output): Simplified the way audio tracks configurations are…
iamscottxu Dec 22, 2023
da8f1f8
chore(locale): Added localized text in en-US.ini.
iamscottxu Dec 23, 2023
4b9009f
refactor(rtsp-output): Removed redundant code.
iamscottxu Dec 23, 2023
eefc717
refactor(rtsp-output): Removed redundant code.
iamscottxu Dec 23, 2023
e338223
fix(rtsp-output): Fixed the bug of incomplete multicast port display …
iamscottxu Dec 24, 2023
97cc270
refactor: Eliminated compiler warning, replaced "sprintf" with "snpri…
iamscottxu Dec 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 63 additions & 61 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ on:

env:
PRODUCT_NAME: 'obs-rtspserver'
DEPS_VERSION_MAC: '2023-01-06'
DEPS_HASH_MAC: '811c022a178230d3b9ad1eeb8ae9e1de0e6017b69364f50b183e36246509e0e8'
DEPS_VERSION_MAC: '2023-11-03'
DEPS_HASH_MAC: '90c2fc069847ec2768dcc867c1c63b112c615ed845a907dc44acab7a97181974'
#QT_VERSION_MAC: '2022-02-13'
QT_HASH_MAC: 'dfa3c48ee46765029d06773ba08d84b3f11360547171c8e736019c77fabff80d'
DEPS_VERSION_WIN: '2023-03-06'
DEPS_X64_HASH_WIN: '0498193e483826f0736a3871b71240b66d40656f181a24aec54017a724790d15'
DEPS_X86_HASH_WIN: 'dd5d5ead658916207350a2554715cc1944e048a7ad1d6b6a60607c44d457d13b'
QT_X64_HASH_WIN: 'd4a1fa152011222adfbdcc23f6324f001f6308184559a1655974651941218c7b'
QT_X86_HASH_WIN: '22343a90567ab7329a4d7228db8303f2b384a895e6d5ad7ca3086247d8c58caf'
QT_HASH_MAC: 'ba4a7152848da0053f63427a2a2cb0a199af3992997c0db08564df6f48c9db98'
DEPS_VERSION_WIN: '2023-11-03'
DEPS_X64_HASH_WIN: 'd0825a6fb65822c993a3059edfba70d72d2e632ef74893588cf12b1f0d329ce6'
DEPS_X86_HASH_WIN: 'b69c864275189464483c240ef3f25ea16fba3050b136fe6c3db6e9ee63036683'
QT_X64_HASH_WIN: 'bc57dedf76b47119a6dce0435a2f21b35b08c8f2948b1cb34a157320f77732d1'
QT_X86_HASH_WIN: '50129f9836ef987c23db2e0535085fa2d52474ef0de44bc11c9df6cfa602b785'
#QT_VERSION_WIN: '5.15.2'
NSIS_VERSION_WIN: '3.08'
NSIS_VERSION_WIN: '3.09'
jobs:
get_obs_info:
name: '01 - Get obs-studio last release info'
Expand All @@ -42,11 +42,11 @@ jobs:
steps:
- name: Get latest release info
id: latest_release
uses: kaliber5/action-get-release@v1
uses: cardinalby/git-get-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: 'obsproject'
repo: 'obs-studio'
repo: 'obsproject/obs-studio'
latest: true

get_plugin_info:
Expand All @@ -56,7 +56,7 @@ jobs:
git_tag_name: ${{ steps.tag_name.outputs.tag }}
steps:
- name: 'Get plugin git tag'
uses: devops-actions/[email protected].1
uses: devops-actions/[email protected].2
id: tag_name

clang_check:
Expand All @@ -65,7 +65,7 @@ jobs:
needs: [get_plugin_info]
steps:
- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'plugin'
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
Expand All @@ -82,7 +82,7 @@ jobs:
windows_build:
name: '03 - Windows (Latest)'
runs-on: [windows-2019]
runs-on: [windows-2022]
needs: [get_obs_info, get_plugin_info, clang_check]
strategy:
matrix:
Expand All @@ -96,14 +96,14 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'plugin'
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
submodules: 'recursive'

- name: 'Checkout OBS v${{ needs.get_obs_info.outputs.latest_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: obsproject/obs-studio
path: 'obs-studio'
Expand All @@ -128,35 +128,35 @@ jobs:
run: CI/windows/04_package_plugin.ps1 -BuildArch "${{ matrix.arch }}-bit"

- name: 'Upload build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-windows-${{ matrix.arch }}'
path: '${{ github.workspace }}/plugin/*-windows-*.zip'

windows_package:
name: '04 - Windows Installer'
runs-on: [windows-2019]
runs-on: [windows-2022]
needs: [get_plugin_info, windows_build]
env:
#CMAKE_GENERATOR: "Visual Studio 17 2022"
CMAKE_SYSTEM_VERSION: "10.0.22000.0"
OBS_VERSION: "${{ needs.get_obs_info.outputs.latest_tag_name }}"
steps:
- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'plugin'
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
submodules: 'recursive'

- name: 'Download 64-bit artifact'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-windows-64'
path: 'plugin'

- name: 'Download 32-bit artifact'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-windows-32'
path: 'plugin'
Expand All @@ -173,7 +173,7 @@ jobs:
CI/windows/04_package_plugin.ps1 -BuildArch 64-bit -BuildInstaller -CombinedArchs
- name: 'Upload build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-windows-release'
path: '${{ github.workspace }}/plugin/${{ env.PRODUCT_NAME }}-*-windows-all*.*'
Expand All @@ -184,22 +184,23 @@ jobs:
needs: [get_obs_info, get_plugin_info, clang_check]
strategy:
matrix:
ubuntu: ['ubuntu-20.04', 'ubuntu-22.04']
#ubuntu: ['ubuntu-20.04', 'ubuntu-22.04']
ubuntu: ['ubuntu-22.04']
env:
OBS_VERSION: "${{ needs.get_obs_info.outputs.latest_tag_name }}"
defaults:
run:
shell: bash
steps:
- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'plugin'
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
submodules: 'recursive'

- name: 'Checkout OBS v${{ needs.get_obs_info.outputs.latest_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: obsproject/obs-studio
path: 'obs-studio'
Expand All @@ -224,7 +225,7 @@ jobs:
run: source CI/linux/04_package_plugin.sh

- name: 'Upload build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-linux-${{ matrix.ubuntu }}'
path: '${{ github.workspace }}/plugin/build/${{ env.PRODUCT_NAME }}-*-linux.*'
Expand All @@ -245,14 +246,14 @@ jobs:
shell: bash
steps:
- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'plugin'
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
submodules: 'recursive'

- name: 'Checkout OBS v${{ needs.get_obs_info.outputs.latest_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: obsproject/obs-studio
path: 'obs-studio'
Expand Down Expand Up @@ -289,7 +290,7 @@ jobs:
run: source CI/macos/04_package_plugin.sh --architecture "${{ matrix.arch }}"

- name: 'Upload build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ env.PRODUCT_NAME }}-macos-${{ matrix.arch }}'
path: '${{ github.workspace }}/plugin/build/*-macos-${{ matrix.arch }}.*'
Expand All @@ -303,21 +304,22 @@ jobs:

steps:
- name: 'Checkout plugin ${{ needs.get_plugin_info.outputs.git_tag_name }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: '${{ needs.get_plugin_info.outputs.git_tag_name }}'
fetch-depth: 0

- name: 'Get last release info'
id: get_last_release
uses: kaliber5/action-get-release@v1
uses: cardinalby/git-get-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest: true

- name: 'Create changelog text'
id: create_changelog_text
uses: dlavrenuek/[email protected].2
uses: dlavrenuek/[email protected].3
with:
from: "${{ steps.get_last_release.outputs.tag_name }}"
to: "${{ needs.get_plugin_info.outputs.git_tag_name }}"
Expand Down Expand Up @@ -349,7 +351,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Download release artifacts'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: 'Upload Windows .zip artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
Expand All @@ -369,14 +371,14 @@ jobs:
asset_content_type: application/x-msdownload
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt5 .tar.gz artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.tar.gz
asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.tar.gz
asset_content_type: application/x-gzip
github_token: ${{ secrets.GITHUB_TOKEN }}
#- name: 'Upload linux qt5 .tar.gz artifact to release'
# uses: shogo82148/actions-upload-release-asset@v1
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.tar.gz
# asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.tar.gz
# asset_content_type: application/x-gzip
# github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt6 .tar.gz artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
Expand All @@ -387,14 +389,14 @@ jobs:
asset_content_type: application/x-gzip
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt5 .deb artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.deb
asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.deb
asset_content_type: application/vnd.debian.binary-package
github_token: ${{ secrets.GITHUB_TOKEN }}
# - name: 'Upload linux qt5 .deb artifact to release'
# uses: shogo82148/actions-upload-release-asset@v1
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.deb
# asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.deb
# asset_content_type: application/vnd.debian.binary-package
# github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt6 .deb artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
Expand All @@ -405,20 +407,20 @@ jobs:
asset_content_type: application/vnd.debian.binary-package
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt5 .rpm artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.rpm
asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.rpm
asset_content_type: application/vnd.debian.binary-package
github_token: ${{ secrets.GITHUB_TOKEN }}
# - name: 'Upload linux qt5 .rpm artifact to release'
# uses: shogo82148/actions-upload-release-asset@v1
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.rpm
# asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt5.rpm
# asset_content_type: application/vnd.debian.binary-package
# github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Upload linux qt6 .rpm artifact to release'
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-20.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.rpm
asset_path: ${{ github.workspace }}/${{ env.PRODUCT_NAME }}-linux-ubuntu-22.04/obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux.rpm
asset_name: obs-rtspserver-${{ needs.get_plugin_info.outputs.git_tag_name }}-linux-qt6.rpm
asset_content_type: application/vnd.debian.binary-package
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions CI/macos/04_package_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ package_obs_plugin() {
if ! type packagesbuild &>/dev/null; then
status "Setting up dependency Packages.app"
step "Download..."
check_and_fetch "http://s.sudre.free.fr/Software/files/Packages.dmg" "6afdd25386295974dad8f078b8f1e41cabebd08e72d970bf92f707c7e48b16c9"
check_and_fetch "http://s.sudre.free.fr/Software/files/Packages.dmg" "9d9a73a64317ea6697a380014d2e5c8c8188b59d5fb8ce8872e56cec06cd78e8"
step "Mount disk image..."
hdiutil attach -noverify Packages.dmg

step "Install Packages.app"
PACKAGES_VOLUME=$(hdiutil info -plist | grep "/Volumes/Packages" | sed 's/<string>\/Volumes\/\([^<]*\)<\/string>/\1/' | sed -e 's/^[[:space:]]*//')
sudo installer -pkg "/Volumes/${PACKAGES_VOLUME}/packages/Packages.pkg" -target /
sudo installer -pkg "/Volumes/${PACKAGES_VOLUME}/Install Packages.pkg" -target /
hdiutil detach "/Volumes/${PACKAGES_VOLUME}"
fi

Expand Down
1 change: 1 addition & 0 deletions data/locale/de-DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Optional)"
RtspServer.Properties.Status="Status"
RtspServer.Properties.Status.TotalDataSent="Gesamtdatenausgabe: "
RtspServer.Properties.Status.Bitrate="Bitrate: "
RtspServer.Properties.Status.DroppedFrames="Ausgelassene Frames: "
RtspServer.Properties.Version="Version: "

RtspOutput="RTSP Ausgabe"
Expand Down
2 changes: 2 additions & 0 deletions data/locale/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Optional)"
RtspServer.Properties.Status="Status"
RtspServer.Properties.Status.TotalDataSent="Total Data Output: "
RtspServer.Properties.Status.Bitrate="Bitrate: "
RtspServer.Properties.Status.DroppedFrames="Dropped Frames: "
RtspServer.Properties.Version="Version: "

RtspOutput="RTSP Output"
Expand All @@ -35,6 +36,7 @@ RtspOutput.Hotkey.StopOutput="Stop Output"
RtspOutput.Properties.Multicast="Enabled Multicast"
RtspOutput.Properties.Port="Port"
RtspOutput.Properties.UrlSuffix="URL Suffix"
RtspOutput.Properties.OutputAudio="Enable Audio Output"
RtspOutput.Properties.Authentication="Authentication"
RtspOutput.Properties.Authentication.Realm="Realm"
RtspOutput.Properties.Authentication.Username="Username"
Expand Down
1 change: 1 addition & 0 deletions data/locale/es-ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Opcional)"
RtspServer.Properties.Status="Estatus"
RtspServer.Properties.Status.TotalDataSent="Salida de datos total: "
RtspServer.Properties.Status.Bitrate="Tasa de bits: "
RtspServer.Properties.Status.DroppedFrames="Fotogramas perdidos: "
RtspServer.Properties.Version="Versión: "

RtspOutput="Salida RTSP"
Expand Down
1 change: 1 addition & 0 deletions data/locale/fr-FR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Facultatif)"
RtspServer.Properties.Status="Statut"
RtspServer.Properties.Status.TotalDataSent="Sortie totale des données: "
RtspServer.Properties.Status.Bitrate="Débit binaire: "
RtspServer.Properties.Status.DroppedFrames="Images perdues: "
RtspServer.Properties.Version="Version: "

RtspOutput="Sortie RTSP"
Expand Down
1 change: 1 addition & 0 deletions data/locale/it-IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Opzionale)"
RtspServer.Properties.Status="Stato"
RtspServer.Properties.Status.TotalDataSent="Totale Dati in uscita: "
RtspServer.Properties.Status.Bitrate="Bitrate: "
RtspServer.Properties.Status.DroppedFrames="Fotogrammi persi: "
RtspServer.Properties.Version="Versione: "

RtspOutput="Uscita RTSP"
Expand Down
1 change: 1 addition & 0 deletions data/locale/ja-JP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(オプション)"
RtspServer.Properties.Status="統計"
RtspServer.Properties.Status.TotalDataSent="出力データの合計: "
RtspServer.Properties.Status.Bitrate="ビットレート: "
RtspServer.Properties.Status.DroppedFrames="ドロップしたフレーム: "
RtspServer.Properties.Version="Version: "

RtspOutput="RTSP出力"
Expand Down
1 change: 1 addition & 0 deletions data/locale/ko-KR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(옵션)"
RtspServer.Properties.Status="상태"
RtspServer.Properties.Status.TotalDataSent="총 데이터 출력: "
RtspServer.Properties.Status.Bitrate="비트 레이트: "
RtspServer.Properties.Status.DroppedFrames="손실된 프레임: "
RtspServer.Properties.Version="버전: "

RtspOutput="RTSP 출력"
Expand Down
1 change: 1 addition & 0 deletions data/locale/nl-NL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RtspServer.Properties.Authentication.PasswordPlaceholder="(Optioneel)"
RtspServer.Properties.Status="Toestand"
RtspServer.Properties.Status.TotalDataSent="Totale gegevensoutput: "
RtspServer.Properties.Status.Bitrate="Bitsnelheid: "
RtspServer.Properties.Status.DroppedFrames="Gedropte Frames: "
RtspServer.Properties.Version="Versie: "

RtspOutput="RTSP Uitvoer"
Expand Down
Loading