desbma

Results 27 comments of desbma

There are also similar projects: * https://github.com/grawity/code/blob/master/misc/treeify packaged in the official Arch repositories as [`treeify`](https://aur.archlinux.org/packages/treeify/) * https://github.com/dzamlo/treeify which also has the `treeify` name, and is in the [AUR](https://aur.archlinux.org/packages/treeify/)

What is your Gotify server configuration, is it listening on `192.168.1.80:8522`?

> Disks: 18x 18TB Seagate Exos X18 SAS 12Gb/s (ST18000NM004J) `hddfancontrol` has only been tested with SATA drives. What is the output of `hdparm -I /dev/sda`?

I don't know either, simply because I don't have any SAS drive to test. That is why the [requirements](https://github.com/desbma/hddfancontrol#prerequisites) states you need at least one SATA drive. The assertion error...

@barichardson can you try the [sas branch](https://github.com/desbma/hddfancontrol/tree/sas)? I have added a fallback to get the model name with smartctl. This will likely fail further when reading power state, but it...

Please test the `sas` branch again on the last commit https://github.com/desbma/hddfancontrol/commit/317de49fa8cfd0a8363aebcd5a49cc80fd460f3a

I have updated/improved my test case to reproduce: https://gist.github.com/desbma/f68e118d5fce578f3159 Here is the test output, with frame data displayed for the `test_captureWithSniff` test that works (using `sniff` instead of `srp`), I...

@jediafr I'm interested in this too, care to elaborate on what you tried exactly? Have you read this page: https://wiki.archlinux.org/index.php/PulseAudio/Examples#PulseAudio_over_network ? How did you read the audio on Android? The...

Running on a Linux PC playing audio (find device number with `pactl list sources`): `ffmpeg -re -f pulse -i DEVICE_NUMBER -c:a libopus -b:a 64k -f rtp rtp://CLIENT_IP:1234` Then saving the...