Versions Compared

Key

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

Short Description:
Video previewBy going thorugh this doc you will learn how to open a specific url on the device where user will open your apps’s streaming url .


Here is some device specifric Video previews:

IMG_8580.MP4

IMG_8583.MP4

Demo Try the feature from this demo url:
https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo?exeLunchArgs=-boothno=2


Explaination for Programmer :

Info

TO To underatnd some of the termns take a look at the document below covering , how to send a pixel streaming command to E3DS System:
How to send a Pixel Streaming Response

Step1:
To Open a URL on the user's side, you have to pass the URL of the website from the unreal app to the browser side through the JSON object.

Step2:
Our browser-side system will collect that URL from JSON object and open a new Tab in the user's browser with the given URL.

Info

Please note that in some URL there could be special signs which won’t be compatible with this.

Json Syntax:

{"cmd":"launchUrl","value":"Put URL Here"}

Example Descriptor Json to send from unreal app to browser :
{"cmd":"launchUrl","value":"http://www.eagle3dstreaming.com/ "}

Blueprint from example project:

https://bitbucket.org/Eagle3DStreaming/e3dsfeaturestemplate/src/master/Content/Blueprint/PixelStreamingBP/OpenURL.uasset

Blueprint text verison :
(to be added)

Troubleshooting :

Info

Please note that in some URL there could be special signs which won’t be compatible with this. For that you have to encode the url to repalce spacial character with correspnding encoded version. here is a website for that:
https://www.urlencoder.org/

Exmaple url : (to be added)

Need help? Contact Support

...