Do Cobalt support “qual-e”(YouTube Qualification Engine) page?

后端 未结 2 1490
一生所求
一生所求 2020-12-21 09:40
  1. Can cobalt enter the YouTube Qualification Engine page? (http://2016.qual-e.appspot.com/)

  2. If yes, how can I enter this page for testing?

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-21 10:04

    Yes, you can open Qual-E in Cobalt. Run Cobalt from command line with the following parameters:

    ./cobalt --allow_http --csp_mode=disable --url=http://qual-e.appspot.com/?enableLogs=1
    

    While the page won't render correctly (YouTube certification team is working to fix that), you can see the results in terminal or Cobalt developer console (press Ctrl-O twice and restart Qual-E).

    Here is the sample output:

    [1209/152344:INFO:console.cc(49)] [console.log()] Fri Dec 09 2016 15:23:44 GMT-0800 (PST) - [AudioContext] - result: AudioContext supported
    [1209/152344:INFO:console.cc(49)] [console.log()] Fri Dec 09 2016 15:23:44 GMT-0800 (PST) - [AudioContext] - value returned: [object AudioContext]
    

    Cobalt team is aware of several gaps between Cobalt feature set and YouTube TV Technical Requirements and going to address them in Q1 2017.

提交回复
热议问题