如何使用 IIS Smooth Streaming 广播时间同步的文本流?
我正在研究使用 IIS Smooth Streaming 构建丰富的 Web 应用程序来显示时间同步的音频/视频和相关文本数据的可行性。文本数据是一组航天器遥测数据,应显示在视频窗口之外。
我看过一些示例如何在正确的位置显示视频字幕使用这项技术的时间。我还阅读了 Silverlight Recipes 第二版的第 11 章,其中再次显示了视频字幕。我想做的有点复杂——在视频窗口之外显示大量数据。数据应始终与视频播放头同步。
看起来我将使用 StreamIndex 元素类型(Type=“text”和 SubType=“data”)对轨道中的文本数据进行编码。在客户端上,如何在视频旁边的单独面板中显示此内容?
从市场角度来看,我知道 IIS Smooth Streaming 必须处理这种情况。我只是没有找到如何在客户端处理数据的示例。有人可以给我举个例子,或者告诉我为什么这是不可能的吗?
I'm studying the feasibility of using IIS Smooth Streaming to build a rich web application to display time synchronized audio/video and related textual data. The text data is a set of spacecraft telemetry that should be displayed outside of the video window.
I've seen some examples of how to display video captions at the correct time using this technology. I've also read Chapter 11 of Silverlight Recipes 2nd edition which again shows video captions. What I'm trying to do is a little bit more complex - show numerous pieces of data outside of the video window. The data should be in sync with the video playhead at all times.
It looks like I will encode my text data in tracks using the StreamIndex element type, with Type="text" and SubType="data". On the client, how do I display this in a separate panel next to the video?
From the marketese I know IIS Smooth Streaming must handle this scenario. I'm just having no luck finding examples of how to handle the data on the client side. Can someone point me to an example, or tell me why this is not possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论