mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix: html5 video tag resolution adaptive. (#2128)
This commit is contained in:
parent
248085edfe
commit
3c14a96bdd
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
|
||||
<label></label>
|
||||
<video id="rtc_media_player" controls autoplay></video>
|
||||
<video id="rtc_media_player" width="100%" controls autoplay></video>
|
||||
|
||||
<label></label>
|
||||
SessionID: <span id='sessionid'></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue