Difference between revisions of "Open Broadcaster Software Integration"

From ISBoxer
Jump to: navigation, search
Line 1: Line 1:
[[File:OBSRemote - Ready.png|thumb|right|This in-game OBSRemote window is ready for streaming control.]]
+
[[File:OBSRemote - Ready.png|thumb|right|251px|This in-game OBSRemote window is ready for streaming control.]]
 
As an alternative to streaming with [[Twitch_Streaming_Integration|ISXTwitch]], [https://obsproject.com/ Open Broadcaster Software] (OBS) control is now available via '''ISXOBSRemote'''. ISXOBSRemote requires the [http://www.obsremote.com/ OBSRemote] plugin for OBS.
 
As an alternative to streaming with [[Twitch_Streaming_Integration|ISXTwitch]], [https://obsproject.com/ Open Broadcaster Software] (OBS) control is now available via '''ISXOBSRemote'''. ISXOBSRemote requires the [http://www.obsremote.com/ OBSRemote] plugin for OBS.
  

Revision as of 14:17, 29 April 2014

This in-game OBSRemote window is ready for streaming control.

As an alternative to streaming with ISXTwitch, Open Broadcaster Software (OBS) control is now available via ISXOBSRemote. ISXOBSRemote requires the OBSRemote plugin for OBS.

Installation

Download and install to your Inner Space folder (should be selected by default by the installer)

Integration with ISBoxer.com site

The page at http://isboxer.com/multiboxing/streams tracks streamers who use ISXTwitch or ISXOBSRemote to initiate streaming. To take advantage of this functionality with ISXOBSRemote, you must enter your Lavish Software Affiliate Site Key (found at https://www.lavishsoft.com/account) and your Twitch channel name into InnerSpace/Scripts/TwitchStreamInfo.XML. A sample file with the correct format is provided for you as InnerSpace/Scripts/TwitchStreamInfo.Empty.XML.

Here's what to do...
  1. Open the InnerSpace/Scripts folder
  2. Copy or rename the TwitchStreamInfo.Empty.XML file to TwitchStreamInfo.XML
  3. Run Notepad as Administrator so you will have permission to edit the file -- this may require right clicking Notepad in the Start menu to select Run as Administrator -- and open TwitchStreamInfo.XML
  4. Replace the value provided for the LavishKey setting with your key from https://www.lavishsoft.com/account. Note that, as described on the Lavish Software page, changing your password at lavishsoft.com will reset the key.
  5. Replace the value provided for the TwitchUser setting with your Twitch channel name.
  6. Save the TwitchStreamInfo.XML file
Original file contents...
<?xml version="1.0" encoding="utf-8"?>
<InnerSpaceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Setting Name="LavishKey">visit https://www.lavishsoft.com/account to get your lavishsoft.com Affiliate Site Key</Setting>
  <Setting Name="TwitchUser">TWITCH_USER_NAME</Setting>
</InnerSpaceSettings>
Filled in data, if your Lavish Software Affiliate Site key is "USERNAME-1234567890abcdef" and Twitch channel name "MyTwitchChannel"
<?xml version="1.0" encoding="utf-8"?>
<InnerSpaceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Setting Name="LavishKey">USERNAME-1234567890abcdef</Setting>
  <Setting Name="TwitchUser">MyTwitchChannel</Setting>
</InnerSpaceSettings>

Usage after install

Without ISBoxer integration

ISBoxer does not yet provide ISXOBSRemote integration, but this will be implemented in the near future. For now, a few extra steps are required.

  1. Configure an In-game Inner Space console Hotkey in your ISBoxer Character Set
  2. In game, in the game instance you want to control streaming from, open the in-game Inner Space console with your Hotkey
  3. Type in "run obsremote" with no quotes and press enter
  4. An OBSRemote window will pop up, with a button to Connect to your Open Broadcaster Software. Click Connect if you have Open Broadcaster Software running, with the OBSRemote plugin enabled
  5. If OBSRemote has a password configured, a Password entry box will show up next. Enter your password and click Login to complete the process of connecting.
  6. When OBSRemote is successfully connected, the window will have a scene selection drop-down box, a Preview check box, and a Start/Stop button. Hopefully use of these controls is self-explanatory.
  7. If you have configured TwitchStreamInfo.XML for ISBoxer.com integration, then after Starting your stream with the Start button, check the ISBoxer.com Streams page to verify that your stream is recognized!
Tip
You can minimize or close the in-game OBSRemote window after starting your stream!

See Also