105 Commits

Author SHA1 Message Date
cruizba
c972c6f38e Bump to 3.1.0-dev1 3.1.0-dev1 2025-01-17 18:16:32 +01:00
cruizba
79dcfeaa00 Revert "Bump to 3.1.0-beta1"
This reverts commit 79c97c1b3bfc64a9a291f64d8cbee4f947096d07.
2025-01-17 13:59:09 +01:00
cruizba
79c97c1b3b Bump to 3.1.0-beta1 3.1.0-beta1 2025-01-17 13:57:30 +01:00
cruizba
d4fa981bf1 Bump egress to v1.8.6 2024-12-05 20:09:32 +01:00
cruizba
aeaa053844 Bump mongodb and minio version 2024-12-05 20:07:38 +01:00
cruizba
69c3927653 Update custom layout to 3.0.0 2024-11-29 13:11:44 +01:00
cruizba
9f4f719252 Bump version of external services 2024-11-27 17:08:07 +01:00
cruizba
e1206bcbc0 Missing env variable 2024-11-27 16:33:03 +01:00
cruizba
a9a8c2c255 Start mongodb as replicaset 2024-11-27 16:09:58 +01:00
pabloFuente
5d9788b6a7 Update README evaluation mode information. 2024-10-18 12:56:55 +02:00
pabloFuente
447d9a0599 Update egress from v1.8.0 to v1.8.2 and ingress from v1.2.0 to v1.4.2 2024-10-10 13:30:26 +02:00
pabloFuente
4929fb3c43 Fix shellcheck warning 2024-10-07 20:00:42 +02:00
cruizba
bdabf1f84b Add linux/amd64 platform to all services in docker-compose for Mac M1 compatibility 2024-10-01 18:10:21 +02:00
Carlos Santos
ee9335d3db Fixed duplicate env vars in default app 2024-07-17 14:27:37 +02:00
cruizba
f66a78cda7 Add new OpenVidu Call env variables 2024-07-16 20:13:19 +02:00
cruizba
80be205267 Refactor entrypoint_openvidu.sh; pro: set container IP as private IP.
In pro local deployment, by using `LIVEKIT_OPENVIDU_NODE_PRIVATE_IP`, the
private IP of the container will be announced as a candidate, allowing
Egress and Ingress traffic to flow through their respective containers,
to openvidu server.
2024-07-10 11:57:48 +02:00
cruizba
1530c08ef8 community: Use port_range_start/end instead of udp_port for ICE range
Use port_range_start/end instead of udp_port for ICE range also
in community edition
2024-07-08 19:18:27 +02:00
Juan Navarro
345dc5327d
Use "port_range_start/end" instead of udp_port for ICE range
mediasoup is not compatible with the UDP port multiplexing that LiveKit
uses when the `udp_port` setting is enabled, so it won't work anyways
and it's better to bt consistent between both Pion and mediasoup
engines.

Also extend the port range to 100 ports, given that now the multiplexing
feature won't be in use. 100 seems like a big enough range for local
development.
2024-07-08 18:20:47 +02:00
Carlos Ruiz Ballesteros
0d4c3df493
Merge pull request #1 from OpenVidu/v2compat_config
fixup: Added webhook endpoint in Dockerfile
2024-07-08 13:57:42 +02:00
Carlos Santos
49b720d9ec livekit.yaml: Updated webhook endpoint 2024-07-08 13:54:56 +02:00
Carlos Ruiz Ballesteros
d1577d0cf0
Merge branch 'development' into v2compat_config 2024-07-05 20:54:27 +02:00
Carlos Santos
9362e66795 fixup: Added webhook endpoint in Dockerfile 2024-07-05 13:59:09 +02:00
cruizba
53ddb5013d Update OpenVidu images to version 3.0.0-beta1 3.0.0-beta1 2024-06-25 18:34:06 +02:00
cruizba
42b87dc257 Use main version 2024-06-24 22:47:47 +02:00
cruizba
5a58d90aee Bump to version 3.0.0-dev6 3.0.0-dev6 2024-06-24 22:45:48 +02:00
cruizba
54e99e1ed8 Bump to version 3.0.0-dev5 3.0.0-dev5 2024-06-24 22:42:53 +02:00
cruizba
499cde9314 Max CPU to 80% for egress service 2024-06-24 13:01:16 +02:00
cruizba
50926d2532 Check that LAN_PRIVATE_IP is reachable 2024-06-24 12:31:03 +02:00
cruizba
59db062605 Update docker images to 3.0.0-dev4 3.0.0-dev4 2024-06-24 11:10:06 +02:00
cruizba
a04cc8fed6 Change openvidu-call image. Use '<verion>-demo' tag for /openvidu-call href redirect 2024-06-21 20:30:03 +02:00
cruizba
a7a4f2a3e2 Change docker organization to 'openvidu'. Change images to 'openvidu-server' and 'openvidu-server-pro' 2024-06-21 19:07:27 +02:00
Juan Navarro
edfbfc4bd5
fixup! livekit.yaml: pion_level initially set to warn instead of error 2024-06-14 14:25:16 +02:00
Juan Navarro
d4fc070e4d
livekit.yaml: pion_level initially set to warn instead of error
While default LiveKit's value is error if nothing is provided, warn is a
better value for this option, because it allows seeing issues that
otherwise might happen and be invisible, such as:

WARN  openvidu.transport.pion.pc  webrtc/peerconnection.go:1280  RTPReceiver Receive failed: WebRtcTransport.Produce(): ssrc already exists in RTP listener [ssrc:3696700572] [method:transport.produce]  {..., "transport": "PUBLISHER"}
2024-06-14 13:56:37 +02:00
Juan Navarro
6561b2e6e9
mediasoup config log_tags defaults added 2024-06-06 11:52:03 +02:00
Juan Navarro
fa1b7d0d69
livekit.yaml: mediasoup logging parameters added
Use same comment format for all logging params.
Text is the same than comments in source code.
2024-06-06 11:22:22 +02:00
cruizba
bf8f1d1bb2 Update livekit.yaml webhooks. Add missing params to pro deployment 2024-05-31 17:10:08 +02:00
Juan Navarro
58d50db061
Minor grammar changes in comments and user-facing messages 2024-05-31 11:02:11 +02:00
cruizba
d1d124f99b Add default-app webhook 2024-05-30 15:06:28 +02:00
cruizba
b944ce8182 Update MongoDB connection URL in docker-compose files 2024-05-22 16:31:35 +02:00
cruizba
7676e88fb2 Replace default app port from 5442 to 6080 2024-05-20 19:49:55 +02:00
pabloFuente
687b9e5efe Update webhook config in livekit.yaml 2024-05-14 19:23:04 +02:00
cruizba
2308773361 Revert "Bump to 3.0.0-dev2"
This reverts commit 831452f04f3d2eba0caf842bbd2c76318a0008ab.
2024-04-30 11:56:30 +02:00
cruizba
831452f04f Bump to 3.0.0-dev2 3.0.0-dev2 2024-04-30 11:50:16 +02:00
cruizba
cddc17eb10 Unlimited egress operations by default 2024-04-29 17:18:45 +02:00
cruizba
323678d36a V2COMPAT_OPENVIDU_SECRET is now LIVEKIT_API_SECRET 2024-04-29 16:54:56 +02:00
cruizba
cb56899619 Move layout to custom-layout/v2compat 2024-04-29 15:02:14 +02:00
cruizba
2237ade77a Fix AWS property inconsistencies with v2 2024-04-26 19:41:49 +02:00
pabloFuente
1f23f0fe99 Add OPENVIDU_DEPLOYMENT_TYPE env var to openvidu-v2compatibility in pro 2024-04-26 14:34:05 +02:00
Carlos Santos
3fe319a781 Added custom-layout for v2 compatibility to PRO deloyment 2024-04-26 11:47:19 +02:00
Carlos Santos
b444f46a5a Fixed openvidu-livekit webhoook endpoint for openvidu-v2compatibility 2024-04-26 10:18:51 +02:00