...
For this tutorial you must use this cp for now:
https://cp_streaminguitestcontrolpanel.eaglepixelstreamingeagle3dstreaming.com/
This document describes guidelines on how to use the E3DS core library for a frontend application to stream a UE app inside the web application. For making the system work one must have an account in the E3DS platform, upload a UE app, and create a configuration in the control panel.
...
First, I made sure that this URL works and streams without any issues: https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo.
...
If we can construct a payload object for token generation based on that URL, then it will be like this: https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo.
Code Block |
---|
{ "core": { "domain": "connector.eagle3dstreaming.com", "userName": "demo", "appName": "E3DSFeaturesTemplate", "configurationName": "E3DS-Iframe-Demo" } } |
...