heshouyong

Results 3 comments of heshouyong

@Odinvt thx! RFC 8839[https://datatracker.ietf.org/doc/html/rfc8839#name-ice-ufrag-and-ice-pwd-attri](url) The "ice-pwd" and "ice-ufrag" attributes can appear at either the session-level or media-level. When present in both, the value in the media-level takes precedence. Thus, the...

modify signal.go Encode/Decode function. base64.StdEncoding to base64.RawURLEncoding Encode.. return base64.RawURLEncoding.EncodeToString(b) Decode.. b, err := base64.RawURLEncoding.DecodeString(in) https://github.com/pion/example-webrtc-applications/commit/8637ead1f9854e417ea5a1de83b9b6215eb9906c

Hi @549869500 rtmp to webrtc https://github.com/pion/example-webrtc-applications/tree/master/rtmp-to-webrtc