How to configure Streaming on Starbound

starboundstreaming

In Starbound, when you click on F6 you can open a menu to start a streming on Twitch.

enter image description here

And how it says, you have to configure the "streamingvideo.config" file. This file contains this code inside:

{
  "startAtLoad" : false,
  "kind" : "twitch",
  "targetFps" : 30,
  "verticalFlip" : true,
  "caCertPath" : ".\\curl-ca-bundle.crt",
  "dllLoadPath" : ".",
  "username" : "",
  "password" : "",
  "audioEnabled" : true,
  "tracing" : false,
  "traceFile" : ".\\twitch.log",
  "refreshTimer" : 30.0
}

But i don't know how to configure it. the "only" fields that I changed are "username" and "password" that I put my account on twitch.

Then I push the Start button, but doesn't works given the error that can be seen on image.

How can I Configure it to make it work?

Best Answer

The in-game streaming option are being developed at the current stage of the game. However, programs such as OBS (Open Broadcaster Software) are effective for recording such things quite well, with a much wider assortment of options.