Skip to content

Use RemoteAddr for calls back to mediamtx #2225

Use RemoteAddr for calls back to mediamtx

Use RemoteAddr for calls back to mediamtx #2225

Triggered via pull request November 19, 2024 15:57
@mjh1mjh1
synchronize #3256
mh/mediamtx
Status Cancelled
Total duration 4m 50s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
4m 38s
Run tests defined for the project
Perform CodeQL analysis
3m 47s
Perform CodeQL analysis
Run editorconfig checker
8s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Run tests defined for the project
Canceling since a higher priority waiting request for 'Trigger test suite-mh/mediamtx' exists
Run tests defined for the project
The operation was canceled.
Run tests defined for the project: cmd/livepeer/starter/starter.go#L969
if block ends with call to panic function, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_broadcast.go#L143
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L304
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L340
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L365
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: media/rtmp2segment.go#L161
should drop = nil from declaration of var currentSegment; it is the zero value
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: ai/file_worker.go#L20
parameter 'ctx' seems to be unused, consider removing or renaming it as _