https://github.com/mkrl/faviconayer
Utilizing WebCodecs API to convert & play video stream in a favicon
https://github.com/mkrl/faviconayer
Last synced: 11 months ago
JSON representation
Utilizing WebCodecs API to convert & play video stream in a favicon
- Host: GitHub
- URL: https://github.com/mkrl/faviconayer
- Owner: mkrl
- License: bsd-3-clause
- Created: 2022-07-08T21:31:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T21:40:27.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T06:51:03.927Z (12 months ago)
- Language: JavaScript
- Homepage: http://mkrl.xyz/faviconayer/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Favicon video player
There's nothing else to say, really
Utilizing [WebCodecs API](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) to convert video stream from `` directly to the browser favicon in a web worker.
Based on an [example](https://web.dev/webcodecs) by Google.