Skip to content

Improve handling of RTMP timestamps. #559

Improve handling of RTMP timestamps.

Improve handling of RTMP timestamps. #559

Triggered via pull request April 11, 2024 13:52
Status Failure
Total duration 9m 56s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 7 warnings
build: Tests/RTMP/RTMPTimestampTests.swift#L37
testAVAudioTime, XCTAssertEqual failed: ("21") is not equal to ("0")
build: Tests/RTMP/RTMPTimestampTests.swift#L38
testAVAudioTime, XCTAssertEqual failed: ("21") is not equal to ("1")
build: Tests/RTMP/RTMPTimestampTests.swift#L39
testAVAudioTime, XCTAssertEqual failed: ("22") is not equal to ("0")
build: Tests/RTMP/RTMPTimestampTests.swift#L40
testAVAudioTime, XCTAssertEqual failed: ("21") is not equal to ("1")
build: Tests/RTMP/RTMPTimestampTests.swift#L41
testAVAudioTime, XCTAssertEqual failed: ("21") is not equal to ("0")
build
Tests Failed: 5 failed, 0 skipped, 73 total (51.629 seconds)
build
Process completed with exit code 1.
build: Examples/iOS/IngestViewController.swift#L49
'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.
build: Examples/iOS/IngestViewController.swift#L297
'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.
build: Examples/iOS/NetStreamSwitcher.swift#L66
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
build: Sources/IO/IOAudioResampler.swift#L69
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
build: Tests/ISO/ADTSHeaderTests.swift#L9
initialization of immutable value 'header' was never used; consider replacing with assignment to '_' or removing it
build: Tests/ISO/ADTSReaderTests.swift#L13
value 'range' was defined but never used; consider replacing with boolean test
build: Tests/RTMP/AMFFoundationTests.swift#L13
immutable value 'array_0' was never used; consider replacing with '_' or removing it