UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

Streaming server for Unity

Results 139 UnityRenderStreaming issues
Sort by recently updated
recently updated
newest added

When Unity, webserver.exe, and Chrome are on the same private network, they work well。 I deployed webserver.exe to public network, Unity 、Chrome in same private network, work well。 but if...

bug
issued

Can I configure this project to use Kurento Media Server?

question
issued

I am trying to receive webcam input from the browser and send screen capture from unity. When using the bidirectional example the screen record of unity shows for a couple...

bug
issued

The `HttpWebRequest` operations in `HttpSignaling` are all synchronous, meaning they will lock the current thread until completed. Currently, `HttpSignaling` is only partially threaded. `HTTPPooling()` runs in a separate thread, but...

enhancement
issued

Currently, in `HttpSignaling`, the `keepAlive` property for all web requests is set to false. When connecting from Render Streaming to a custom web server, if the server respects the `keepAlive`...

enhancement
issued

We are experiencing a hang in our repo where we are building API Validation assemblies in which we take your latest promoted package `[email protected]` (not happening with `3.1.0-exp.3`). The script...

### Package version 3.1.0-exp.4 ### Environment ```markdown * OS: Windows 11 * Unity version: 2021.3.10 * Graphics API: DirectX11 * Browser: Chrome 106 ``` ### Steps To Reproduce I ran...

bug

### Package version 3.1.0-exp.3 ### Environment ```markdown * OS:Windows10 * Unity version:Unity 2020.3.29 * Graphics API:DirectX11 * Browser: Google Chrome Version 97 ``` ### Steps To Reproduce The Multiplay sample...

bug

### Package version 3.1.0-exp.4 ### Environment ```markdown * OS:Ubuntu 20.04 * Unity version: 2021.3.5f1c1 Personal * Graphics API: OpenGLCore * Browser: chrome 102.0.5005.63 Graphic device: GeForce RTX 3090 CUDA SDK:...

bug
issued

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies