Shaka-player:Json彰显

时间:2018-12-01 15:33:46

标签: shaka

我对自适应媒体以及如何使用mpds还是很陌生。临时我有一个React应用,我想在其中将JSON转换为清单。经过一段时间的搜索后,我得到了使用Shaka-Player的解决方案,并且我试图了解解析器插件的工作方式。谁能向我解释如何在我的应用程序中使用清单解析器? (https://shaka-player-demo.appspot.com/docs/api/tutorial-manifest-parser.html

我的JSON看起来像这样,我正在尝试用它创建清单。

   <br />
   <b>Notice</b>:  Undefined index: username in 
   <b>C:\xampp\htdocs\test\api\auth.php</b> on line <b>5</b><br />
   <br />
   <b>Notice</b>:  Undefined index: password in 
   <b>C:\xampp\htdocs\test\api\auth.php</b> on line <b>6</b><br />
        {
            "success": false, 
            "message": "invalid credentials"
        }

0 个答案:

没有答案