UnityRenderStreaming
UnityRenderStreaming copied to clipboard
[REQUEST]: Change video streaming parameters like FPS using command line arguments
Hello, I think the following optimization will be better. When starting the program, use the command line to specify information such as resolution and signaling server address, and the ice information is transmitted through websocket. Looking forward to your reply.
@hellojian Hi, we are developing the commandline arguments support right now. https://github.com/Unity-Technologies/UnityRenderStreaming/blob/main/com.unity.renderstreaming/Documentation~/commandline-option.md
The first release for supporting commandline options will be released soon. This release haven't support specifing video resolution with commandline argument yet, but we can add it next release.
Great, when will it be released? Looking forward to supporting more parameter configurations, such as FPS, etc.
@hellojian The first release would be released in this week.
memo: URS-606