Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
ee1c9c52
Commit
ee1c9c52
authored
16 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
low-overhead mode
parent
595f8098
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ietf/draft-valin-celt-rtp-profile.xml
+30
-0
30 additions, 0 deletions
doc/ietf/draft-valin-celt-rtp-profile.xml
with
30 additions
and
0 deletions
doc/ietf/draft-valin-celt-rtp-profile.xml
+
30
−
0
View file @
ee1c9c52
...
...
@@ -618,6 +618,36 @@ mapping.
</section>
<section
anchor=
"Low-Overhead Mode"
title=
"Low-Overhead Mode"
>
<t>
A low-overhead mode is defined to make more efficient use of bandwidth
when transmitting CELT frames. In that mode none of the length values need to be transmitted.
One the a=fmtp: parameter low-overhead:
is defined and contains a single frame size, followed by a '/', followed by the number
of frames (per channel) per packet, followed by a '/', followed by a comma-separated
list of the number of bytes per frame for each stream defined in the channel mapping.
The frame-size: parameter MUST not be specified and SHOULD be ignored if encountered
in an SDP offer or answer. The ptime:, maxptime: and b=AS: parameters SHOULD also be
ignored since the low-overhead: parameter makes them redundant. When the low-overhead:
parameter is specified, the length of each frame MUST NOT be encoded in the payload and
the bit-rate MUST NOT be changed during the session.
</t>
<t>
For example a low-overhead surround configuration could be signaled as:
<list
style=
"empty"
>
<t>
m=audio 8008 RTP/AVP 97
</t>
<t>
a=ptime: 5
</t>
<t>
a=rtpmap:97 CELT/48000/6
</t>
<t>
a=fmtp:97 low-overhead=256/1/86,86,43,30;mapping=2,2,1,1/L,R,LR,RR,C,MLFE/ITU-RBS.775-1
</t>
</list>
In this example, 4 bytes per packet would be saved. This corresponds to a 6 kbit/s
reduction in the overhead, although the 60 kbit/s overhead of the IP, UDP and RTP
headers is still present.
</t>
</section>
<section
anchor=
"RTP Payload Types"
title=
"RTP Payload Types"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment