Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moq-gst-ietf #16

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b44c4e4
Initial implementation with video only.
kixelated May 5, 2024
c35f16f
Fix moq-native dep version
englishm May 5, 2024
6026039
Merge pull request #1 from englishm/me/fix-dep-version
kixelated May 5, 2024
292033d
Remove local dependencies.
kixelated May 7, 2024
c526bb2
Merge remote-tracking branch 'origin/main'
kixelated May 7, 2024
ac8c9d4
update moq-pub dependency
sidsethupathi Jul 27, 2024
1bde4ff
Merge pull request #3 from sidsethupathi/bump-moq-pub
kixelated Jul 29, 2024
8f7de8e
Add parameter to disable TLS verification
levaitamas Jun 30, 2024
55895e8
Merge pull request #2 from levaitamas/tls-disable-verify
kixelated Jul 30, 2024
b9ea59d
Upgrade MoQ
kixelated Aug 16, 2024
0a995bd
Info level by default.
kixelated Aug 16, 2024
b02fea2
Add release plz
kixelated Aug 16, 2024
d1ad23a
Try installing gstreamer
kixelated Aug 16, 2024
b009bd1
Correct tag.
kixelated Aug 16, 2024
2306372
Cargo fmt.
kixelated Oct 9, 2024
1f00586
Remove machete for now.
kixelated Oct 9, 2024
67a515b
Merge pull request #4 from kixelated/release-plz
kixelated Oct 9, 2024
22c6d05
feat: Use `gst-moq` programmatically
wanjohiryan Oct 25, 2024
d8436e6
Merge pull request #6 from wanjohiryan/main
kixelated Oct 25, 2024
e20800f
Add 'moq-gst/' from commit 'd8436e61d0269c5ee26cdd784351473933c963f6'
englishm Nov 4, 2024
9795474
Add moq-gst
levaitamas Nov 2, 2024
fdf0ad5
moq-gst-ietf: Rename to avoid confusion
englishm Nov 4, 2024
d57f08a
moq-gst-ietf: Also rename the plugin for good measure
englishm Nov 4, 2024
9ec7c29
Add GStreamer to workflows for moq-gst-ietf
englishm Nov 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
components: clippy, rustfmt

# We need gstreamer installed to compile moq-gst-ietf
- name: Setup GStreamer
uses: blinemedical/setup-gstreamer@v1

# Make sure u guys don't write bad code
- run: cargo test --verbose
- run: cargo clippy --no-deps
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
# We need gstreamer installed to compile moq-gst-ietf
- name: Setup GStreamer
uses: blinemedical/setup-gstreamer@v1
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down
Loading
Loading