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

How Microphone data are consumed in your Unreal app.

UE Instructions

In your Unreal Engine project, complete the following steps:

1. Enable the Pixel Streaming Plugin

Refer to this document to enable the Pixel Streaming Plugin in your UE Project.

2. Add the 'Pixel Streaming Audio' component to the Blueprint responsible for handling audio input

Note: PixelStreamingAudio is needed to transfer the Audio Input from the Browser side to the Pixel Streaming Application. It is by default automatically activated when the actor is added to the game.

Enabling the UE app to listen to Mic Input

It is a simple setup which involves implementing a small Blueprint script in the project. To enable the application to listen to microphone input, several steps should be completed:

  1. Enable the Pixel Streaming Plugin.

  2. Go to player controller or character blueprint.

  3. On Begin Play node, add get pixel streaming delegates node.

  4. From its return value, get the bind event on new connection node.

  1. Make a new Blueprint actor and add a Pixel Streaming Audio Component to it.

  2. Create a Listen To node.

  3. Grab that Audio Component and connect it to the new ‘Listen To’ node.

  1. Create a custom event.

  2. Make the ‘Player to Listen to’ an Input of that custom event.

  1. Return to the main Player Controller or Character Blueprint where you bound the event on new connection in Step 4.

  2. On the Event On New Connection, use the Spawn Actor from Class node.

  3. Select the newly created actor in the Class input.

  4. After spawning, call the Custom Event that was previously created.

  1. Package your app. Refer to this document.

  2. Upload your app in the Old Control Panel. Refer to this document.

  3. Play your app. When the app starts, the Audio Broadcasting will work.

Note: You will hear your microphone input as the application's output, confirming that the system is functioning correctly.

Now you know how to get your pixel streaming Audio input!

Troubleshooting your App while testing for Microphone

If you can’t hear any output from the app:

  1. Please verify that you are using the correct Microphone in your system settings.

  2. Make sure your Browser has Microphone access. (Refer to this document to allow access).


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