Review uncommitted changes

This commit is contained in:
Sergey Krashevich
2026-02-08 08:50:18 +03:00
parent 2735bafd86
commit 6304987a26
18 changed files with 29 additions and 28 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ Some formats and protocols go2rtc supports exclusively. They have no equivalent
- The initiator of the connection can be go2rtc - **Source protocols**
- The initiator of the connection can be an external program - **Ingress protocols**
- Codecs can be incoming - **Recevers codecs**
- Codecs can be outgoing (two way audio) - **Senders codecs**
- Codecs can be incoming - **Receiver codecs**
- Codecs can be outgoing (two way audio) - **Sender codecs**
| Group | Format | Protocols | Ingress | Recevers codecs | Senders codecs | Example |
| Group | Format | Protocols | Ingress | Receiver codecs | Sender codecs | Example |
|------------|--------------|-----------------|---------|---------------------------------|---------------------|---------------|
| Devices | alsa | pipe | | | pcm | `alsa:` |
| Devices | v4l2 | pipe | | | | `v4l2:` |
@@ -93,7 +93,7 @@ Some formats and protocols go2rtc supports exclusively. They have no equivalent
- `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
- `pkg/{format}/backchannel.go` - producer with only backchannel func
**Mentioning modules:**
+1 -1
View File
@@ -1,6 +1,6 @@
# H264
Payloader code taken from [pion](https://github.com/pion/rtp) library. And changed to AVC packets support.
Payloader code taken from [pion](https://github.com/pion/rtp) library and changed to AVC packets support.
## Useful Links
+1 -1
View File
@@ -1,6 +1,6 @@
# H265
Payloader code taken from [pion](https://github.com/pion/rtp) library branch [h265](https://github.com/pion/rtp/tree/h265). Because it's still not in release. Thanks to [@kevmo314](https://github.com/kevmo314).
Payloader code taken from [pion](https://github.com/pion/rtp) library branch [h265](https://github.com/pion/rtp/tree/h265), because it's still not in release. Thanks to [@kevmo314](https://github.com/kevmo314).
## Useful links