Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Information on how to generate Generate a Token for your Account from the Old Control Panel.

...

atlassian-panelIcon
Info
:info:
bgColor#E6FCFF

The Token will expire right after the time you set in this Token Generator page.

Prerequisites

Info

For this document, you need :

  1. Access to the Control Panel ;

  2. A user Account.

Instructions

Step 1. Login to the Control Panel

Click here to login.

Step 2. Click Account

...

Step 3. Go to Developer Options

...

Instructions

  1. Access the Account page manually from the following link:https://account.eagle3dstreaming.com/

  2. Navigate to Developer Options.

...

  1. Select Streaming Session Token Generator

...

...

 4. Paste the Json Object in the appropriate field

...

panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

Note : A Json Object is a structure holding an unordered set of name/value pairs. In a Json file, it is represented by everything between curly braces {}.

...

Example of a JSON Object pasted in the image below :

Info

{
"username": "EpicGamer123",
"email": "epicgamer123@example.com",
"level": 35,
"is_premium": true,
"inventory": {
"weapons": ["sword", "bow", "staff"],
"armor": ["helmet", "chestplate", "leggings"],
"consumables": ["health potion", "mana potion"]
},
"achievements": {
"completed_levels": [1, 3, 5, 7, 10],
"defeated_bosses": ["Dragon", "Dark Lord", "Giant Spider"]
},
"last_login": "2024-05-15T18:30:00Z",
"settings": {
"sound_volume": 80,
"graphics_quality": "high",
"language": "English"
}
}

...

  1. Set the Expiry Minutes of your Token in the appropriate field

...

    ...

    1. Click Generate Token

    ...

      ...

      1. Click Copy Token

      ...

      Issue ❌ 🚫

      ::
      Panel
      panelIconIdatlassian-info
      panelIcon
      Info
      bgColor#F4F5F7

      Embedding Streaming into a Webpage with no iFrame solution but always getting “a Token has been used” error. Can you reuse it?

      ...

      Answer 🔧

      ...

      atlassian-panelIcon
      Info
      :info:
      bgColor#F4F5F7

      The moment the page sends the token to the server, it becomes invalid to use the 2nd time so you cannot use it.

      Also there is a time limit on each token. the System will automatically expire unused token after the specific time period.

      Find here how to automatically generate tokens under method 2 in this document. (Repo : https://github.com/e3ds/full-html-control/tree/html/ejs )

      ...

      ...

      Need help? Contact Support

      Submit a new request at E3DS support portal.

      ...