UnityRenderStreaming
UnityRenderStreaming copied to clipboard
Streaming server for Unity
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...
Can I configure this project to use Kurento Media Server?
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...
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...
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`...
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...
### 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...
### 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:...
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...