changes in nginx config

This commit is contained in:
Andreas Neue 2018-08-01 15:20:37 +02:00
parent 3d7394d0c7
commit 4b93c28e1a
3 changed files with 7 additions and 7 deletions

View file

@ -5,10 +5,10 @@
<script src="https://videojs.github.io/videojs-contrib-hls/node_modules/videojs-contrib-hls/dist/videojs.hls.min.js"></script>
</head>
<body>
<p>Video? Video!</ü>
<p>Video? Video!</p>
<video id=autoplay width="720" height="360" class="video-js vjs-default-skin vjs-big-play-centered" controls>
<source src="http://localhost:8080/live/hello.m3u8" type="application/x-mpegURL">
<source src="http://10.0.30.197:8088/live/hello.m3u8" type="application/x-mpegURL">
</video>