如何在 iOS 中跳转到 IIS 流视频持续时间的特定时间?
如果我有一个具有实时视频流的视频流服务器(例如 IIS 媒体服务),我希望用户从该视频的有趣部分列表中进行选择,然后只播放该部分。
例如,如果我对全长 20m 的 25 秒剪辑感兴趣,我想跳到该位,然后在最后关闭视频播放器。
If I have a video streaming server (e.g. IIS Media Services) with a live video streaming, I want the user to select from a list of interesting parts of that video and then play just that bit.
For example, if I'm interested in a 25s clip 20m into the full length I want to jump to that bit and then close the video player at the end.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(回答我自己的问题,直到有人改进为止。)
AVFoundation 框架中有一个 AVPlayer,当您需要更复杂的播放功能时可以使用它。
在 IIS 方面,有一种称为“播放列表”的东西,可用于对可能作为替代方案的内容进行分块。
(Answering my own question until someone betters it.)
There is an AVPlayer in the AVFoundation framework that can be used when you're after more sophisticated playback functionality.
On the IIS side, there is something called a PlayList that can be used to chunk up content that may work as an alternative.