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

Version 1 Next »

This document demonstrates the way to get the Download URL of your Local File from your Pixel Streaming Unreal App.

DemoLink:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo?exeLunchArgs=-boothno=26

Demo Video:

DownloadURL.mp4

Blueprint Code:

In order to make this work, there is a pixel streaming response command that the user needs to send.

{"cmd":"getDownloadUrlOfLocalFile","fileToDownload":" (Path to Local File with extension) "}

The Complete path Example will be something like:

{"cmd":"getDownloadUrlOfLocalFile","fileToDownload":"C:\Unreal\Content\image.png"}

For demonstration in this document this code is added to a widget blueprint and being executed on Event Construct:

image-20240220-154015.png

Then the BindEventOnInputEvent,

image-20240220-162144.png

You can open this URL by running another pixel stream command.

{"cmd":"lunchUrl","value":"(URL to Open)"}
image-20240220-164642.png

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.