Azure / azure-remote-rendering-asset-tool

Azure Remote Rendering Toolkit (ARRT) assists with uploading, converting, and rendering 3D models using the Azure Remote Rendering service.
MIT License
65 stars 16 forks source link

Critical: Connection to ARR rendering session failed: VideoFormatNotAvailable (retrying) #159

Closed jelmerS2 closed 1 year ago

jelmerS2 commented 1 year ago

I'm running the tool via Parallels on a Mac M2. When starting an ARR session, the console shows repeatedly:

jelmerS2 commented 1 year ago

Do I have to purchase the HEVC codec?? https://apps.microsoft.com/detail/9NMZLZ57R3T7?hl=nb-no&gl=NO

MichaelZp0 commented 1 year ago

We do not support Mac officially and actually never tested it in depth. You could try the HEVC codec, but that would also be a longshot. Reading up on it, Parallels adds even more layers between your app and the GPU hardware decoding, so it might be that one driver in the chain does not support the decoding and then it fails.

The error code suggests, that it is definitely a decoder issue. You might have more luck asking Parallels what type of hardware decoding they support and whether you can extend this with some settings/extensions in Parallels. For ARR you would need either H.264 or HEVC (H.265) support.