Skip to main content
Skip table of contents

Embed Streaming within HTML Webpage

In this tutorial we will guide you how you can embed streaming within your webpage. Follow the steps below:

Step 1. Select the app which you want to embed with your webpage.

image-20250722-172507.png

Figure 1. Select the App

Step 2. Select a config.

image-20250722-172540.png

Figure 2. Select a Config

Step 3. Copy Streaming iFrame Script.

image-20250722-172558.png

Figure 3. Copy iFrame Script

Step 4. Now open any html editor and create a folder.

image-20241031-044540.png

Figure 4. Create a Folder

Step 5. Create “index.html” file inside the folder.

image-20241031-044645.png

Figure 5. Create index.html File

Step 6. Copy the code below and paste it inside index.html.

CODE
<html>
    <head>
        <title>Demo</title>
    </head>

    <body>
        <div>
           //paste the copied iFrame Script here
        </div>
    </body>
</html>

image-20241031-052411.png

Figure 6. index.html File

Step 7. Now paste the copied iFrame script inside the <div> below.

image-20250722-172910.png

Figure 7. Paste the iFrame Script

Step 8. Run the page locally

image-20250722-173056.png

Figure 8. Run the page locally

To learn how to communicate between Unreal app and the iFrame, follow this documentation:

Communication Between Unreal App and iFrame

To learn how to embed streaming within a React Webpage, follow this documentation:

Embed Streaming within React Webpage


Need help?

🛠️ Contact our Support Team

💬 Join the Community on Discord

🆓 Get Started for free

 

Follow us on:

Facebook | GitHub | LinkedIn | YouTube

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.