You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebRTC: The bitrate of transcoding AAC to Opus is too low. The audio quality is severely compromised. We hope the minimum bitrate can be 192Kbps, or provide an option to configure it.
#3448
Closed
fairy-ju opened this issue
Mar 6, 2023
· 1 comment
· Fixed by #3515
Please description your issue here
In the process of rtmp/srt-WebRTC with AAC-opus, the opus bitrate is too low, it seems to be only 64Kbps, causing severe audio quality loss. I hope the minimum can be 192Kbps. The bandwidth occupied by audio is negligible compared to video, so it's fine to increase it a bit. Alternatively, it would be great to have a configurable option to adjust it ourselves. If this suggestion can be adopted, I would be extremely grateful.
candidate *; # Support any IP, which means letting the server choose by itself, first selecting public IP, then selecting private IP
use_auto_detect_network_ip on; # If this feature is disabled, it will not automatically select IP
ip_family ipv4; # When automatically selecting IP, choose IPv4 or IPv6 address
api_as_candidates on; # Whether to enable this feature. If the API is a separate server, this feature can be disabled
resolve_api_domain on; # If the API is a domain name, whether to resolve the domain name to an IP address. Note that Firefox does not support domain names, so it is generally recommended to enable this
keep_api_domain on; # Whether to keep the domain name of the API. Clients that support domain name resolution can resolve the IP address themselves to avoid server-side resolution
winlinvip
changed the title
rtmp-WebRTC过程中,opus码率给的太小了,好像才64Kbps,音质损伤严重,希望最低能192Kbps,音频相对于视频占用的带宽微乎其微,给高点没什么的,或者开放个config可以自己配置也好
WebRTC: The bitrate of transcoding AAC to Opus is too low. rtmp-WebRTC过程中,opus码率给的太小了,好像才64Kbps,音质损伤严重,希望最低能192Kbps,音频相对于视频占用的带宽微乎其微,给高点没什么的,或者开放个config可以自己配置也好
Mar 9, 2023
winlinvip
changed the title
WebRTC: The bitrate of transcoding AAC to Opus is too low. rtmp-WebRTC过程中,opus码率给的太小了,好像才64Kbps,音质损伤严重,希望最低能192Kbps,音频相对于视频占用的带宽微乎其微,给高点没什么的,或者开放个config可以自己配置也好
WebRTC: The bitrate of transcoding AAC to Opus is too low. 转Opus码率给的太小了,音质损伤严重,希望最低能192Kbps,或者开放config
Mar 9, 2023
winlinvip
changed the title
WebRTC: The bitrate of transcoding AAC to Opus is too low. 转Opus码率给的太小了,音质损伤严重,希望最低能192Kbps,或者开放config
WebRTC: The bitrate of transcoding AAC to Opus is too low. The audio quality is severely compromised. We hope the minimum bitrate can be 192Kbps, or provide an option to configure it.
Jul 29, 2023
Description
Please description your issue here
In the process of rtmp/srt-WebRTC with AAC-opus, the opus bitrate is too low, it seems to be only 64Kbps, causing severe audio quality loss. I hope the minimum can be 192Kbps. The bandwidth occupied by audio is negligible compared to video, so it's fine to increase it a bit. Alternatively, it would be great to have a configurable option to adjust it ourselves. If this suggestion can be adopted, I would be extremely grateful.
SRS Version: 5.0
SRS Config:
candidate *; # Support any IP, which means letting the server choose by itself, first selecting public IP, then selecting private IP
use_auto_detect_network_ip on; # If this feature is disabled, it will not automatically select IP
ip_family ipv4; # When automatically selecting IP, choose IPv4 or IPv6 address
api_as_candidates on; # Whether to enable this feature. If the API is a separate server, this feature can be disabled
resolve_api_domain on; # If the API is a domain name, whether to resolve the domain name to an IP address. Note that Firefox does not support domain names, so it is generally recommended to enable this
keep_api_domain on; # Whether to keep the domain name of the API. Clients that support domain name resolution can resolve the IP address themselves to avoid server-side resolution
Expect
Please describe your expectation.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: