Calvin Walton
4346b0fc9e
Fix loading slide images in presentation format
...
The initialization order change to support captions moved the acorn
initialization to after some of the popcorn init had already run. We
have to move that function to run after we create the acorn player
so it references the correct #video element (since acorn replaces/
moves it during init)
2019-01-31 17:47:48 -05:00
Calvin Walton
52fadaf4a6
Add a check to reject undecodable video streams.
...
In some cases, ffmpeg will be able to read the file, but the video itself
can't be decoded (missing/corrupt stream headers, for example). In this case,
some of the properties on the stream object will be nil.
Make sure that pix_fmt is present in the probed info, since that's a required
property.
2019-01-24 14:56:48 -05:00
Calvin Walton
04d31d300f
Wait until the media is ready before initializing the acorn player.
...
Previously, the acorn player was being initialized before the asynchronous
load of captions information completed, meaning that the acorn player didn't
know there were caption tracks, and the CC selector control wasn't available.
Fixes #6463
2019-01-15 14:15:42 -05:00
Fred Dixon
6d572e647a
Merge pull request #5961 from prlanzarin/fix-sfu-audio-ip
...
Fix SFU listen only for dockerized environment
2018-08-06 09:05:27 -04:00
Anton Georgiev
56b9e515c4
Merge pull request #5959 from BobakOftadeh/indicator-performance-boost
...
Pulse animation performance improved
2018-08-03 16:34:56 -04:00
Bobak Oftadeh
ef8c0226fe
Pulse animation performance improved
2018-08-03 12:11:46 -07:00
Anton Georgiev
4daedd4cdc
Locale selection without reload on route change. credits: @oswaldoacauan ( #5953 )
...
Resolves #5668 resurfacing
2018-08-02 16:23:11 -03:00
prlanzarin
13056a9929
Fixed SDP IP overriding for SFU audio transposing
2018-08-02 02:22:26 +00:00
Anton Georgiev
9d38bb6ca7
Merge pull request #5951 from antobinary/logClient-2
...
Add check for logClient to obtain meetingId for media calls
2018-08-01 15:10:06 -04:00
Anton Georgiev
62f640bd7c
Merge pull request #5948 from BobakOftadeh/client-logger-adjustments
...
Implemented adjustments to logClient
2018-08-01 14:21:48 -04:00
Anton Georgiev
1fdbfb6284
Merge pull request #5950 from MaximKhlobystov/browser-detection-fix
...
Handling the case when browser detection package fails.
2018-08-01 13:48:34 -04:00
Bobak Oftadeh
f0d5969b5c
Added configurations to the production settings
2018-08-01 09:18:54 -07:00
Anton Georgiev
e64dbda4ce
add check for logClient to handle media calls
2018-08-01 16:06:49 +00:00
Maxim Khlobystov
aa8c656d7d
Defaulting to desktop when browser detection package fails.
2018-08-01 11:10:21 -04:00
Bobak Oftadeh
78bcec7553
Implemented adjustments to logClient
2018-07-31 15:28:03 -07:00
Fred Dixon
1d783b9372
Update bigbluebutton-release
2018-07-31 17:16:52 -04:00
Anton Georgiev
321e4bcbad
Merge pull request #5947 from antobinary/test-5946
...
Pulled locales for HTML5 client 2018-07-31
2018-07-31 16:32:13 -04:00
Anton Georgiev
19c36acd2c
pulled locales for HTML5 client 2018-07-31
2018-07-31 20:30:13 +00:00
Anton Georgiev
1e10c4b717
Merge pull request #5946 from lfzawacki/fix-websocket-error
...
Correctly handle a websocket error
2018-07-31 16:26:50 -04:00
Lucas Fialho Zawacki
db4687e396
Correctly handle a websocket error
2018-07-31 17:11:49 -03:00
Fred Dixon
177aa04cbe
Merge pull request #5942 from fcecagno/mp4-recording
...
Use video_formats property in the presentation rap scripts
2018-07-31 11:36:26 -04:00
Fred Dixon
e13aeaaced
Merge pull request #5943 from fcecagno/webhooks-new-events
...
Add new events to webhooks
2018-07-31 11:36:11 -04:00
Felipe Cecagno
a714a7c798
include mappings for presentation, emoji, webcam and screenshare events
2018-07-31 12:12:32 -03:00
Felipe Cecagno
ec7356eb17
use video_formats prop while processing presentation
2018-07-31 11:37:02 -03:00
Anton Georgiev
b99cc7f413
Merge pull request #5923 from MaximKhlobystov/client-logging-error
...
Fix for the client logging error
2018-07-30 14:10:16 -04:00
Maxim Khlobystov
57f8d66b35
Setting the correct validUser value.
2018-07-30 14:02:46 -04:00
Anton Georgiev
53e5a64885
Merge pull request #5928 from lfzawacki/the-new-adventures-of-logger-and-loggy
...
Additions to video, listen-only and screenshare logging
2018-07-30 11:53:33 -04:00
Anton Georgiev
475b6d8def
Merge pull request #5918 from Tainan404/issue-5672
...
Fix ios scrolling when drawing
2018-07-30 06:51:18 -04:00
Fred Dixon
7db3091fa5
Merge pull request #5931 from prlanzarin/listen-only-permission-fix
...
[HTML5] Attempt to fix SIP.js listen only permission problems
2018-07-28 18:53:28 -04:00
Fred Dixon
a90b9b882e
Merge pull request #5933 from prlanzarin/screenshare-fix-recording
...
Fixed screenshare recording
2018-07-28 18:52:49 -04:00
Fred Dixon
0c0e8999f1
Merge pull request #5907 from riadvice/v2.0-bbb-conf
...
Clean bbb-conf from unused variables
2018-07-28 10:41:45 -04:00
Fred Dixon
ebf4968253
Merge pull request #5875 from fcecagno/fix-webhooks
...
Fix webhooks
2018-07-28 09:36:32 -04:00
prlanzarin
dc0230ef1f
Removed deprecated finally statements from mcs-core
2018-07-26 21:06:34 +00:00
prlanzarin
b52c705d68
Refactored SFU recording path handling and fixed WebRTC screenshare recordings
2018-07-26 21:06:26 +00:00
Lucas Fialho Zawacki
f8d8e5c8e5
Prettier obj logs in audio, video, screenshare
2018-07-26 16:29:55 -03:00
Anton Georgiev
e7d6a515ec
Merge pull request #5930 from Tainan404/unused-dependencies
...
Remove unused packges
2018-07-26 14:52:58 -04:00
prlanzarin
4393d19877
Modified SIP.js to only resolve local description on ICE completion
2018-07-26 18:52:49 +00:00
Lucas Fialho Zawacki
e36c494252
Use newer logging calls for video,audio,screenshare
2018-07-26 15:26:56 -03:00
Tainan Felipe
6bfcad0438
Remove unused npm packages and update npm packages for fix vulnerabilities in dependencies
2018-07-26 14:42:01 -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
Lucas Fialho Zawacki
b667c53590
Get more detailed logs from the video component
2018-07-25 18:53:12 -03:00
Anton Georgiev
83b74b5fe7
Merge pull request #5926 from antobinary/pull-locales-2018-07-25
...
Pulled HTML5 locales 2018 07 25
2018-07-25 16:41:10 -04:00
Anton Georgiev
e6f834e80a
pulled html5 locales 2018-07-25
2018-07-25 20:39:44 +00:00
Maxim Khlobystov
e041718e55
Code cleanup
2018-07-25 15:59:14 -04:00
Maxim Khlobystov
249e79660c
Prevented the client logging error when Auth.fullInfo is not provided.
2018-07-25 14:13:22 -04:00
Anton Georgiev
2ed8f08321
Merge pull request #5921 from prlanzarin/webkit-audio-fix
...
Temporary workaround for WebKit listen only audio on HTML5
2018-07-25 13:12:53 -04:00
prlanzarin
ee20458d8b
Added silent audio to resources
2018-07-25 16:57:19 +00:00
prlanzarin
7d70ff371c
Fixed webkit thing with a candid hack
2018-07-25 16:55:13 +00:00
prlanzarin
6e87e9c67b
Initial fake audio for webkit autoplay fix
2018-07-25 15:14:38 +00:00