Zach Bean
Zach Bean
Thanks for the pointers to the Arch drivers; I'll update the script to look for them. For the docker runtime stuff, it turns out there's actually 2 ways to run...
I think this version is pretty much ready to go. I've refactored `run-gow` a bit for readability, and added some comments for future people working on it. I also added...
I would really like to see this get merged :-) I'm available to help testing the "no sinks on launch" case if it helps.
Per @ABeltramo's request, I've tested this branch on my setup with no sinks, and it works perfectly. As expected, I see this in the logs when I connect: ``` gow-sunshine-1...
Yes, I know that, I'm helping debug so we can merge that PR. When I try to run, it segfaults. @ABeltramo asked me to file a ticket here, so I...
I'm slowly remembering how to use GDB... The issue appears to be that `server_info->default_sink_name` is null, so when line 400 tries to assign it to the `std::string`, it crashes. ```...
I think the issue boils down to the fact that my PulseAudio server is _also_ containerized (I'm on unRAID which doesn't have any GUI or audio support by default). So,...
Hmm, `@DEFAULT_SINK@` doesn't seem to be getting replaced on my build. In any case, I still think it's a good idea to have a null check around https://github.com/SunshineStream/Sunshine/blob/70ae7a2fa9b33173eb949c86ec42a96e7b9e8c25/sunshine/platform/linux/audio.cpp#L400 since the...
Bump. #372 fixes this, which I expect will be reviewed (and hopefully merged) as soon as someone gets around to it :grin: I am, of course, always happy to help...
@nathan-osman Is this something you'd consider taking a pull request for? I also had need of this functionality, so I put something together over here: https://github.com/zb140/go-acl/tree/get-access-mode.