12 Commits

Author SHA1 Message Date
cruizba
a9a8c2c255 Start mongodb as replicaset 2024-11-27 16:09:58 +01: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 Santos
49b720d9ec livekit.yaml: Updated webhook endpoint 2024-07-08 13:54:56 +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
cruizba
d1d124f99b Add default-app webhook 2024-05-30 15:06:28 +02:00
pabloFuente
687b9e5efe Update webhook config in livekit.yaml 2024-05-14 19:23:04 +02:00
Carlos Santos
b444f46a5a Fixed openvidu-livekit webhoook endpoint for openvidu-v2compatibility 2024-04-26 10:18:51 +02:00
pabloFuente
bd89560a30 Same webhook config in pro as in ce 2024-04-24 16:30:48 +02:00
pabloFuente
7ac710b94e community and pro folders 2024-04-24 16:29:52 +02:00