-
-
Notifications
You must be signed in to change notification settings - Fork 42
feat(ingest): rtmp + rtmps server #614
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #614 +/- ##
==========================================
- Coverage 61.77% 61.46% -0.32%
==========================================
Files 383 384 +1
Lines 30979 31045 +66
==========================================
- Hits 19137 19081 -56
- Misses 11842 11964 +122
... and 3 files with indirect coverage changes
🚀 New features to boost your workflow:
|
🚀 Preview Deployments
|
2097e81 to
07f04fe
Compare
This reverts commit fb52d4d.
|
?brawl merge |
|
📌 Commit 98dfee2 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @TroyKomodo |
|
🎉 Build successful! Approved by: @TroyKomodo |
This PR adds an RTMP and an RTMPS server to ingest. The actual handling of events and data is left unimplemented.
CLOUD-154