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 10 Current »

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

  1. iframe

  2. No iframe

1. Stream integration using iframe

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 embed the streaming URL as the src of the iframe to integrate Pixel Streaming into your website.
Here are the options available for you to add pixel streaming to your website through iframe:

  1. HTML. Refer to this document.

  2. ReactJS. Refer to this document.

  3. Wordpress. Refer to this document.

2. Stream integration using a no-iframe solution

The no-iframe solution offers greater control over HTML elements compared to using an iframe.

We currently have three options for integrating the no-iframe solution into your website:

  1. HTML/ejs. Refer to this document.

  2. ReactJS. Refer to this document.

  3. AngularJS. Refer to this document.

We currently support these frameworks. If you want to implement the no iframe solution 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.


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