Peter L Jones

Results 563 comments of Peter L Jones

Hi, There are three builds here https://github.com/jamulussoftware/jamulus/pull/2847#issuecomment-1251376746 Do any of them help? Thanks, -- Peter

Ideally the channel number could be inside `CChannelInfo` (`src/util.h` line 916), populated when the client creates a new channel entry for a server channel - that should allow any consumer...

OK, I've raised a pull request for the fix. The [autobuild artifacts](https://github.com/jamulussoftware/jamulus/actions/runs/2996155101) should be available soon. It would be good to get some testing done -- particularly on fader sort...

Looking at the existing start up code (I've started on a rewrite of how settings are handled), it would currently need a restart of the application to get this working,...

OK, my rewrite of the start up will help, anyway. Currently, reading Settings _requires_ the Client or Server to have been created, which means the Socket has been created and...

Because it would be at platform level, not common across platforms. However, it would need cross-platform support to make it work for even just one. That means future changes could...

There are a number of elements we need to track: - Server internal IP - Server internal Port - Server public IP - Server public Port When the directory is...

I'm still wondering about "punching" the hole in the modem for incoming traffic though. One idea I had (and squashed) was to "self ping" using the public details, from the...