The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Protocol::OBSRemote - event-loop agnostic protocol to control OBS via the WebSocket plugin

SYNOPSIS

    my $protocol = Net::Protocol::OBSRemote->new();
    my $message = $protocol->GetVersion();

    my $result = $obs_connection->send_message( $message );

See Mojo::OBS::Client for a Mojolicious implementation. This module merely abstracts constructing the messages.

SEE ALSO

https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md

->SetCurrentScene $sceneName

Sets the current broadcast scene

->GetPreviewScene

Gets the current preview scene

->SetPreviewScene $sceneName

Sets the current preview scene

REPOSITORY

The public repository of this module is https://github.com/Corion/Net-Protocol-OBSRemote.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the Github bug queue at https://github.com/Corion/Net-Protocol-OBSRemote/issues

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2021-2023 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.