From cf4d7548903400a390e74eae4d30ccf908c05440 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:12:49 -0700 Subject: [PATCH] Dynamically query device H264 max level for WebView device profile Instead of hardcoding H264 level "41" in nativeshell.js, query the actual device max AVC level at runtime via NativeInterface.getCodecCapabilities(). This lets devices that support H264 level 4.2, 5.0, etc. direct-play content that was previously forced to transcode. The profile list (high/main/baseline/constrained baseline) is left hardcoded deliberately: Chromium's