Hello.
I want to play an audio and two videos at the same time on Samsung Tizen TV.
But if the audio starts, the videos will stop, and if I start the videos, the audio will stop.
Example code:
<video src="example1.mp4" muted autoplay></video> <video src="example2.mp4" muted autoplay></video> <audio src="example3.mp3" autoplay></audio>
Only one works at a time.
Is there a setting or any solution to play more than one video and audio at the same time?