이것은 2 개의 비디오가있는 코드입니다. 코드는 매우 간단합니다. 웹 브라우저에서는 정상적으로 작동합니다. 나는 인라인으로 연주하기를 원했기 때문에 "playsinline"을 추가했습니다.여러 인라인 비디오를 재생할 수 있습니까
두 개의 동영상을 동시에 재생할 수 있습니까?
<video width="320" height="240" autoplay controls playsinline loop muted id="a">
<source src="https://hay.github.io/test/dog.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="320" height="240" autoplay controls playsinline loop muted id="b">
<source src="https://hay.github.io/test/dog.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
https://jsfiddle.net/7nw5gLmk/
그래서 ios 기기에서 비디오를 인라인으로 재생 하시겠습니까 ??? –