Marco Vidonis
Marco Vidonis
I'm noticing what looks like a bottleneck in the transfer speed performance compared to what's attainable in [instant.io](https://instant.io). When I transfer a file between 2 btorrent instances (2 browser windows...
I'm noticing a greatly reduced transfer speed when importing the project from a `` tag or with a bundler other than browserify. As a comparison of how much reduced, I...
In #824 I added the option to configure the client with a list of ICE servers. The list is of type `[]string` and is used to provide the URLs of...
Looking at the WebRTC / webtorrent part of the project, I noticed that, when downloading a file, a new offer is being created (seemingly) at every piece transferred. This happens...
I'm interested in monitoring the quality of the transport via data channel when a transfer is carried out via webtorrent. To do so, I need to access the WebRTC transport...
Provide updates on peer status which include peer ID, ok status, and an error message. This can be useful for the client to be notified of errors when running a...
I'm looking at adding the option to set the [sender's priority](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSender/setParameters#priority) when adding local media stream tracks to the peer connection in `RTCSession`. In some applications, this could be used...
Addresses #873. Adds the option to set the [sender's priority](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSender/setParameters#priority) when adding local media stream tracks to the peer connection in `RTCSession`. I added an optional field called `encodingsPriority` to...
### Describe the Bug When running Payload CMS on Cloudflare Workers (using `@opennextjs/cloudflare`), Server Actions in the admin UI fail to authenticate despite valid authentication cookies being sent with the...