Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Silverlight 如何使用IIS平滑流媒体播放时间同步的文本流?_Silverlight_Iis 7_Smooth Streaming Player_Smooth Streaming - Fatal编程技术网

Silverlight 如何使用IIS平滑流媒体播放时间同步的文本流?

Silverlight 如何使用IIS平滑流媒体播放时间同步的文本流?,silverlight,iis-7,smooth-streaming-player,smooth-streaming,Silverlight,Iis 7,Smooth Streaming Player,Smooth Streaming,我正在研究使用IIS平滑流来构建一个富web应用程序以显示时间同步的音频/视频和相关文本数据的可行性。文本数据是一组应在视频窗口外显示的航天器遥测数据 我已经了解了如何使用这种技术在正确的时间显示视频字幕。我还阅读了Silverlight Recipes第二版第11章,其中再次显示了视频字幕。我想做的是稍微复杂一点——在视频窗口外显示大量数据。数据应始终与视频播放头同步 看起来我将使用StreamIndex元素类型,使用type=“text”和SubType=“data”,对曲目中的文本数据进行

我正在研究使用IIS平滑流来构建一个富web应用程序以显示时间同步的音频/视频和相关文本数据的可行性。文本数据是一组应在视频窗口外显示的航天器遥测数据

我已经了解了如何使用这种技术在正确的时间显示视频字幕。我还阅读了Silverlight Recipes第二版第11章,其中再次显示了视频字幕。我想做的是稍微复杂一点——在视频窗口外显示大量数据。数据应始终与视频播放头同步

看起来我将使用StreamIndex元素类型,使用type=“text”和SubType=“data”,对曲目中的文本数据进行编码。在客户端上,如何在视频旁边的单独面板中显示此内容

从市场上看,我知道IIS平滑流必须处理这种情况。我只是没有运气找到如何在客户端处理数据的示例。有人能给我举个例子,或者告诉我为什么这是不可能的