Skip to content

[REQUEST]: Support for 4k and bigger resolutions #1087

@FireDragonGameStudio

Description

@FireDragonGameStudio

Is your feature request related to a problem?

I'm currently implementing cubemap streaming for an immersive spectator mode of my Unity WebRTC package SimpleWebRTC and realized that streaming of Camera and RenderTexture resolutions of 4k and above are currently not possible, due to following workaround:

// Using codec is determined when the Encoder initialization process.

Due to this limitation the streamed cubemap video is always really low-res and pixelated. Is there a plan to remove this limitation and implement the current codec maximum resolution?

Describe the solution you'd like

A way that the limitation of the resolutions are reflected by the selected codec and not forced to be under 4k. This is especially imporant for cubemaps and 360° (stereo) videos.

Describe alternatives you've considered

I tried multiple video streams and stitching them together at the receiving end, but this get's way to complicated and if the videos are not perfectly in sync it's unfortunately not useable.

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions