Maria Golubev
Maria Golubev
Hello. The problem is this piece of code: [cecandidate.go#L159](https://github.com/pion/webrtc/blob/980a56db7370171a20fa689a612169588ece6a11/icecandidate.go#L159) ```go // ToJSON returns an ICECandidateInit // as indicated by the spec https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-tojson func (c ICECandidate) ToJSON() ICECandidateInit { zeroVal :=...
gstreamer pipeline: ``` "videotestsrc \ ! timeoverlay ! video/x-raw,width=320,height=240 \ ! videoconvert ! videoscale ! videorate drop-only=true skip-to-first=true \ ! video/x-raw,pixel-aspect-ratio=(fraction)1/1 \ ! vaapipostproc \ ! vaapih264enc \ ! h264parse...