Eagle 3D Streaming

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

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

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

Prerequisites

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

 

image-20240516-081857 (1).png

Step 3. Go to Developer Options

image-20240516-082045 (1).png

Step 4. Select Streaming Session Token Generator

image-20240516-082644 (1).png

 Step 5. Paste the Json Object in the appropriate field

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 {}.

Refer to this Unreal Engine C++ API Reference Tutorial on JSON Object Functions https://docs.unrealengine.com/4.27/en-US/API/Runtime/Json/Dom/FJsonObject/

Example of a JSON Object pasted in the image below :

{
"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"
}
}

image-20240516-092053 (1).png

Step 6. Set the Expiry Minutes of your Token in the appropriate field

image-20240516-092210 (1).png

Step 7. Click Generate Token

image-20240516-092705.png

Step 8. Click Copy Token

image-20240516-092747 (1).png

Issue ❌ 🚫

Embedding Streaming into a Webpage with no iFrame solution but always get “a Token has been used” error.

I can't reuse it?

Refer to this document to embed the streaming into a webpage without iframe.

Answer 🔧

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 )


Was this article helpful? Let us know your feedback.

Need help? Contact Support

If you still need help, contact support to get your issue resolved quickly.

Submit a new request at E3DS support portal or send an Email at support@eagle3dstreaming.com.

Seek advice. Connect with others. Share your experiences. Join our lively E3DS Community Forum today.

  • No labels