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 reading with WebRTC #1242

Merged
merged 13 commits into from
Dec 15, 2022
Merged

Support reading with WebRTC #1242

merged 13 commits into from
Dec 15, 2022

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Nov 11, 2022

Fixes #566

Roadmap

  • read H264 tracks
  • read Opus tracks
  • read PCMA tracks
  • read PCMU tracks
  • read VP8 tracks
  • read VP9 tracks
  • authentication
  • API
  • metrics
  • TURN servers

@brunobaraobr
Copy link

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

@aler9
Copy link
Member Author

aler9 commented Dec 13, 2022

@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.

@aler9 aler9 force-pushed the webrtc branch 3 times, most recently from 98e82a5 to 165496f Compare December 14, 2022 20:32
@codecov-commenter
Copy link

Codecov Report

Merging #1242 (814ff45) into main (478607a) will decrease coverage by 4.12%.
The diff coverage is 17.25%.

@@            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     
Impacted Files Coverage Δ
internal/conf/authmethod.go 0.00% <ø> (ø)
internal/conf/credential.go 0.00% <ø> (ø)
internal/conf/encryption.go 0.00% <ø> (ø)
internal/conf/hlsvariant.go 0.00% <ø> (ø)
internal/conf/ipsorcidrs.go 0.00% <ø> (ø)
internal/conf/logdestination.go 0.00% <ø> (ø)
internal/conf/loglevel.go 18.75% <ø> (ø)
internal/conf/protocol.go 30.00% <ø> (ø)
internal/conf/sourceprotocol.go 0.00% <ø> (ø)
internal/conf/stringduration.go 50.00% <ø> (ø)
... and 24 more

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

@aler9 aler9 merged commit 5efe97a into main Dec 15, 2022
@aler9 aler9 deleted the webrtc branch December 15, 2022 23:50
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 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.

Add support for webRTC streaming
3 participants