Is it possible to create a Google Cast Sender application using HTML5 and javascript only? [closed]

此生再无相见时 提交于 2019-12-11 15:16:17

问题


Can the Sender-Receiver communication in a cast sender application be implemented in pure javascript and run inside browser?

Is the API only available for android and iOS?


回答1:


No, you need to be able to read from the UDP port used to execute the M-SEARCH query in your multicast domain. No way as far as I know. This might change if Google decides to utilize another discovery protocol in addition to DIAL.

http://www.dial-multiscreen.org/

Reading from udp port in browser



来源:https://stackoverflow.com/questions/18533369/is-it-possible-to-create-a-google-cast-sender-application-using-html5-and-javasc

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