Commit graph

415 commits

Author SHA1 Message Date
Vittorio Palmisano
19fd6d2629 removed unsed vars 2021-05-06 12:13:06 +02:00
Vittorio Palmisano
8578021fb4 Changed: server/README.md
server/lib/config.ts
2021-05-06 12:06:34 +02:00
Vittorio Palmisano
8ad5d1b52c Changed: server/README.md
server/lib/config.ts
2021-05-06 12:03:33 +02:00
Vittorio Palmisano
e202a29138 Changed: server/README.md
server/gen-config-docs.ts
2021-05-06 12:00:34 +02:00
Vittorio Palmisano
249ce992f5 rever default config settings 2021-05-06 11:58:15 +02:00
Vittorio Palmisano
8a2895b83c add default config.js 2021-05-06 11:41:54 +02:00
Vittorio Palmisano
834152ca53 adde more docs 2021-05-06 11:39:22 +02:00
Vittorio Palmisano
1107faa73b using new server config in compose environment 2021-05-06 11:31:16 +02:00
Vittorio Palmisano
d3557b8133 renamed doc file; using links formatting 2021-05-06 10:44:14 +02:00
Vittorio Palmisano
16c4c28fce added doc auto generator 2021-05-06 10:38:49 +02:00
Vittorio Palmisano
639dfe2831 removed example config 2021-05-06 10:11:19 +02:00
Vittorio Palmisano
d0881873df WIP using new config for server 2021-05-05 20:07:28 +02:00
Vittorio Palmisano
7e4f97b22e WIP using new config for server 2021-05-05 20:03:38 +02:00
Vittorio Palmisano
6cefacf450
Update package.json 2021-05-05 13:02:12 +02:00
mi4aux
357941c6f6 Fix access permissions for dist/server.js 2021-04-20 21:37:54 +02:00
chandi
6a298c6db0 server: include public files in dist/ 2021-04-18 21:43:16 +02:00
vpalmisano
11f9137305 revert latest modification, using node to run the build version 2021-04-13 15:37:08 +02:00
vpalmisano
a39ec35d07 Fixed ts-node usage on server side 2021-04-13 14:06:15 +02:00
Stefan Otto
dc0777cd1a
Merge pull request #758 from alangecker/typescript
Adding Typescript Support
2021-04-13 11:15:28 +02:00
chandi
5fb5c40a3e typescript: server support 2021-04-10 22:49:27 +02:00
vpalmisano
986c3e5fa2 add authorization header option for metrics http endpoint 2021-04-09 19:06:51 +02:00
vpalmisano
4aed2dd441 mediasoup version upgraded to 3.7.1 2021-04-09 18:03:14 +02:00
Stefan Otto
b27636f14b
Merge pull request #720 from edumeet/feat-local-develop-and-monitoring
Feat local develop and monitoring
2021-03-22 22:30:51 +01:00
Stefan Otto
78e9789058 lint 2021-03-22 14:08:10 +01:00
vpalmisano
85cfba3dc8 Merge branch 'develop' into feat-local-develop-and-monitoring 2021-03-19 13:58:07 +01:00
vpalmisano
141b748b29 loggging collectStats elapsed time 2021-03-19 10:45:04 +01:00
Stefan Otto
3f60c6ee8e lint 2021-03-18 15:49:28 +01:00
Astagor
6ac870b996
Disable simulcast if only 1 encoding profile defined (#722)
* Disable simulcast if only 1 encoding profile defined

* Make sure that encodings is set before checking length

* Fix consumer score race

* Hack to control bandwith for every resolution

* Hack for mediasoup error if 1 encoding defined
2021-03-17 17:41:07 +01:00
Vittorio Palmisano
89d74ece05 Merge branch 'feat-server-http-cache-header' into feat-local-develop-and-monitoring 2021-03-17 15:03:33 +01:00
Vittorio Palmisano
54084bd6f1 using cache control only for static files 2021-03-17 15:03:03 +01:00
Vittorio Palmisano
cda5be098e Merge branch 'feat-server-http-cache-header' into feat-local-develop-and-monitoring 2021-03-17 14:34:47 +01:00
Vittorio Palmisano
874bc6c8a9 fixed comparison 2021-03-17 14:33:51 +01:00
Vittorio Palmisano
d11eccefc0 added cache control header for GET requests 2021-03-17 14:32:14 +01:00
Vittorio Palmisano
6db39c2274 avoid calling collectStats in a timeout loop; set all values to 0 if the collect loop fails for some reason; 2021-03-17 13:03:20 +01:00
Vittorio Palmisano
876d8e19cc added rooms and peers count stats 2021-03-16 14:54:26 +01:00
Vittorio Palmisano
1583b779c2 added missing metrics arguments 2021-03-16 14:46:05 +01:00
Vittorio Palmisano
4c6a5f1ec4 added scores stats 2021-03-16 13:29:48 +01:00
Vittorio Palmisano
9916aef6ce added retransmissions and lost packets stats 2021-03-16 12:13:12 +01:00
Vittorio Palmisano
b5624f0c06 minors 2021-03-16 09:50:28 +01:00
Vittorio Palmisano
e2bb3bf626 Changed: server/lib/metrics/aggregated.js 2021-03-15 19:31:38 +01:00
Vittorio Palmisano
58bba527af fixed default metrics collector 2021-03-15 19:31:04 +01:00
Vittorio Palmisano
f8ffaf681f changed prometheus options 2021-03-15 19:27:54 +01:00
Vittorio Palmisano
3551186506 added aggregated metrics and grafana dashboard 2021-03-15 19:26:51 +01:00
Vittorio Palmisano
530c9ffc11 Merge branch 'develop' into feat-local-develop-and-monitoring 2021-03-15 14:09:32 +01:00
Vittorio Palmisano
edcfedbd37 upgraded to mediasoup 3.6.34 2021-03-11 21:49:44 +01:00
Vittorio Palmisano
70e1d1eefa upgraded to mediasoup 3.6.33 2021-03-10 13:07:32 +01:00
Vittorio Palmisano
59fdb95a58 switched to mediasoup tagged custom version 2021-03-10 11:34:10 +01:00
Stefan Otto
e8ceb3e5f0
Restoring https://github.com/edumeet/edumeet/pull/711/commits/721a80ff3e4ef321b36779ce3fce30b740dfe3aa since is had been eaten by https://github.com/edumeet/edumeet/pull/712 2021-03-09 22:11:40 +01:00
Stefan Otto
83b97059ef
Merge pull request #687 from Astagor/fix-closed-consumers-cleanup
Client removes consumers if server tells that they do not exist anymore
2021-03-08 11:40:25 +01:00
Stefan Otto
7b5126d593 Security fixes in depencies. New package-lock ( Run npm install ).
This includes electron update v9 to v12 as well - not tested! I think electron build might not work anymore!
2021-03-04 12:58:29 +01:00