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

support publishing with WebRTC (#1659) #1786

Merged
merged 6 commits into from
May 14, 2023
Merged

support publishing with WebRTC (#1659) #1786

merged 6 commits into from
May 14, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented May 10, 2023

Fixes #1659

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2023

Codecov Report

Merging #1786 (1685fbb) into main (6ea299f) will decrease coverage by 2.27%.
The diff coverage is 35.32%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main    #1786      +/-   ##
==========================================
- Coverage   62.27%   60.01%   -2.27%     
==========================================
  Files         101      105       +4     
  Lines       10147    10606     +459     
==========================================
+ Hits         6319     6365      +46     
- Misses       3385     3794     +409     
- Partials      443      447       +4     
Impacted Files Coverage Δ
internal/core/path.go 72.05% <ø> (-0.33%) ⬇️
internal/core/rpicamera_source.go 0.00% <0.00%> (ø)
internal/core/source.go 100.00% <ø> (ø)
internal/core/source_redirect.go 0.00% <0.00%> (ø)
internal/core/udp_source.go 0.00% <0.00%> (ø)
internal/core/webrtc_incoming_track.go 0.00% <0.00%> (ø)
internal/formatprocessor/av1.go 0.00% <0.00%> (ø)
internal/formatprocessor/generic.go 46.66% <0.00%> (-9.34%) ⬇️
internal/formatprocessor/mpeg2audio.go 0.00% <0.00%> (ø)
internal/formatprocessor/mpeg4audio.go 0.00% <0.00%> (ø)
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aler9 aler9 merged commit 1688e5d into main May 14, 2023
@aler9 aler9 deleted the feature-webrtc-publish branch May 14, 2023 12:18
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support publishing video and audio streams from browser through WebRTC
2 participants