UnityRenderStreaming
UnityRenderStreaming copied to clipboard
Streaming server for Unity
### Is your feature request related to a problem? When receiving from multiple Peers, I would like to specify the target to be received for each `StreamReceiverBase`. Currently, it can...
Hi all: I want to send some data with video frame synchronous, like camera position... I found some stuff like Multiplex Video Encoder, But I don't know how to do...
It would be great to be able to control the RenderStreaming resolution and frame rate to adapt to different bandwidth conditions. I noticed CameraSteamer.cs has a `streamingSize` attribute to change...
C# API is not provided for stopping video/audio streaming. There is no other way but to disconnect peers. This is an original request in Unity forum. https://forum.unity.com/threads/unity-render-streaming-introduction-faq.742481/page-16#post-7508039 `StreamSenderBase` and `StreamReceiverBase`...
**Describe the bug** When setting up UI inputs for multiple clients, I found that the mouse input events overlap across web clients. **To Reproduce** Steps to reproduce the behavior: 1....
Hello! I was wondering if the ability to change what codec to encode is supported for unity render streaming? It'll be great to switch between VP8 to VP9 for non-hardware...
it's unuseful when i use 'ChangeVideoParameters' method. because the length of 'sender.GetParameters()'. How can i set RTCRtpSendParameters?
How could I test all workflow latency in Unity Render streaming template? I want to test like these B streaming video to C 1. B encode streaming cost time 2....
**Describe the bug** I am experiencing an issue where a build I have made works on 2 machines, but crashes around 1-3 seconds after starting a stream on 2 other...
How can I set the webrtc config to support aec with the RTCConfiguration class? `RTCConfiguration config = default;` `config.iceServers = new[] { new RTCIceServer { urls = new[] { "stun:stun.l.google.com:19302"...