Source code
Revision control
Copy as Markdown
Other Tools
[rtp-demuxing.html]
bug: 1709960
expected:
if (os == "linux"): [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
[Can demux two video tracks with different payload types on a bundled connection]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and debug: [TIMEOUT, PASS]
if (os == "linux") and not debug: [PASS, TIMEOUT]
if os == "android": PASS
[FAIL, PASS, TIMEOUT]
[Can demux two video tracks with the same payload type on an unbundled connection]
expected:
if (os == "linux") and debug: [NOTRUN, PASS]
if (os == "linux") and not debug: [PASS, NOTRUN]
if os == "win": [PASS, NOTRUN]