Move kasa source to separate module
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user