forked from lapikud/lapikud.github.io
Merge pull request #55 from Lapikud/feature/21
Use Master nginx proxy for streams
This commit is contained in:
12
striim.html
12
striim.html
@@ -7,16 +7,16 @@ layout: default
|
|||||||
</section>
|
</section>
|
||||||
<section class="stream">
|
<section class="stream">
|
||||||
<div style="display:flex; flex-wrap:wrap;">
|
<div style="display:flex; flex-wrap:wrap;">
|
||||||
<a href="http://kontor.lapikud.ee:8888/?action=stream" class="video">
|
<a href="https://kontor.lapikud.ee/stream0/3" class="video">
|
||||||
<img src="http://kontor.lapikud.ee:8887/?action=stream" alt="video0" style="width:100%;"/>
|
<img src="https://kontor.lapikud.ee/stream0/2" alt="video0" style="width:100%;"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="http://kontor.lapikud.ee:9999/?action=stream" class="video">
|
<a href="https://kontor.lapikud.ee/stream0/5" class="video">
|
||||||
<img src="http://kontor.lapikud.ee:9998/?action=stream" alt="video1" style="width:100%;"/>
|
<img src="https://kontor.lapikud.ee/stream0/4" alt="video1" style="width:100%;"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="http://kontor.lapikud.ee:7777/?action=stream" class="video">
|
<a href="https://kontor.lapikud.ee/stream0/1" class="video">
|
||||||
<img src="http://kontor.lapikud.ee:7776/?action=stream" alt="video2" style="width:100%;"/>
|
<img src="https://kontor.lapikud.ee/stream0/0" alt="video2" style="width:100%;"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ body {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<p id=kell style="color:white;font-size:600%;text-align:center;padding:0;margin:0;"></p>
|
<p id=kell style="color:white;font-size:600%;text-align:center;padding:0;margin:0;"></p>
|
||||||
<img style="cursor:none;width:100%;" src="http://kontor.lapikud.ee:9999/?action=stream" alt="video0"/>
|
<img style="cursor:none;width:100%;" src="https://kontor.lapikud.ee/stream0/3" alt="video0"/>
|
||||||
<script>
|
<script>
|
||||||
setInterval(function(){
|
setInterval(function(){
|
||||||
var d = new Date();
|
var d = new Date();
|
||||||
|
|||||||
Reference in New Issue
Block a user