Dan Jenkins

Results 53 issues of Dan Jenkins

Instead of accessing the same services and charcteristics over and over - put these references in the constructor and reference them there

I always start out with the generator and I always have to fill in the onload functions I'm guessing this would be useful to other people too Otherwise you just...

After finally getting things compiling.... It won't find appsrc etc... ``` 0:00:03.567196000 60583 0x15460be40 WARN GST_ELEMENT_FACTORY gstelementfactory.c:701:gst_element_factory_make_with_properties: no such element factory "appsrc"! 0:00:03.567229000 60583 0x15460be40 ERROR GST_PIPELINE gst/parse/grammar.y:851:priv_gst_parse_yyparse: no element...

closes #46 Large support for GstDeviceMonitor Tiny support for GstDeviceProvider & GstDeviceProviderFactory

So that we can list devices gstreamer has access to

I've offered up CFLAGS and LDFLAGS for how to find the `CoreFoundation` framework but while it's processing the file given in `Includes` in the `GENERATOR` section...it fails to find the...

I need to pass in different include paths for different OS's The c++ sdk I'm looking at has different include directories for mac, linux and windows... trying to figure out...

* Added an example Dockerfile using Multistage build * Added in Modify & Notify methods so that you can now handle transfers/renegotiations * Moved to using async/await purely because it...

What would be involved with supporting waveshare-rp2040-eth? Tinygo already supports the waveshare-rp2040-zero. https://www.waveshare.com/rp2040-eth.htm Is it basically a waveshare-rp2040-zero with a ethernet port and therefore requires ethernet drivers?

enhancement
rp2040

With more and more applications requiring different forms of audio management; it's becoming more and more common to need to change parameters on the `RTCAudioSession.sharedInstance()`; this requires writing native code...

enhancement
feature-request
confirmed
needs-research