Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libjitsi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZRTP
libjitsi
Commits
b5ab9e2b
Commit
b5ab9e2b
authored
10 years ago
by
Boris Grozev
Browse files
Options
Downloads
Patches
Plain Diff
Increases the size of the audio jitter buffer for recording.
parent
2d5b2f1c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/org/jitsi/impl/neomedia/recording/RecorderRtpImpl.java
+4
-0
4 additions, 0 deletions
src/org/jitsi/impl/neomedia/recording/RecorderRtpImpl.java
with
4 additions
and
0 deletions
src/org/jitsi/impl/neomedia/recording/RecorderRtpImpl.java
+
4
−
0
View file @
b5ab9e2b
...
@@ -71,6 +71,7 @@ public class RecorderRtpImpl
...
@@ -71,6 +71,7 @@ public class RecorderRtpImpl
Format
.
NOT_SPECIFIED
);
Format
.
NOT_SPECIFIED
);
private
static
final
int
FMJ_VIDEO_JITTER_BUFFER_MIN_SIZE
=
300
;
private
static
final
int
FMJ_VIDEO_JITTER_BUFFER_MIN_SIZE
=
300
;
private
static
final
int
FMJ_AUDIO_JITTER_BUFFER_MIN_SIZE
=
16
;
/**
/**
* The <tt>ContentDescriptor</tt> to use when saving audio.
* The <tt>ContentDescriptor</tt> to use when saving audio.
...
@@ -93,6 +94,9 @@ public class RecorderRtpImpl
...
@@ -93,6 +94,9 @@ public class RecorderRtpImpl
Registry
.
set
(
Registry
.
set
(
"video_jitter_buffer_MIN_SIZE"
,
"video_jitter_buffer_MIN_SIZE"
,
FMJ_VIDEO_JITTER_BUFFER_MIN_SIZE
);
FMJ_VIDEO_JITTER_BUFFER_MIN_SIZE
);
Registry
.
set
(
"adaptive_jitter_buffer_MIN_SIZE"
,
FMJ_AUDIO_JITTER_BUFFER_MIN_SIZE
);
}
}
/**
/**
...
...
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