mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
8ef01d4e0f
This fixes leaking of rtpUpSender goroutines.
11 lines
227 B
Modula-2
11 lines
227 B
Modula-2
module sfu
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/at-wat/ebml-go v0.11.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pion/rtcp v1.2.3
|
|
github.com/pion/rtp v1.5.4
|
|
github.com/pion/webrtc/v2 v2.2.15-0.20200529032419-667941621dd8
|
|
)
|