kraken icon indicating copy to clipboard operation
kraken copied to clipboard

🐙 High performance WebRTC SFU implemented with pure Go.

Results 17 kraken issues
Sort by recently updated
recently updated
newest added

Hey @cedricfung - here is the PR for the listen only methods as promised. The client will call the RPC method 'registerListenOnlyPeer' to create a peer which has a cid...

I just wanted to deploy the project to the server, but now I have this problem.Don't know how to solve it. Looking at the log, I think it's a connection...

I am using Kraken to build an application which requires some room participants to be listeners only (i.e. do not publish their audio to the room). I am trying to...

It might be more efficent to use [server-sent events](https://en.wikipedia.org/wiki/Server-sent_events) to push the SDP of remote peer connections to a participant instead of polling for them with subscribe requests using JavasScript...

I have some questions that are not covered by the documentation: Is port 9000 used for anything? (it shows up in netstat) Do I need coturn or does kraken also...

``` type pmap struct { sync.RWMutex id string m map[string]*Peer } type rmap struct { sync.RWMutex m map[string]*pmap } ``` I found the peer and room data in these 2...