webosbrew / hyperion-webos

hyperion.ng video grabber for webOS
MIT License
144 stars 27 forks source link

Add local unix socket support #86

Closed sundermann closed 1 year ago

sundermann commented 2 years ago

Local unix socket support was added in HyperHDR in https://github.com/awawa-dev/HyperHDR/commit/1100093068196a53eff5f856f0eaaf8e43ca229f

Local unix sockets are automatically used when the hostname is set to "/tmp/hyperhdr-domain" which is hardcoded in HyperHDR. On my TV local sockets are around 20-30% faster.

TBSniller commented 1 year ago

Hey there,

thanks again for contribution! We have mergend unicapture branch to main. Could you please update your PR to also merge it into main?

Thanks!

sundermann commented 1 year ago

Anything missing on this PR?

tuxuser commented 1 year ago

Testing it currently

tuxuser commented 1 year ago

Yup, works fine. Please cleanly rebase against main and correct the linting, then we should be good to go. cheers

TBSniller commented 1 year ago

Thanks!