Anthony Minessale II
299529cb5e
Merge pull request #522 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:mod_opus-more-fmtp-cleanup to master
...
* commit '30847cf76b410dba11385148110bcf82890d0dc5':
FS-8256: mod_opus: more FMTP cleanup
2015-10-01 14:40:56 -05:00
Anthony Minessale
7994b3dff3
FS-8216 fix regression in hup_local_stream from last commit
2015-10-01 12:16:48 -05:00
Anthony Minessale
f1c61f6f24
FS-8216 #comment please test
2015-09-30 22:03:33 -05:00
Anthony Minessale
beb1521e88
revert
2015-09-30 22:02:50 -05:00
Anthony Minessale
8401e716b1
FS-8240 #comment please test
2015-09-30 22:00:47 -05:00
Brian West
c974dd9115
FS-8261 #resolve
2015-09-30 17:38:51 -05:00
Dragos Oancea
30847cf76b
FS-8256: mod_opus: more FMTP cleanup
2015-09-30 14:35:45 -04:00
Anthony Minessale
158bcb841b
set level to 4.1 on voip
2015-09-30 12:05:07 -05:00
Anthony Minessale
32b43866f8
FS-8240 add video profile param for recording 264 and make it default
2015-09-30 11:42:46 -05:00
Davide Colombo
c08f2e37a7
FS-8246: use seconds as default value for delay param
2015-09-30 10:36:38 +02:00
Anthony Minessale
b990e30a93
FS-8240 finishing touches
2015-09-30 03:32:41 -05:00
matteo brancaleoni
fe1fa8c8fb
FS-8239 fix default value to avoid failed mod_av build on CentOS 7
2015-09-30 09:23:30 +02:00
Brian West
8318b0abce
FS-8240 more
2015-09-29 23:02:29 -05:00
Anthony Minessale
3fdd1df415
FS-8240 more
2015-09-29 23:00:28 -05:00
Dragos Oancea
8b088c26fb
FS-8243: Improve the way FEC info is detected within frames (added support for ptimes higher than 20 ms for FEC detection )
...
(Claude Lamblin)
2015-09-29 18:35:47 -04:00
Anthony Minessale
58ba3860cd
FS-8241 #resolve [Conference stops playing video when local_stream changes source]
2015-09-29 14:48:24 -05:00
Anthony Minessale
243811ddc6
FS-8240 #resolve [local_stream a/v gets out of sync when running in the background]
2015-09-29 14:44:57 -05:00
Anthony Minessale
fbacc27d29
FS-8232 #resolve [conference sending too many video refresh req]
2015-09-28 14:00:37 -05:00
Steve Underwood
721ea6dceb
Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate
...
compatibility problems with recent versions of MSVC
2015-09-28 21:47:27 +08:00
Anthony Minessale II
5a5793ce99
Merge pull request #508 in FS/freeswitch from bugfix/FS-7911 to master
...
* commit 'e5f31310db598c6f842cc007f158ae29d8477cae':
FS-7911 #resolve
correct version of proposed patch
2015-09-24 16:01:24 -05:00
Anthony Minessale
e5f31310db
FS-7911 #resolve
2015-09-24 16:00:39 -05:00
Anthony Minessale
037031fc80
FS-8216 #resolve [Occasional lip sync problems when recording with mod_av ]
2015-09-24 13:55:28 -05:00
Michael Jerris
c167eb7d5d
FS-8190: fix build regression from original FS-8190 commit
2015-09-23 16:40:13 -05:00
Anthony Minessale
dd6da6e06a
FS-8211 #resolve [Conference video recordings of layouts with overlap have flickering video]
2015-09-23 13:24:14 -05:00
Anthony Minessale
43ef01fbbe
correct version of proposed patch
2015-09-23 11:58:57 -05:00
Anthony Minessale
819a2c13a9
FS-8210 #resolve [mod_verto can be unloaded while it is in use]
2015-09-23 10:35:45 -05:00
Anthony Minessale
7ea9b684a7
FS-8204 add sprop-stereo also
2015-09-22 15:31:20 -05:00
Saumar Hajjar
3aa051e1a1
FS-7673: ODBC NULL value incorrectly evaluated in mod_v8
2015-09-21 23:36:42 -03:00
Anthony Minessale
f8b19b7485
FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command]
2015-09-21 18:00:32 -05:00
Mike Jerris
47864eac86
Merge pull request #493 in FS/freeswitch from feature/FS-8042-store-sip-endpoint-ping-response to master
...
* commit '5509a627061a07d7db18967449c3e6f8f216c4a2':
FS-8042, FS-8182: add ping time (in ms) to sip_registrations table, displays as part of the show commands that show registration details, add force_ping=true user var to force options ping on individual registered endpoints
2015-09-21 14:43:58 -05:00
Anthony Minessale
8a0366b999
FS-8130 running out of witty commit msgs
2015-09-21 14:08:38 -05:00
Michael Jerris
5509a62706
FS-8042, FS-8182: add ping time (in ms) to sip_registrations table, displays as part of the show commands that show registration details, add force_ping=true user var to force options ping on individual registered endpoints
2015-09-21 12:13:28 -05:00
Anthony Minessale
1b60510130
FS-8184 #resolve [Fix possible memory leak in mod_conference when hanging up on a video call]
2015-09-17 21:13:02 -05:00
Anthony Minessale
4a56b7d145
FS-8130 cont
2015-09-17 17:34:58 -05:00
Dragos Oancea
6385fb863a
FS-8161: mod_opus: Keep FEC enabled only if loss > 10 ( otherwise PLC is supposed to be better)
2015-09-17 13:29:38 -04:00
Mike Jerris
e7d11375ad
Merge pull request #451 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus_repacketize_refactor to master
...
* commit '753213b7459000e8aa1c8aa170d04b9371c6f629':
FS-8080: mod_opus: fine-tune FEC with repacketization (ptimes: 80 ms,100 ms,120 ms)
2015-09-17 11:33:51 -05:00
Dragos Oancea
de67b09e80
FS-8179: mod_opus: improve JB debugging with FEC
2015-09-17 10:05:00 -04:00
Dragos Oancea
753213b745
FS-8080: mod_opus: fine-tune FEC with repacketization (ptimes: 80 ms,100 ms,120 ms)
2015-09-17 05:20:39 -04:00
Anthony Minessale
d57ab43f32
FS-8130 code error
2015-09-16 17:05:00 -05:00
Anthony Minessale
882e6feaf2
FS-6833 FS-6834 add support for X-headers in this 3p mode
2015-09-16 16:12:16 -05:00
Anthony Minessale
3091301e34
FS-8172 #resolve [Regression from earlier commit to mod_conference breaks admin controls in verto demo app]
2015-09-16 13:20:57 -05:00
Anthony Minessale
8bdf956c0c
FS-8130 redo last fix a different way
2015-09-16 12:34:56 -05:00
Anthony Minessale
04fc75e93b
FS-8130 fix regression in conference recording
2015-09-16 11:46:06 -05:00
Anthony Minessale
703795e913
FS-8130 FS-7432 FS-8115
2015-09-15 20:33:55 -05:00
Anthony Minessale
0f490fdab1
FS-8130 add support for timestamp based counting for jitter buffer in audio mode
2015-09-15 14:59:11 -05:00
Anthony Minessale
52afedf23d
FS-8053 addtl touchups
2015-09-15 12:14:09 -05:00
Anthony Minessale
79f158911e
FS-8053 fix some regressions from original merge, add auto mute-unmute when toggling video send/recv
2015-09-14 16:49:55 -05:00
Michael Jerris
46ab943d06
swigall
2015-09-14 14:45:35 -05:00
Anthony Minessale
eea76c8856
FS-8130
...
Port video buffer to also support audio and remove original STFU jitter buffer
Add some more resilience to video packet loss
Add codec control mechanism for both call-specific debug and codec/call specfic params
Make opus function better in packet loss and latent situations
Use new codec control prams to make JB lookahead FEC optionally enabled or disabled mid-call
Add Param to allow JB lookahead to be enabled.
2015-09-14 13:30:08 -05:00
Anthony Minessale
c195ee4c60
FS-8130 don't set packet loss percent
2015-09-11 11:37:01 -05:00