Hi!
@potch
github.com/potch
Regularly Scheduled Programs
Public Access Programming
TVs are far away mobile phones
TVs are far away mobile phones you can't touch.
1vw = 1% of viewport width
1vh = 1% of viewport height
1vmin = 1% of min(width, height)
1vmax = 1% of max(width, height)
@media (min-aspect-ratio)
How do I get the Web on my TV?
Setup Instructions
- Just check out the code from GitHub, host chromehellotext.html on your own server and open that page in your Chrome browser
- If you don't want to use the sample App ID, you need to do the following steps
- Get a Chromecast device and get it set up for development: https://developers.google.com/cast/docs/developers#Get_started
- Register an application on the Developers Console (http://cast.google.com/publish). Select the Custom Receiver option and specify the URL to where you are hosting the receiver.html file (You can use Google Drive to host your files: https://support.google.com/drive/answer/2881970?hl=en). You will get an App ID when you finish registering your application.
- Setup the project dependencies
- Insert your App ID in the chromehellotext.html file of the project (look for applicationID in that file)
- Upload the chromehellotext.html file to your hosting server and load the URL for that file in your Chrome browser.
mDNS
zeroconf, Bonjour
Local broadcast discovery
otherdevice.local
FlyWeb (experimental)
DIAL
Chromecast, Smart TVs, etc.
Bluetooth
Don't need to be on the same network!
WebBluetooth is still experimental
WebRTC!
Low-Latency!
Still need a handshake method.