18 lines
790 B
INI
18 lines
790 B
INI
[script-transform-generateKeyFrame-simulcast.https.html]
|
|
expected:
|
|
if (os == "linux") and not debug: [OK, CRASH]
|
|
[generateKeyFrame for rid that was negotiated away fails]
|
|
expected:
|
|
if processor == "x86": [PASS, FAIL]
|
|
|
|
[generateKeyFrame works with simulcast rids]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
|
|
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
|
|
if (os == "mac") and not debug: [PASS, FAIL]
|
|
|
|
[generateKeyFrame with rid after simulcast->unicast negotiation fails]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|