用Silverlight 5播放视频是否支持播放Dolby Digital (AC-3) 5.1环绕立体声,或者它总是将通道缩减为立体声?
我正在播放Smooth Streaming视频,但Silverlight Smooth Streaming Sample Player似乎不支持杜比音频播放。
发布于 2013-01-29 19:15:43
没有默认的播放器。
来源:http://msdn.microsoft.com/en-us/library/cc189080%28v=vs.95%29.aspx#delivery_method_containers_and_codecs
引用:
(For WMA audio, the only one mentioning surround sound)
Multichannel (5.1 and 7.1 surround) audio content is automatically mixed down to stereo.而对于平滑流式处理:
http://www.iis.net/learn/media/smooth-streaming/smooth-streaming-client-readme
这里没有太多的细节,支持的音频编解码器是AAC。
另请参阅此处:
http://www.iis.net/learn/media/smooth-streaming/smooth-streaming-primer#create_piff
支持的编解码器为AAC和WMA/WMA Pro。
https://stackoverflow.com/questions/14567631
复制相似问题