Yi 4k Live QR Code Generator
- User fills the form β the app builds a JSON object:
{ "ssid": "MyWiFi", "pwd" : "hunter2", "res" : "1080p", "rate": "3", // mapping: High=3 Medium=2 Low=1 Auto=0 "dur" : "0", "url" : "rtmp://example.com/live/key" } qrcodejsconverts that JSON into a v4-L QR code (highest error level).- Yi 4 K camera scans the code on the LCD and applies the settings instantly.
| Tech | Purpose |
|---|---|
| HTML / CSS | single-page UI |
| Tailwind 2 | utility classes (no extra CSS build step) |
| JavaScript | form logic & localStorage CRUD |
| qrcodejs | QR code generation |
| Lucide | crisp SVG icon set |
Click Offline Mode β the page serialises itself with document.documentElement.outerHTML,
wraps it in a Blob and triggers a download (StreamCode_Offline.html).
Open that file anywhere β it contains in-lined settings and still references the same public CDNs.
- Dark-mode toggle
- Custom logo upload
- PWA manifest & service-worker for installable experience
- Translations (EN Β· ES Β· ZH Β· RU)
- Fork the project
- Create your feature branch:
git checkout -b feature/amazing - Commit your changes:
git commit -m 'feat: add amazing feature' - Push to the branch:
git push origin feature/amazing - Open a Pull Request
Distributed under the MIT license.
See LICENSE for more information.
Google Play is a trademark of Google LLC.