I have one web page (React.js) with video on background.
<video
autoPlay
muted
loop
className="public-layout-video"
src="/video.mp4"
/>
I tested webpage on mobile, tablet, desktop and video is working. But when I run webpage in my Smart TV (Samsung Q80) browser, in the background is black screen and video not playing.
Solve somebody similar issue? I have integration to sentry and I checked logs but no logs found.