docs(README): add screenshots and update image references - include dark and light theme screenshots for various app components - update image links in the documentation for consistency feat(package): add playwright as a dependency - include playwright for end-to-end testing capabilities
@@ -57,6 +57,42 @@ Ultimate camera streaming application with support for dozens formats and protoc
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
| Streams Dashboard | Add Stream |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
| Stream list with status, actions, and system monitoring | Quick setup for dozens of protocols and integrations |
|
||||||
|
|
||||||
|
| Stream Info | Stream Links |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
| Producers and consumers details | Direct URLs for all supported formats |
|
||||||
|
|
||||||
|
| Config Editor | Logs |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
| YAML configuration with syntax highlighting | Real-time log viewer with auto-update |
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Light theme</summary>
|
||||||
|
|
||||||
|
| Streams Dashboard | Add Stream |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
| Stream Info | Stream Links |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
| Config Editor | Logs |
|
||||||
|
|:-:|:-:|
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
- zero-dependency [small app](#go2rtc-binary) for all OS (Windows, macOS, Linux, FreeBSD)
|
- zero-dependency [small app](#go2rtc-binary) for all OS (Windows, macOS, Linux, FreeBSD)
|
||||||
- zero-delay for many [supported protocols](#codecs-madness) (lowest possible streaming latency)
|
- zero-delay for many [supported protocols](#codecs-madness) (lowest possible streaming latency)
|
||||||
- [streaming input](#streaming-input) from dozens formats and protocols
|
- [streaming input](#streaming-input) from dozens formats and protocols
|
||||||
@@ -179,7 +215,7 @@ This is the `go2rtc.yaml` file in [YAML-format](https://en.wikipedia.org/wiki/YA
|
|||||||
The configuration can be changed in the [WebUI](www/README.md) at `http://localhost:1984`.
|
The configuration can be changed in the [WebUI](www/README.md) at `http://localhost:1984`.
|
||||||
The editor provides syntax highlighting and checking.
|
The editor provides syntax highlighting and checking.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The simplest config looks like this:
|
The simplest config looks like this:
|
||||||
|
|
||||||
@@ -346,7 +382,7 @@ You can preload any stream on go2rtc start. This is useful for cameras that take
|
|||||||
[WebUI](www/README.md) provides detailed information about all active connections, including IP-addresses, formats, protocols, number of packets and bytes transferred.
|
[WebUI](www/README.md) provides detailed information about all active connections, including IP-addresses, formats, protocols, number of packets and bytes transferred.
|
||||||
Via the [HTTP API](internal/api/README.md) in [`json`](https://en.wikipedia.org/wiki/JSON) or [`dot`](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) format on an interactive connection map.
|
Via the [HTTP API](internal/api/README.md) in [`json`](https://en.wikipedia.org/wiki/JSON) or [`dot`](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) format on an interactive connection map.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Codecs
|
## Codecs
|
||||||
|
|
||||||
|
|||||||
@@ -43,5 +43,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"playwright": "^1.58.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 207 KiB |
|
After Width: | Height: | Size: 266 KiB |
|
After Width: | Height: | Size: 264 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 209 KiB |