prlanzarin
642de5076a
video-provider: first, simplified version of dynamic camera profile control
2020-08-05 16:55:41 +00:00
prlanzarin
dac3259c48
Merge remote-tracking branch 'pedrobmarin/bbb-multiple-webcams' into upstream-2.2-vpeg-base
2020-08-05 14:20:58 +00:00
prlanzarin
0f8b27d2d8
video-provider: make camera timeouts configurable
...
Also add missing settings.yml val for wsConnectionTimeout
2020-07-09 17:53:24 +00:00
prlanzarin
72a67bdd63
video-provider: make reconn websocket connectionTimeout configurable
...
Keep the default value (current) in settings.yml
2020-07-09 17:50:04 +00:00
prlanzarin
2cba85e866
html5: refactor STUN/TURN fetch, add fallback STUN, fix deadlock in audio join
...
Refactored STUN/TURN fetch to be done only once, when successful, per session and cache it in mem to avoid too many reqs. Current way is a bit dumb, this should increase reliability a bit more. The caching is configurable so folks who want to use very short lived TURN credentials can disable it
Add a fallback STUN config option to be used when the default STUN/TURN fetch fails
Clean the safari/no candidate generation pre flight check from 3rd party STUNs
Fix deadlock in audio join when STUN/TURN fetch failed
2020-05-21 04:35:17 +00:00
prlanzarin
10b4a60a57
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:32:57 +00:00
Pedro Beschorner Marin
801ed30a8e
Missing after rebase
2019-12-10 13:02:18 +00:00
Pedro Beschorner Marin
5c71e2d0bb
Included new getStats monitor for audio and video
2019-12-10 09:07:06 -03:00
Pedro Beschorner Marin
a434f61052
Reverting file mode changes
2019-12-10 09:05:04 -03:00
Pedro Beschorner Marin
f5d7be7f00
Making the interface functional for the multiple webcams. This must change after thinking on a design
2019-12-10 09:05:03 -03:00
Pedro Beschorner Marin
315fa755f0
Removed unused video visibility monitor
2019-12-10 09:02:17 -03:00
Pedro Beschorner Marin
3b591a086b
Unified video providers
2019-12-10 09:02:16 -03:00
Pedro Beschorner Marin
debd8f714a
Removed unused session vars logic
2019-12-10 08:21:21 -03:00
prlanzarin
19bf430760
Add userId and userName to the SFU start calls where they were missing
2019-11-28 18:46:23 +00:00
prlanzarin
52d69156ca
Fix viewer camera reconnection timers
...
Also try to reconnect when ICE fails, a server-side error comes through or the WebRTC stack throws a tantrum, not only when the first connection fails.
2019-11-28 18:03:14 +00:00
prlanzarin
d3fa2f6508
Add an outbound ice queue to video-provider peers
...
Only send candidates after the SDP exchange was locked due stop-start glare
2019-11-28 18:01:32 +00:00
prlanzarin
b52214f0b5
Make some imports use absolute paths
...
Some more linting as well
2019-11-14 19:07:35 +00:00
prlanzarin
215f79f383
Account for mDNS candidates on gUM fallback for recvonly peers
...
Also added some client logging for those cases
Moved video-provider gUM fallback detection to be used only on recvonly streams
2019-11-14 16:35:56 +00:00
Chad Pilkey
3dd4761889
Merge pull request #8157 from capilkey/viewer-webcam-lock-unshare
...
Viewer webcam lock unshare
2019-09-27 18:20:26 -04:00
Tainan Felipe
b0f2e16f86
Add propTypes and redo variable types
2019-09-27 15:01:11 -03:00
Chad Pilkey
6c0358ae90
bitrate only webcam profiles and error handling
2019-09-26 18:28:37 +00:00
Tainan Felipe
966debb341
Fix viewer webcam not unsharing when lock setting is enable
2019-09-16 11:15:18 -03:00
Vitor Mateus
ffea873845
Fix Screenshare alignment and remove improper drag cursor #7869 #7785
2019-08-27 16:38:00 -03:00
Chad Pilkey
6e76dd584b
improve user fetch and sort, and webcam fetch
2019-08-09 15:39:55 -07:00
Vitor Mateus
e8f15b97b6
Fix fullscreen edge cases
2019-07-26 13:48:51 -03:00
Vitor Mateus
5b21c500dd
Merge remote-tracking branch 'upstream/master' into issue-7022-2
2019-07-23 19:37:15 -03:00
Vitor Mateus
db1825a15c
Code cleanups
2019-07-23 19:24:31 -03:00
Vitor Mateus
120764ee33
Adjustments to fullscreen toggle #7022 #7067
2019-07-23 16:56:39 -03:00
Anton Georgiev
e84d25a435
use correct property in log for video-provider
2019-07-23 15:12:54 +00:00
prlanzarin
ca474e95bd
Refactor video-provider component logs
2019-07-18 20:44:21 +00:00
Anton Georgiev
901987282a
Merge pull request #7756 from vitormateusalmeida/webcams-draggable-refactor
...
Webcam draggable refactoring
2019-07-16 09:53:39 -04:00
Vitor Mateus
68ec6411aa
Webcam draggable refactoring
2019-07-09 20:11:48 -03:00
Anton Georgiev
b71bd48490
remove redundant audio log
2019-07-02 20:11:48 +00:00
Anton Georgiev
86a178fbf6
video-provider logger with extraInfo
2019-07-02 19:51:35 +00:00
Anton Georgiev
3fcb95ab44
log structure {logCode, extraInfo}, comment
2019-06-28 21:45:50 +00:00
prlanzarin
98b7d10a32
[video-provider] Set peer as started first on handlePlayStart
2019-06-26 19:25:05 +00:00
prlanzarin
feb408fac7
[video-provider] Only set a reconnection timeout if the peer hasnt already started
2019-06-26 19:16:28 +00:00
prlanzarin
26ae1585e5
Add option to specify bitrate/bw on cameraProfiles
2019-06-13 18:24:54 +00:00
Joao Siebel
16f20db001
parameterize the packet lost threshold
2019-06-12 17:27:49 -03:00
Vitor Mateus
0c81eda94e
Fix webcam size after minimize the presentation #7570
2019-06-07 17:45:54 -03:00
Vitor Mateus
7af426d0d2
Avoid webcam overflow the screen with multiples webcams
2019-06-03 11:05:09 -03:00
Vitor Mateus
6de7650ec9
Merge remote-tracking branch 'upstream/master' into issue-6724
2019-05-27 19:18:26 -03:00
Vitor Mateus
d1b910a558
Fix errors in grid layout
2019-05-27 19:06:52 -03:00
Joao Siebel
d9b850f085
prevent data when monitoring is disabled
2019-05-24 16:55:35 -03:00
Joao Siebel
8ba90b2121
Merge remote-tracking branch 'upstream/master' into network-indicator
2019-05-23 15:42:38 -03:00
Joao Siebel
a2d2dc332f
fix a problem with local stream and update the code
2019-05-23 15:25:31 -03:00
Anton Georgiev
88cfd6bde8
Merge pull request #7277 from Tainan404/issue-7200
...
Stop webcams when opens audio modal.
2019-05-22 11:36:53 -04:00
Joao Siebel
10c0e7dd24
Merge remote-tracking branch 'upstream/master' into network-indicator
2019-05-06 14:12:04 -03:00
Chad Pilkey
2aeed72c8d
refactor video preview media selection
2019-04-30 12:54:56 -07:00
Vitor Mateus
196e48b6c6
Merge remote-tracking branch 'upstream/master' into issue-6724
2019-04-24 10:37:30 -03:00