Move kasa source to separate module

This commit is contained in:
Alex X
2026-02-08 07:01:14 +03:00
parent e5bb03349b
commit 44f6f111c4
8 changed files with 46 additions and 3 deletions
+10 -1
View File
@@ -89,12 +89,21 @@ Some formats and protocols go2rtc supports exclusively. They have no equivalent
## Developers
File naming:
**File naming:**
- `pkg/{format}/producer.go` - producer for this format (also if support backchannel)
- `pkg/{format}/consumer.go` - consumer for this format
- `pkg/{format}/backchanel.go` - producer with only backchannel func
**Mentioning modules:**
- [`main.go`](../main.go)
- [`README.md`](../README.md)
- [`internal/README.md`](../internal/README.md)
- [`website/.vitepress/config.js`](../website/.vitepress/config.js)
- [`website/api/openapi.yaml`](../website/api/openapi.yaml)
- [`www/schema.json`](../www/schema.json)
## Useful links
- https://www.wowza.com/blog/streaming-protocols