Add an RTX-associated TrackLocal #3971
lint.yaml
on: pull_request
lint
/
Metadata
18s
lint
/
Go
41s
Annotations
10 errors and 2 warnings
lint / Go:
examples/bandwidth-estimation-from-disk/main.go#L24
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
lint / Go:
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
lint / Go:
examples/bandwidth-estimation-from-disk/main.go#L283
undefined: webrtc (typecheck)
|
lint / Go:
examples/bandwidth-estimation-from-disk/main.go#L293
undefined: webrtc (typecheck)
|
lint / Go:
examples/bandwidth-estimation-from-disk/main.go#L62
undefined: webrtc (typecheck)
|
lint / Go:
examples/broadcast/main.go#L22
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
lint / Go:
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
lint / Go:
examples/custom-logger/main.go#L15
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
lint / Go:
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
lint / Go:
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|