-
-
02 Apr 2021 19:43:37 UTC
- Distribution: Net-Protocol-OBSRemote
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (194 / 0 / 3)
- Kwalitee
Bus factor: 1- 13.40% Coverage
- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (14.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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-2021 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Net::Protocol::OBSRemote, copy and paste the appropriate command in to your terminal.
cpanm Net::Protocol::OBSRemote
perl -MCPAN -e shell install Net::Protocol::OBSRemote
For more information on module installation, please visit the detailed CPAN module installation guide.