Joachim Bauch

Results 63 issues of Joachim Bauch

Currently, the remote server will always create the publishers on their WebRTC infrastructure. It would make sense to do this locally for federated users, so depending on if the user...

### Thank you for submitting a possible bug! Please ensure the following: * Your issue is based on the latest commit yes, b9d119797ddf3171c496629c7b941b89b25f4363 * State your OS and OS version...

investigate

Casting between "[]byte" and "string" requires an allocation and copies the underlying data. This is part of what made #997 so slow. For parsing this should be avoided where possible...

investigate

### Description Currently locked access to struct members inside a loop over an [iterator](https://pkg.go.dev/iter) is not detected correctly. Example: ```golang package main import ( "strings" "sync" ) type Entries struct...

type: enhancement
status: help wanted

### How to use GitHub * Please use the πŸ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

1. to develop
bug
feature: upload & shares & voice πŸ“€πŸŽ™οΈ
feature: recordings ⏺️

### How to use GitHub * Please use the πŸ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

1. to develop
bug
feature: signaling πŸ“Ά

The server should dynamically adjust the bandwidth limit per publisher depending on to-be-defined conditions, e.g. number of publishers. This would allow using a high bandwidth if a few publishers are...

enhancement