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

We have two methods for integrating Pixel streaming into a website:

  1. iframe

  2. Streaming UI

Method 1 : iframe based implementation

The <iframe> tag specifies an inline frame.

An inline frame is used to embed another document within the current HTML document.

<iframe
  allow="camera;microphone"
  style="visibility: hidden"
  id="iframe_1"
  src="https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-iframe-Demo"
  width="100%"
  height="100%"
  allowfullscreen
>
</iframe>

You can add the streaming URL as src of the iframe to use pixel streaming inside your website.
Here are the options you have to add pixel streaming to your website through iframe:

  1. HTML - https://eagle3dstreaming.atlassian.net/l/cp/8oqjm1fh

  2. ReactJS - Communicate with your App from iframe - React

Method 2 : no-iframe solution (Streaming UI):

Streaming UI allows you more control over the HTML elements than using iframe. Currently, we have three options for integrating streaming UI into your website:

  1. HTML/ejs - https://eagle3dstreaming.atlassian.net/wiki/spaces/docs/pages/edit-v2/222593025

  2. ReactJS - Minimal initialization of pixel streaming to a react app

  3. AngularJS - Minimal initialization of pixel streaming to a angular app

Note:

We currently support these frameworks. If you want to implement streaming UI in a different framework, you will need someone with knowledge of one of the frameworks that we support and also the framework that you want to use.

  • No labels