Cast Sender running on Android Chrome or Firefox

牧云@^-^@ 提交于 2019-12-13 00:25:34

问题


Is there any way to build a pure JS/HTML5 Chromecast Sender implementation that runs in Chrome or Firefox on Android.

The Chromecast Chrome extension doesn't run on Android Chrome, so the only solution I can think of is to launch the Receiver via the desktop Chrome extension, then use WebRTC and webkitRTCPeerConnection to send messages between the Chromecast Receiver and a different Android Sender.

Both Android Chrome & Firefox support the data channels so at least once launched that might be a viable way to control the receiver. I wonder if anyone has any better ideas, or a way to get the Chromecast Chrome extension onto Android?

(Btw. I am aware that DIAL SDP uses UDP != WebRTC RTCDataChannels)


回答1:


No, currently there is no such solution on an Android device in pure JS/HTML5 in Android Chrome (nor Firefox for that matter).



来源:https://stackoverflow.com/questions/19467056/cast-sender-running-on-android-chrome-or-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!