Skip to content

Commit

Permalink
Default to using single port UDP for Ingress; updated versions. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Aug 23, 2023
1 parent 16631da commit 80687be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions ingress-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ingress:
whip_port: 8080
rtc_config:
use_external_ip: true
udp_port: 7885

redis:
address: <redis_host:port>
Expand Down
4 changes: 2 additions & 2 deletions ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ingress
description: Ingress is used by LiveKit to ingest streams produced by external workflows
type: application
version: 1.0.0
appVersion: "v1.0.0"
version: 1.1.0
appVersion: "v1.1.0"

sources:
- https://github.com/livekit/ingress
4 changes: 2 additions & 2 deletions ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ingress:
whip_port: 8080
rtc_config:
use_external_ip: true
redis:
{}
udp_port: 7885
redis: {}

cpu_cost:
rtmp_cpu_cost: 2
Expand Down
4 changes: 2 additions & 2 deletions livekit-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: livekit-server
description: Open source WebRTC infrastructure. Host your own real-time video/audio experiences.
type: application
version: 1.4.4
appVersion: "v1.4.4"
version: 1.4.5
appVersion: "v1.4.5"

sources:
- https://github.com/livekit/livekit

0 comments on commit 80687be

Please sign in to comment.