-
Notifications
You must be signed in to change notification settings - Fork 41
OBS studio can't work because of the update of webrtc #58
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Lines 13 to 17 in 974b96b
| # TODO | |
| # There have error, Next commit can't work with obs studio | |
| # webrtc = { git = "https://github.com/webrtc-rs/webrtc", rev = "9c0570ad562b226cc9c6c0a3c7a9a28e1d43e08f" } | |
| # Reference: https://github.com/binbat/live777/issues/39 | |
| webrtc = { git = "https://github.com/webrtc-rs/webrtc", rev = "3f34e2e055463e88f5e68ef09f98f9c5c674ff42" } |
Using webrtc = { git = "https://github.com/webrtc-rs/webrtc", rev = "9c0570ad562b226cc9c6c0a3c7a9a28e1d43e08f" },the OSB studio can't work. Its probably because the webrtc library was updated with the rustls library in v0.9.0, rustls updated from 0.19.0 to 0.21.When manually returning the rustls library in webrtc from v0.21 to v0.19.0, wbrtc reports an error in webrtc\src\peer_connection\certificate.rs:88:35
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done