try a simple buffer
This commit is contained in:
parent
daf7c942c1
commit
dd8c8b01ae
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ int main(int argc, char *argv[]) {
|
||||||
.audio_sink = "pulsesink",
|
.audio_sink = "pulsesink",
|
||||||
.audio_tap = "pulsesrc",
|
.audio_tap = "pulsesrc",
|
||||||
.grtppktlost = 0,
|
.grtppktlost = 0,
|
||||||
.droplat = FALSE,
|
.droplat = TRUE,
|
||||||
.buffering_mode = "slave"
|
.buffering_mode = "none"
|
||||||
};
|
};
|
||||||
int opt = 0;
|
int opt = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue