This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#69700 don't compensate for TS gaps with a 1-second delay
fixes
#861
Change-Id: Id7bf8ab28e92e6e509e47a65304058d77f4b261f
changes/85/34885/2
Richard Fuchs
6 years ago
parent
8bdeb2d9bf
commit
7a28b972c0
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
lib/codeclib.c
+ 0
- 2
lib/codeclib.c
View File
@ -690,8 +690,6 @@ int decoder_input_data(decoder_t *dec, const str *data, unsigned long ts,
"
%lu to %lu
"
,
dec
-
>
rtp_ts
,
ts
)
;
/
/
XXX
handle
lost
packets
here
if
timestamps
don
'
t
line
up
?
/
/
XXX
actually
set
the
timestamp
to
the
newly
received
one
?
dec
-
>
pts
+
=
dec
-
>
in_format
.
clockrate
;
}
else
dec
-
>
pts
+
=
shift_ts
;
Write
Preview
Loading…
Cancel
Save