Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Azure 媒体播放器是否有一些类似 Netflix 的继续播放停止功能或插件的地方,是否实现到我的 MVC 应用程序中?
您需要在某处记录上一次时间(*),然后通过在播放事件之后(设置源之后)设置 currentTime,您应该拥有您想要的。
正确,您可以简单地制作一个插件或编写脚本,以通过视频 ID 将用户的当前位置缓存到云数据库中。当用户重新登录或返回视频时,只需请求 video-id、user-id 组合并检查最后一个已知位置值。如果存在,则将玩家的当前位置向前移动。