📹Streaming Settings

To project a broadcast from the studio to the TV, check the configuration here.


1 - Create a DolbyStream account

  • First, go to DolbyStream to create a personal account and fill in the required information.

  • Select “Streaming” in the question below when saving progress!

2 - Accessing your token information

  • Go to the live broadcast menu.

  • Let's log in by clicking on “Dolby.io - Demo token” which is automatically generated for trial purposes

  • In the section that opens, under the “Publish Token” heading, find the “Account ID” section and copy the value there.

  • Find the studio in the ConfigSv.StreamingAuths table with the ID we copied and enter it between the quotes on the right side of the equals sign opposite theaccoundId” variable.

    • Example:

      ConfigSv.StreamingAuths = {
          ["green_studio"] = {
              ["accountId"] = "YOUR_ACCOUNT_ID_HERE",
              ["streamName"] = "",
          },
      }
  • Then navigate to the “Token Streams” field on the website and copy your stream name below. This is usually called by default with “myStreamName”.

  • Enter the Stream Name you copied back into the “streamName” variable in the ConfigSv.StreamingAuths table inside the quotes to the right of the equals.

    • ConfigSv.StreamingAuths = {
          ["green_studio"] = {
              ["accountId"] = "YOUR_ACCOUNT_ID_HERE",
              ["streamName"] = "YOUR_STREAM_NAME_HERE",
          },
      

3 - OBS Broadcast integration

After downloading the OBS Program, follow the steps below.

  • Open the active Token in the DolbyStreaming Panel and go to the “Publishing” tab.

  • Scroll down and find the “RTMP publish path” header and copy the URL below it.

  • A little further down, look for the heading “RTMP multibitrate” and copy the values below the quality that suits you.

  • Open the Settings tab

  • Go to the Broadcast tab and select “Service” and at the top select “Custom”.

  • Enter your “RTMP publish path” address where it is left blank in the Server section.

    Enter the “RTMP multibitrate” address you copied into the blank space in the Stream Key section.


About Dolby Streaming Services

The service we use provides the servers and intermediary networks required for a live streaming platform. This is why there are some limits to streaming for free accounts. They are as follows.

This situation equals this. When the total number of viewers of broadcasts started in more than one studio reaches 20, more people may not be able to watch the broadcasts on TV.

When your 50GB monthly quota is full, you may not be able to start a broadcast and you may encounter some errors.

Because of this situation, it may actually be a bit valuable to reflect this system on television.

Last updated