James Mills

Results 194 issues of James Mills

I think a simple UX improvement can be made to the Microphone and Camera buttons in-call. If we change these to "single-click" type buttons that enable/disable the microphone/camera respectively with...

feature-request

Would it be possible to either reduce or eliminate audio echo at all programatically in the audio streams? Playing around with other video/audio conf systems like Jitsi (mostly) they seem...

Have we considered building an integrated TURN/STUN server into PeerCalls itself using the [pion/turn](https://github.com/pion/turn) library? If not, why not? If so, would anyone be willing to help me add support...

feature-request

Hi, Just noticed that `peer-calls` has a `play` sub-command: ```#!console $ dki -t --rm peercalls/peercalls play --help Usage: play [OPTIONS] Play RTP streams Options: --audio-fmtp string audio media format parameters...

https://git.mills.io/prologic/peercalls/commit/05445d06799114a6aae4d5876caa5216d40a6219

Hi, I came across your library whilst initially searching for something that could translate HTML pages into Gopher directories. I found nothing. This library is the closest thing I can...

Following the instructions on the [README](/README.md) the installation fails on a fresh Ubuntu 20.04 VM running on Vultr. This is what I called a "README Fail". See: ```#!sh _____ ____...

question

I tried to upgrade to your library in one of my projects [msgbus](https://git.mills.io/prologic/msgbus) in [this commit](https://git.mills.io/prologic/msgbus/commit/ec8dbec63232c1c78881a19a18e11f4dd9b63935) but unfortunately ran into [some issues](https://git.mills.io/prologic/msgbus/commit/ec8dbec63232c1c78881a19a18e11f4dd9b63935) and had to [revert](https://git.mills.io/prologic/msgbus/commit/6a840a26b42c9c8986502e6b3c7fa5a17700c6a7) It would appear that...

enhancement