Dan Jenkins

Results 52 issues of Dan Jenkins

Right now, I think if you apply changes that only affect a bridge, OR need to restart a bridge using `kubectl rollout restart deployment matrix-bridge-twitter` for example.... it'll generate new...

You can increase the rank of a decoder so that it takes precedence over others... think hardware decoder vs software... `gst_plugin_feature_set_rank` https://gstreamer.freedesktop.org/documentation/gstreamer/gstpluginfeature.html?gi-language=c Would be great to be able to set...

If you have a buffer with non interleaved audio inside it, you need to add meta data to the buffer to say it's not interleaved and how to deal with...

Enable us sending DTMF

The field trial for the fix for holding audio on callkit was removed as @saghul was experiencing loads of crashes in the jitsi app. I've been running the field trial...

enhancement

I have a macbook pro with the touchbar support - I can tap into the special controller for this app and control play/pause/scroll etc - awesome. However, if I use...

When trying to use `AV1Packet` as a depacketiser I get an error... ``` cannot use &(codecs.AV1Packet literal) (value of type *"github.com/pion/rtp/codecs".AV1Packet) as "github.com/pion/rtp".Depacketizer value in assignment: *"github.com/pion/rtp/codecs".AV1Packet does not implement...

Sean and I made a channel on Matrix for people to openly discuss WebRTC questions - inspired by the book The room is [here](https://matrix.to/#/!jQIZWJSvVrccJkAcJQ:commcon.xyz?via=matrix.org&via=nimblea.pe&via=bordum.dk) - which links to https://matrix.to/#/!jQIZWJSvVrccJkAcJQ:commcon.xyz?via=matrix.org&via=nimblea.pe&via=bordum.dk Where...

I'd love to be able to use this library with the [ARI Proxy messaging protocol](https://github.com/nvisibleinc/go-ari-library/wiki/Message-Format) and send/recieve via a message bus such as RabbitMQ rather than via Websocket/HTTP. The ARI...