http://qs321.pair.com?node_id=11138433


in reply to Connecting OBS to my home automation network

Thank you for posting this!

I've also done this and released Mojo::OBS::Client (and Net::Protocol::OBSRemote), and also GPW::OBS::Client to automate recording the (streamed) talks of the German Perl Workshop in 2020.

  • Comment on Re: Connecting OBS to my home automation network

Replies are listed 'Best First'.
Re^2: Connecting OBS to my home automation network
by cavac (Parson) on Nov 05, 2021 at 11:07 UTC

    I think i programmed most of the stuff in 2019, but i never bothered to make a proper module out of it or even document it.

    Thanks, Corion, for putting in the additional work of making proper dists for talking to OBS.

    perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'