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 29 Next »

Overview

Learn how to open a specific URL on the device where the user will open your App’s Streaming URL.


Here are some device specific Video previews:

Video 1. Desktop Preview

IMG_8583.MP4

Video 2 : Android Preview

IMG_8580.MP4

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

Explanation for Programmers :

To understand some of the terms, 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.

Json Syntax:

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

Example 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 version :
(to be added)

Troubleshooting :

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 replace special characters with the corresponding encoded version. here is a website for that:
https://www.urlencoder.org/

Example URL : (to be added)

Warning 🛑

Test your Unreal App Locally with Epic’s Signalling Server in another device than the one where you re streaming your App in the Browser !

  • If you are testing your App Locally with Epic’s Signalling Server, you should test it in a separate machine other than the one where your Unreal App is running in the Browser.

  • You can test it Locally with Epic’s SS on your Mobile (it has to be a different device)

  • Refer to this document for the Mobile Local Signalling Server test.


Was this article helpful? Comment Below. Let us know your feedback.

Need help? Contact Support

Submit a new request at E3DS support portal.

Requests sent on weekends will not be addressed until the following business day.

  • No labels