Versions Compared

Key

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

This is a forked and tweaked version of streaming Ui-Minimal initialization of pixel streaming to a webpage Embed streaming into a webpage ( no iframe solution ) for a streaming ui implementation using react library.
Method 2 of this document can be used without changing the source code of the target application. By simply using the server provided in this doc, we can achieve single use token system.

...

First, I made sure that this URL works and streams without any issues: https://connector_streaminguitest.eaglepixelstreamingeagle3dstreaming.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_streaminguitest.eaglepixelstreamingeagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo.

Code Block
{
    "core": {
        "domain": "connector_streaminguitest.eaglepixelstreamingeagle3dstreaming.com",
        "userName": "demo",
        "appName": "E3DSFeaturesTemplate",
        "configurationName": "E3DS-Iframe-Demo"
    }
}

...