blob: b42afbaaa6b9ce021309063356ce42d4f5a5cc36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[rtp-demuxing.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Can demux two video tracks with different payload types on a bundled connection]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1531460
expected: FAIL
[Can demux two video tracks with the same payload type on an unbundled connection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
|