prlanzarin
|
4172a15a36
|
Check if the mediaDevices scope existes before checking for gDM availability
|
2019-01-28 18:48:06 +00:00 |
|
prlanzarin
|
202d896436
|
Fixed Chrome extension-based screensharing with the newest adapter on HTML5
|
2019-01-25 21:42:55 +00:00 |
|
prlanzarin
|
544d2ad38b
|
Improved getDisplayMedia detection
|
2019-01-21 21:04:59 +00:00 |
|
prlanzarin
|
04ec52111a
|
Reorganized the gDP code a bit to also support Edge
|
2019-01-03 18:17:13 +00:00 |
|
prlanzarin
|
c2646b78a2
|
Add support for getDisplayMedia on Chrome
|
2019-01-03 17:08:41 +00:00 |
|
prlanzarin
|
86e5c806f0
|
Removed ICE state change listener on screenshare presenter exit
|
2019-01-02 14:43:16 +00:00 |
|
Ghazi Triki
|
653fd74440
|
Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into merge-2.x-release-into-master
# Conflicts:
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/users/UserLeaveReqMsgHdlr.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/models/Users2x.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/HandlerHelpers.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/MeetingActor.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core2/testdata/FakeTestData.scala
# bbb-common-web/src/main/java/org/bigbluebutton/api/MeetingService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/PresentationUrlDownloadService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Office2PdfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/OfficeDocumentValidator.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Pdf2SwfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/TextFileCreatorImp.java
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/bus/ReceivedJsonMsgHdlrActor.scala
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/meeting/OldMeetingMsgHdlrActor.scala
# bigbluebutton-client/src/org/bigbluebutton/core/UsersUtil.as
# bigbluebutton-client/src/org/bigbluebutton/main/events/BBBEvent.as
# bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/JoinService.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
# bigbluebutton-client/src/org/bigbluebutton/main/views/LoggedOutWindow.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/managers/LayoutManager.as
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
# bigbluebutton-client/src/org/red5/flash/bwcheck/app/BandwidthDetectionApp.as
# bigbluebutton-config/bigbluebutton-release
# bigbluebutton-html5/client/compatibility/kurento-extension.js
# bigbluebutton-html5/imports/api/users/server/modifiers/addUser.js
# bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
|
2018-11-01 14:00:54 +01:00 |
|
Anton Georgiev
|
194140c056
|
Merge pull request #6123 from zhu/patch-1
Fix compatibility in some old browser
|
2018-10-25 14:52:52 -04:00 |
|
João Francisco Siebel
|
252bacb917
|
Add multiUserPenOnly parameter in yml
|
2018-10-18 14:03:11 -03:00 |
|
gustavotrott
|
4f607d304a
|
Move duplicated parameters to a constant in the beginning
|
2018-10-11 10:24:12 -03:00 |
|
gustavotrott
|
265275018e
|
Added compatibility with Electron Chromium
|
2018-10-09 10:43:22 -03:00 |
|
prlanzarin
|
2741022cb2
|
Updated kurento-utils WebRTC calls, added permission request on listen only for safari
Also fixed a resource leak on listen only fallback and transitioned the SFU listen only from a tag-based approach to MediaStream
|
2018-10-03 18:39:55 +00:00 |
|
zhu
|
39adce2321
|
Fix compatibility in some old browser
Trailing comma in function arguments does not allowed until ECMAScript 2017
|
2018-09-28 18:30:50 +08:00 |
|
prlanzarin
|
e327625b64
|
Avoid calling screenshare viewer exit twice and handle any possible exception
|
2018-09-11 19:40:13 +00:00 |
|
Anton Georgiev
|
49c0e7b9b1
|
Merge pull request #5998 from MaximKhlobystov/ice-connection-state-errors-2
Better handling of screensharing ice connection state errors.
|
2018-09-04 13:14:08 -04:00 |
|
Maxim Khlobystov
|
5825b635ba
|
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-connection-state-errors-2
|
2018-08-30 16:07:52 -04:00 |
|
prlanzarin
|
dc767d9bdb
|
Fixed server-side error handling for listen only via SFU, correctly handling KMS abrupt shutdown
|
2018-08-30 02:41:02 +00:00 |
|
prlanzarin
|
a7bfb985d3
|
Improvements to Safari/Chrome autoplay policies with placeholder buffer on audiocontext and bogus audio + upstarting audio tag as muted
|
2018-08-29 19:12:34 +00:00 |
|
Maxim Khlobystov
|
82a69fb902
|
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-connection-state-errors-2
|
2018-08-28 12:49:06 -04:00 |
|
Maxim Khlobystov
|
285d57a766
|
Listening to the closed ICE connection state for viewer.
|
2018-08-28 12:40:51 -04:00 |
|
Maxim Khlobystov
|
6f7fdc41a1
|
Listening for closed state.
|
2018-08-28 11:40:26 -04:00 |
|
prlanzarin
|
4f99173d38
|
Using default input stream for SFU listne only
|
2018-08-28 15:24:06 +00:00 |
|
Maxim Khlobystov
|
fc3e46493e
|
Linting.
|
2018-08-23 11:49:16 -04:00 |
|
Maxim Khlobystov
|
242200ac91
|
Replaced Ice with ICE in strings.
|
2018-08-22 14:51:25 -04:00 |
|
Maxim Khlobystov
|
d67aba6c8a
|
Listening to ice connection failures when screensharing.
|
2018-08-22 14:10:08 -04:00 |
|
Lucas Fialho Zawacki
|
e36c494252
|
Use newer logging calls for video,audio,screenshare
|
2018-07-26 15:26:56 -03:00 |
|
Lucas Fialho Zawacki
|
df22f43b11
|
Add window.Logger to kurento-extension
|
2018-07-25 19:08:35 -03:00 |
|
Lucas Fialho Zawacki
|
2fc85f75e1
|
New Logging format for listenonly audio and screenshare
|
2018-07-25 19:08:24 -03:00 |
|
prlanzarin
|
75f70ad06c
|
Added SFU error handling in video-provider component with localized messages
|
2018-07-20 19:34:50 +00:00 |
|
prlanzarin
|
5bf5a126b5
|
Cleaning ping/pong interval on SFU listen only exit
|
2018-07-11 16:32:52 +00:00 |
|
prlanzarin
|
d2bdb67ed3
|
Propagating configs to WebRTC screenshare script and added support for STUN/TURN config to SFU components
|
2018-07-09 21:29:59 +00:00 |
|
prlanzarin
|
d4858b6e70
|
Fixed userId/userName sending to SFU audio component
Also did some refactoring to kurento-extension parameters
|
2018-06-28 18:50:56 +00:00 |
|
prlanzarin
|
2f5aa09fe5
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into sfu-opt-audio
|
2018-06-27 17:34:33 +00:00 |
|
Augusto Bennemann
|
77a25940e0
|
Comment out screenshare code for Safari
|
2018-05-23 13:04:03 -03:00 |
|
Augusto Bennemann
|
68c18ff70f
|
Display a toast for screensharing not supported by Safari
|
2018-05-22 14:17:35 -03:00 |
|
prlanzarin
|
060e8abf32
|
Fixed screenshare resolution limit
|
2018-05-09 23:38:20 +00:00 |
|
prlanzarin
|
9d26a83514
|
Removed application support for chrome screensharing
Also reverted the track resolution to the screen res. The WebRTC getSettings is buggy for chrome <= 65
|
2018-05-09 16:39:59 +00:00 |
|
prlanzarin
|
1a16e5a0b1
|
Fixed screenshare resolutions to preserve aspect ratio
|
2018-05-09 14:21:03 +00:00 |
|
prlanzarin
|
5375eb2836
|
Removed uneeded dispose func and updated flash kurento-extension with listen only hooks
|
2018-05-07 17:44:18 +00:00 |
|
prlanzarin
|
37564a0c6f
|
Fixed userName/userId usage in kurento-extension
|
2018-05-07 17:17:48 +00:00 |
|
Anton Georgiev
|
f973fedf4d
|
commenting out code that breaks client loading
|
2018-05-03 15:21:46 +00:00 |
|
prlanzarin
|
01f87d2718
|
Added websocket ping pong to SFU clients
Also updated SFUs package-lock
|
2018-05-03 13:57:03 +00:00 |
|
prlanzarin
|
47120111dd
|
Fixed adapter calls in SFU and added bridge hooks for kurento listen only
|
2018-04-27 21:37:41 +00:00 |
|
prlanzarin
|
9fe4fecf2c
|
Improved chrome screensharing constraints and fixed SFU exception
|
2018-04-27 14:37:18 +00:00 |
|
prlanzarin
|
4cb7dcab7c
|
Refactored WebRTC screenshare flow and fixed mcs-core event emission
|
2018-04-25 16:56:16 +00:00 |
|
prlanzarin
|
1f057bb267
|
Improved Chrome WebRTC screenshare constraints
|
2018-04-17 15:23:25 +00:00 |
|
prlanzarin
|
0429c2032f
|
Removed uneeded audio negotiation from screenshare viewers
|
2018-04-12 18:25:51 +00:00 |
|
Anton Georgiev
|
c52ce83ab4
|
set max height and width for screenshare to 1080 x 1920
|
2018-03-09 13:35:37 -05:00 |
|
Anton Georgiev
|
8e0f57c941
|
linting of kurento-extension.js
|
2018-03-07 16:23:40 -05:00 |
|
Anton Georgiev
|
dad12699a4
|
handle Chrome extension "stop sharing" event
|
2018-03-07 16:23:40 -05:00 |
|