Skip to content Skip to sidebar Skip to footer

Is It Possible To Create A Google Cast Sender Application Using HTML5 And Javascript Only?

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?

Solution 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


Post a Comment for "Is It Possible To Create A Google Cast Sender Application Using HTML5 And Javascript Only?"