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 »

Add dynamic Launch parameters to our project by adding “?exeLunchArgs=” after the URL and then the parameter we want, ex -Project=TestProject

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/demo?exeLunchArgs=-Project=TestProject

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/demo?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

To override the above option in config you can do this

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfig?&showbrowserMouse=0

You can merge both option override here:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfig?&showbrowserMouse=0&exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

or

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfig?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com&showbrowserMouse=0

Also note:

notice the space in between these two variables:  "-id=4 -var2=666"

We will expose many other parameters that will allow you to override most of the settings in the config at runtime.

These final URLs also works in iframe

  • No labels