Skip to content

Commit

Permalink
feat: add new ci system
Browse files Browse the repository at this point in the history
In adding the CI we test deployed and noticed a few bugs in video
section:

This commit also fixes those bugs related to
- Fixes h264/h265 decoding issue.
- Fixes FFmpeg race condition in transcoder
- Fixes Logic issues with private rooms on edge
- Feat optionally specify a CA Cert

We also added docker images for all the target binaries.
  • Loading branch information
TroyKomodo committed Dec 29, 2023
1 parent 06739c1 commit 721c9d0
Show file tree
Hide file tree
Showing 175 changed files with 892 additions and 828 deletions.
381 changes: 0 additions & 381 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
checks: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Mask
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Run Commitlint on PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
Loading

0 comments on commit 721c9d0

Please sign in to comment.