Skip to content

Commit 438d993

Browse files
authored
Merge pull request #1 from livekit/main
Merge from main
2 parents 9bf5f6c + e42b67a commit 438d993

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1750
-544
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @livekit/media-devs
1+
* @livekit/cs-devs

.github/banner_dark.png

-176 Bytes
Loading

.github/banner_light.png

63 Bytes
Loading

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ on:
2020
pull_request:
2121
branches: [ main ]
2222
env:
23-
GOVERSION: "1.21.5"
24-
GSTVERSION: "1.22.5"
23+
GOVERSION: "1.25.0"
24+
GSTVERSION: "1.26.7"
2525

2626
jobs:
2727
integration:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
with:
3232
lfs: true
3333

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ on:
2323
- 'v*.*.*'
2424

2525
env:
26-
GOVERSION: "1.21.5"
27-
GSTVERSION: "1.22.5"
26+
GOVERSION: "1.25.0"
27+
GSTVERSION: "1.26.7"
2828

2929
jobs:
3030
docker:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- uses: actions/cache@v4
3636
with:
@@ -53,9 +53,9 @@ jobs:
5353
type=semver,pattern=v{{major}}.{{minor}}
5454
5555
- name: Set up Go
56-
uses: actions/setup-go@v5
56+
uses: actions/setup-go@v6
5757
with:
58-
go-version: "1.21"
58+
go-version: "1.25"
5959

6060
- name: Download Go modules
6161
run: go mod download
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: PR Slack Notifier
2+
3+
on:
4+
pull_request:
5+
types: [review_requested, reopened, closed]
6+
pull_request_review:
7+
types: [submitted]
8+
9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
issues: write
13+
14+
concurrency:
15+
group: pr-slack-${{ github.event.pull_request.number }}-${{ github.workflow }}
16+
cancel-in-progress: false
17+
18+
jobs:
19+
notify-devs:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: livekit/slack-notifier-action@main
23+
with:
24+
config_json: ${{ secrets.SLACK_NOTIFY_CONFIG_JSON }}
25+
slack_token: ${{ secrets.SLACK_PR_NOTIFIER_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: buildjet-8vcpu-ubuntu-2204
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727

2828
- name: Build docker image
2929
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ docker run --rm \
214214
<br/><table>
215215
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
216216
<tbody>
217-
<tr><td>LiveKit SDKs</td><td><a href="https://github.com/livekit/client-sdk-js">Browser</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS/visionOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/rust-sdks">Rust</a> · <a href="https://github.com/livekit/node-sdks">Node.js</a> · <a href="https://github.com/livekit/python-sdks">Python</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (WebGL)</a></td></tr><tr></tr>
217+
<tr><td>LiveKit SDKs</td><td><a href="https://github.com/livekit/client-sdk-js">Browser</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS/visionOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/rust-sdks">Rust</a> · <a href="https://github.com/livekit/node-sdks">Node.js</a> · <a href="https://github.com/livekit/python-sdks">Python</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (WebGL)</a> · <a href="https://github.com/livekit/client-sdk-esp32">ESP32</a></td></tr><tr></tr>
218218
<tr><td>Server APIs</td><td><a href="https://github.com/livekit/node-sdks">Node.js</a> · <a href="https://github.com/livekit/server-sdk-go">Golang</a> · <a href="https://github.com/livekit/server-sdk-ruby">Ruby</a> · <a href="https://github.com/livekit/server-sdk-kotlin">Java/Kotlin</a> · <a href="https://github.com/livekit/python-sdks">Python</a> · <a href="https://github.com/livekit/rust-sdks">Rust</a> · <a href="https://github.com/agence104/livekit-server-sdk-php">PHP (community)</a> · <a href="https://github.com/pabloFuente/livekit-server-sdk-dotnet">.NET (community)</a></td></tr><tr></tr>
219-
<tr><td>UI Components</td><td><a href="https://github.com/livekit/components-js">React</a> · <a href="https://github.com/livekit/components-android">Android Compose</a> · <a href="https://github.com/livekit/components-swift">SwiftUI</a></td></tr><tr></tr>
219+
<tr><td>UI Components</td><td><a href="https://github.com/livekit/components-js">React</a> · <a href="https://github.com/livekit/components-android">Android Compose</a> · <a href="https://github.com/livekit/components-swift">SwiftUI</a> · <a href="https://github.com/livekit/components-flutter">Flutter</a></td></tr><tr></tr>
220220
<tr><td>Agents Frameworks</td><td><a href="https://github.com/livekit/agents">Python</a> · <a href="https://github.com/livekit/agents-js">Node.js</a> · <a href="https://github.com/livekit/agent-playground">Playground</a></td></tr><tr></tr>
221221
<tr><td>Services</td><td><a href="https://github.com/livekit/livekit">LiveKit server</a> · <a href="https://github.com/livekit/egress">Egress</a> · <b>Ingress</b> · <a href="https://github.com/livekit/sip">SIP</a></td></tr><tr></tr>
222222
<tr><td>Resources</td><td><a href="https://docs.livekit.io">Docs</a> · <a href="https://github.com/livekit-examples">Example apps</a> · <a href="https://livekit.io/cloud">Cloud</a> · <a href="https://docs.livekit.io/home/self-hosting/deployment">Self-hosting</a> · <a href="https://github.com/livekit/livekit-cli">CLI</a></td></tr>

build/ingress/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GSTVERSION
15+
ARG GSTVERSION=1.26.7
1616

1717
FROM livekit/gstreamer:$GSTVERSION-dev
1818

@@ -43,6 +43,7 @@ COPY version/ version/
4343
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then GOARCH=arm64; else GOARCH=amd64; fi && \
4444
CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH} GO111MODULE=on go build -a -o ingress ./cmd/server
4545

46+
ARG GSTVERSION
4647
FROM livekit/gstreamer:$GSTVERSION-prod
4748

4849
# BEGIN OPENVIDU BLOCK

build/test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM livekit/gstreamer:1.22.5-dev
15+
FROM livekit/gstreamer:1.26.7-dev
1616

1717
ARG TARGETPLATFORM
1818

@@ -24,7 +24,7 @@ RUN apt-get update && \
2424
curl
2525

2626
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then GOARCH=arm64; else GOARCH=amd64; fi && \
27-
curl -L -o /tmp/go.tar.gz "https://go.dev/dl/go1.21.5.linux-$GOARCH.tar.gz"
27+
curl -L -o /tmp/go.tar.gz "https://go.dev/dl/go1.25.0.linux-$GOARCH.tar.gz"
2828
RUN tar -C /usr/local -xzf /tmp/go.tar.gz
2929
ENV PATH="$PATH:/usr/local/go/bin"
3030

0 commit comments

Comments
 (0)