https://github.com/dabitdev/casting_device_web_server
https://github.com/dabitdev/casting_device_web_server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dabitdev/casting_device_web_server
- Owner: dabitdev
- Created: 2015-11-06T21:39:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T22:15:08.000Z (over 10 years ago)
- Last Synced: 2025-02-02T07:44:36.078Z (about 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# casting_device_web_server
This is a proof of concept that is displaying to the chromecast device the images hosted by the device. Since chromecast doesn't accept to broadcast media items from device (even if someone encodes images with base64 and send by text is a valid practice). The device is implementing a light webserver to expose the images hosted in the sd card. Then the chromecast opens the local server like a regular browser.