-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 reading with WebRTC #1242
Conversation
2a1d515
to
b1b93f5
Compare
4e2f9f4
to
092b266
Compare
Hello, first I would like to thank you for the beautiful work you have done, it is simply incredible. I would like to know in webrtc is it possible to add support to H265 in WS |
@brunobaraobr streaming H265 to the browser will be possible through Low-Latency HLS, please follow #469 Unfortunately WebRTC doesn't support H265 except when it's used inside macOS Safari, therefore at the moment it wouldn't be much useful to implement it. |
98e82a5
to
165496f
Compare
Codecov Report
@@ Coverage Diff @@
## main #1242 +/- ##
==========================================
- Coverage 65.10% 60.98% -4.13%
==========================================
Files 110 113 +3
Lines 11033 11805 +772
==========================================
+ Hits 7183 7199 +16
- Misses 3279 4033 +754
- Partials 571 573 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fixes #566
Roadmap