开始将电影从 DLNA 媒体服务器流式传输到 DLNA 媒体渲染器
我想将电影从 DLNA 媒体服务器流式传输到 DLNA 媒体渲染器(在本例中为电视)。但是,我希望能够从 DLNA 媒体控制器启动它,无论电视处于什么状态(只要它已打开、连接并正常使用)。
因此,是否可以从 DMC 发送任何操作来强制 DMR 从 DMS 启动流内容?
我正在寻找可在任何 DLNA 媒体渲染器认证电视上使用的操作。
I want to stream a movie from a DLNA Media Server to a DLNA Media Renderer (a TV in this case). However, I want to be able to initiate it from a DLNA Media Controller, regardless of what state the TV is in (as long as it's on, connected and in normal usage).
Thus, is there any action that can be send from the DMC to force the DMR to start stream content from the DMS?
I'm looking for an action that can be used on any DLNA Media Renderer certified TV.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这个
http://msdn.microsoft.com/en-us/library/ms881690 .aspx
检查这个
http://teleal.org/projects/cling/support/manual/cling-support-manual.html
您应该使用 ContentDirectory 服务从媒体服务器获取数据并使用 AVttransport 播放medirenderer 上的数据。
check this
http://msdn.microsoft.com/en-us/library/ms881690.aspx
check this
http://teleal.org/projects/cling/support/manual/cling-support-manual.html
You should use ContentDirectory service to get data from media server and use AVttransport to play the data on medirenderer.