Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
cts.eemo.co.kr
/
public_html
/
src
/
web
/
view
/
test
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/cts.eemo.co.kr/public_html/src/web/view/test/cctv.php
<?php use CTS\CTS; ?> <link href="https://unpkg.com/video.js/dist/video-js.css" rel="stylesheet"> <script src="https://unpkg.com/video.js/dist/video.js"></script> <table class="border"> <tr> <td>비디오라이브러리 사용 </td> <td>기본 비디오 태크사용 </td> </tr> <tr> <td> <video playsinline autoplay id="example_video_1" class="video-js vjs-default-skin vjs-16-9" preload="auto" muted data-setup='{}' style="width:500px;height:300px"> <source src="http://110.93.133.72:1935/live/10.0.130.1.stream/playlist.m3u8" type="application/x-mpegURL"> </video> </td> <td> <video id="example_video_2" autoplay style="width:500px;height:300px"> <source src="http://110.93.133.72:1935/live/10.0.130.1.stream/playlist.m3u8"> </video> </td> </tr> <table> <script>