mirror of
https://github.com/SrIzan10/srizanlive.git
synced 2026-06-05 16:56:55 +00:00
testin'
This commit is contained in:
15
index.html
15
index.html
@@ -1 +1,14 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sr Izan LIVE!</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Sr Izan LIVE (beta)</p>
|
||||
<h1>Channels</h1>
|
||||
<a href="u/srizan.html">Sr Izan (creator)</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sr Izan at Sr Izan LIVE!</title>
|
||||
<link href="http://vjs.zencdn.net/4.2.0/video-js.css" rel="stylesheet">
|
||||
<script src="http://vjs.zencdn.net/4.2.0/video.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<video id="rtmp live test" class="video-js vjs-default-skin" controls
|
||||
preload="auto" width="640" height="264" data-setup='{}'>
|
||||
<source src="rtmp://rtmp.srizan.ml/live/test" type='rtmp/mp4'>
|
||||
<p class="vjs-no-js">
|
||||
To view this video please enable JavaScript, and consider upgrading to a web browser
|
||||
that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
|
||||
</p>
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user