Dan McFaul

Results 9 comments of Dan McFaul

I am using the code samples from google here: https://cloud.google.com/storage/docs/streaming#code-samples I have the pre-req auth, etc set up outside of the appsink callback. This section grabs an io.Reader of the...

Not sure if this will help, but I ran into the same issue today and it was because I was signing the lighthouse cert with an incorrect ip, need to...

Attached, thanks! [logs.txt](https://github.com/traefik/traefik/files/7982498/logs.txt)

I'm starting to suspect this may be an issue on the serverless connection set up between a cloud run function and gcp memorystore redis; even though I'm not seeing any...

I finally tracked this down and wanted to update for anyone else who stumbles on this thread. Dynamic configs for redis use this package https://github.com/kvtools/valkeyrie which requires that keyspace notifications...

I tested this setup on 1.7.2 today and I'm unable to even get a relay tunnel to establish at all with this setup. I also tested by simulating 80% packet...

I'm curious what the difference is between the onTrack and onTrackEvent? What if I have to use nat1to1 ?

> Any new developments on this? Right now it conflicts with main I have moved on to a different (private) fork with additional features. It doesn't seem like this will...

for cicd you can use this repo to make things simpler: https://github.com/livekit/deploy-action I have not yet implemented delete there yet though, so added the silent flag for delete in https://github.com/livekit/livekit-cli/pull/723