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