[asterisk-bugs] [JIRA] (ASTERISK-28263) codec_opus: errors setting max_playback_rate and bitrate to "sdp"

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Jan 25 10:03:47 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246060#comment-246060 ] 

Asterisk Team commented on ASTERISK-28263:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> codec_opus: errors setting max_playback_rate and bitrate to "sdp"
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-28263
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28263
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/codec_opus
>    Affects Versions: 16.1.1
>         Environment: codec_opus: Remote package version 16.0_1.3.0 (263680) from http://downloads.digium.com/pub/telephony/codec_opus/asterisk-16.0/x86-64/codec_opus-16.0_1.3.0-x86_64.tar.gz
> Automatically installed during "make install"
>            Reporter: Gianluca Merlo
>            Severity: Minor
>
> Hello,
> configuration samples ({{configs/samples/codecs.conf.sample}}) provide the following explanation for two {{codec_opus}} options:
> {noformat}
> ;max_playback_rate= ; Override the maximum playback rate in the offer's SDP.
>                     ; Any value between 8000 and 48000 (inclusive) is valid,
>                     ; however typically it should match one of the usual opus
>                     ; bandwidths. A value of "sdp" is also allowed. When set
>                     ; to "sdp" then the value from the offer's SDP is used.
>                     ; (default: "sdp")
> ;bitrate= ; Override the maximum average bitrate in the offer's SDP. Any value
>           ; between 500 and 512000 is valid. The following values are also
>           ; allowed: auto, max, sdp. When set to "sdp" then the value from
>           ; the offer's sdp is used. (default: "sdp")
> {noformat}
> but explicitly setting
> {noformat}
> max_playback_rate=sdp
> bitrate=sdp
> {noformat}
> in a valid {{type=opus}} section results in an error like
> {noformat}
> config_options.c:798 aco_process_var: Error parsing bitrate=sdp [...]
> {noformat}
> when left to the default values, set to numeric values or to other documented values, there are no errors.
> Maybe the samples are outdated or {{codec_opus}} needs to be fixed to correctly parse these options?
> Thank you in advance for your help.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list