We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第421天 说说你对Media Source Extensions(MSE)的理解,它解决了什么问题呢?
3+1官网
我也要出题
Media Source Extensions 允许JavaScript动态地为<audio>和<video>创建媒体流,而不再只能是引用一个视频文件的url。这样就极大地丰富了前端对音视频的处理能力,也赋予了其更多灵活性。
Activity
zhaofeipeter commentedon Jul 24, 2020
Media Source Extensions 允许JavaScript动态地为<audio>和<video>创建媒体流,而不再只能是引用一个视频文件的url。这样就极大地丰富了前端对音视频的处理能力,也赋予了其更多灵活性。