mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
Add video tag playsinline to enable autoplay in iOS Safari
This commit is contained in:
parent
49e1478150
commit
bb36c08126
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div><video id="stream" autoplay>Your browser doesn't support video</video></div>
|
||||
<div><video id="stream" autoplay playsinline>Your browser doesn't support video</video></div>
|
||||
<div>Status: <span id="status">unknown</span></div>
|
||||
<div><textarea id="text" cols=40 rows=4></textarea></div>
|
||||
<div>Our id is <b id="peer-id">unknown</b></div>
|
||||
|
|
Loading…
Reference in a new issue