Source code

Revision control

Copy as Markdown

Other Tools

[RTCEncodedFrame-timestamps.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[captureTime and senderCaptureTimeOffset present in audio receiver if extension is used]
expected: FAIL
[captureTime and senderCaptureTimeOffset present in video receiver if extension is used]
expected:
if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[captureTime and senderCaptureTimeOffset not present in video receiver if extension not used]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[captureTime and senderCaptureTimeOffset not present in audio receiver if extension not used]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]