Navigation
BlueprintAPI > BlueprintAPI/PixelStreaming
Send a specified byte array over the WebRTC peer connection data channel. The extension and mime type are used for file reconstruction on the front end
Target is Pixel Streaming Blueprints
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Streamer Id | The streamer use when sending the data |
| byte | Byte Array | The raw data that will be sent over the data channel |
| string | Mime Type | The mime type of the file. Used for reconstruction on the front end |
| string | File Extension | The file extension. Used for file reconstruction on the front end |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |