Dash.js代码:https://github.com/Dash-Industry-Forum/dash.js/tree/7ad55a21b24a673dd55c5c4ae08367753bb7baaa我正在清理Dash.JS代码,并试图理解它。下面是Dash.JS的体系结构:Architecture of Dash.JS
我正在尝试使用相同的dash对象,使用dash.js一个接一个地播放一些mpeg-dash视频。一旦它结束,我想重用这个对象来播放一个新的视频,但是使用不同的url源的后续初始化什么也不做,即使我在该对象上调用reset(),如果我随后初始化并尝试play(),我会得到 Uncaught Youmust first call initialize() and set a valid source and view before calling this method 难道不能重用dash.js这发生在<e