Sergei Shiganov
Results
2
comments of
Sergei Shiganov
@Mosphere I'm using this: https://gist.github.com/dbl0null/15dc217131e014a5deefcd7b3d68d94d And transcode anything to opus like that: ``` func (element *ConfigST) coAd(suuid string, srcCodecs []av.CodecData) { element.mutex.Lock() defer element.mutex.Unlock() stream := element.Streams[suuid] var dstCodecs []av.CodecData...
Common way to deal with this kind of problems is to set up your own dedicated TURN server. You can try COTURN: https://gabrieltanner.org/blog/turn-server Personally I prefer to stick to Golang...