mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-01 22:18:52 +02:00
refactor(videochannel): replace ffmpeg with Go VP8 codec
- thnks rape4me/kc for vp8 enc/dec
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
module github.com/openlibrecommunity/olcrtc
|
||||
|
||||
go 1.26
|
||||
go 1.26.3
|
||||
|
||||
require (
|
||||
codeberg.org/rape4me/kc v0.0.0-20260526155601-5f6fc8dfaaa1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
|
||||
github.com/livekit/protocol v1.46.0
|
||||
@@ -10,6 +11,7 @@ require (
|
||||
github.com/magefile/mage v1.17.2
|
||||
github.com/pion/interceptor v0.1.45
|
||||
github.com/pion/logging v0.2.4
|
||||
github.com/pion/rtcp v1.2.16
|
||||
github.com/pion/rtp v1.10.2
|
||||
github.com/pion/webrtc/v4 v4.2.13
|
||||
github.com/xtaci/kcp-go/v5 v5.6.72
|
||||
@@ -59,7 +61,6 @@ require (
|
||||
github.com/pion/ice/v4 v4.2.5 // indirect
|
||||
github.com/pion/mdns/v2 v2.1.0 // indirect
|
||||
github.com/pion/randutil v0.1.0 // indirect
|
||||
github.com/pion/rtcp v1.2.16 // indirect
|
||||
github.com/pion/sctp v1.10.0 // indirect
|
||||
github.com/pion/sdp/v3 v3.0.18 // indirect
|
||||
github.com/pion/srtp/v3 v3.0.10 // indirect
|
||||
|
||||
Reference in New Issue
Block a user