LivePlayer.js免費直播、點播播放器如何自適應div寬高集成播放視頻


LivePlayer網頁直播、點播播放器

資源下載:https://www.liveqing.com/docs/download/LivePlayer.html
使用說明:https://www.liveqing.com/docs/manuals/LivePlayer.html

根據DIV寬高自適應顯示播放

<body>
    <div class="dydiv">
        <live-player video-url="http://localhost:10080/vhls/562vgkMZR/562vgkMZR_live.m3u8" aspect="fullscreen">
        </live-player>
    </div>
</body>
<style>
    .dydiv {
        position: relative;
        height:500px;
        width: 400px;
    }
</style>

設置拉伸鋪滿顯示效果

<body>
    <div class="dydiv">
        <live-player video-url="http://localhost:10080/vhls/562vgkMZR/562vgkMZR_live.m3u8" aspect="fullscreen"  stretch="true">
        </live-player>
    </div>
</body>
<style>
    .dydiv {
        position: relative;
        height:500px;
        width: 400px;
    }
</style>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM