Source code
Revision control
Copy as Markdown
Other Tools
[RTCRtpScriptTransform-encoded-transform.https.html]
expected:
if (os == "win") and not debug and (processor == "x86"): OK
if (os == "linux") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
[Receiver and sender read, modifiy and write video frames.]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
FAIL
[Receiver and sender read, modifiy and write audio frames.]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
[Sender reads frames but doesn't write them back. Receiver doesn't receive any frames.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Sender skips some frames and only writes one back. Receiver only receives that frame.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug: [TIMEOUT, NOTRUN, PASS]