Skip to content

OBS studio can't work because of the update of webrtc #58

@Marsyew

Description

@Marsyew

live777/Cargo.toml

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions