问题描述
我想才达到对现场中sTREM我的Android之一
游戏电视(使用DLNA / Wi-Fi直连连接)。
我能以某种方式做到这一点?我还是想控制使用的手机我的游戏(因为它是)
但我会看到我在电视上我的游戏画面。
是否有任何解决办法了吗?
What i would like to achive is to live-strem one of my Android game to TV (using DLNA/Wifi Direct connection).Can i somehow do that? I still would like to control my game using phone (as it is), but i would see my game screen on my TV in live.Are there any solution out there?
谢谢!
推荐答案
有关Android 4.2以上版本,应用程序可以使用 presentation
和 DISPLAYMANAGER
(或 MediaRouter
)显示外部显示器(HDMI,MHL,SlimPort,Miracast的)在不同的内容。 Miracast的是基于Wi-Fi直连。
For Android 4.2+, your app can use a Presentation
and DisplayManager
(or MediaRouter
) to show separate content on an external display (HDMI, MHL, SlimPort, Miracast). Miracast is based on WiFiDirect.
去年覆盖这个话题。
这篇关于编程流的Android内容电视的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!