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
+2
View File
@@ -41,6 +41,7 @@ Some formats and protocols go2rtc supports exclusively. They have no equivalent
| [`http`] | `yuv4mpegpipe` | `http`, `tcp` | yes | | | |
| [`isapi`] | `alaw`, `mulaw` | `http` | | | | yes |
| [`ivideon`] | `mp4` | `ws` | yes | | | |
| [`kasa`] | `h264`, `mulaw` | `http` | yes | | | |
| [`mjpeg`] | `ascii` | `http` | | yes | | |
| [`mjpeg`] | `jpeg` | `http` | | yes | | |
| [`mjpeg`] | `mpjpeg` | `http` | | yes | yes | |
@@ -86,6 +87,7 @@ Some formats and protocols go2rtc supports exclusively. They have no equivalent
[`http`]: http/README.md
[`isapi`]: isapi/README.md
[`ivideon`]: ivideon/README.md
[`kasa`]: kasa/README.md
[`mjpeg`]: mjpeg/README.md
[`mp4`]: mp4/README.md
[`mpegts`]: mpegts/README.md