forked from varia/web-narrowcast
taking out videojs to make the audio stream work
This commit is contained in:
parent
ef1a4cdf66
commit
2bc47b2d4e
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>NARROWCAST</title>
|
<title>NARROWCAST</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" />
|
<!-- <link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" /> -->
|
||||||
<link rel="stylesheet" type="text/css" media="all" href="narrowstyle.css"></link>
|
<link rel="stylesheet" type="text/css" media="all" href="narrowstyle.css"></link>
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
|
||||||
</head>
|
</head>
|
||||||
@ -325,7 +325,8 @@ function dragMoveListener (event) {
|
|||||||
target.setAttribute('data-y', y);
|
target.setAttribute('data-y', y);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script>
|
|
||||||
|
<!-- <script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var player = videojs("#player");
|
var player = videojs("#player");
|
||||||
</script>
|
</script>
|
||||||
@ -350,5 +351,6 @@ function dragMoveListener (event) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user