parent
b57cc0bfb5
commit
feb6f5a5ef
4 changed files with 40 additions and 32 deletions
@ -0,0 +1,6 @@ |
|||||||
|
.stream { |
||||||
|
.video { |
||||||
|
padding: 5px; |
||||||
|
flex: 1 1 320px; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,33 @@ |
|||||||
|
--- |
||||||
|
layout: default |
||||||
|
--- |
||||||
|
|
||||||
|
<section class="container stream"> |
||||||
|
<h1>Striim</h1> |
||||||
|
<div style="display:flex; flex-wrap:wrap;"> |
||||||
|
<a href="http://193.40.243.200:8888/striim.html?action=stream" class="video"> |
||||||
|
<img src="http://193.40.243.200:8887/striim.html?action=stream" alt="video0" style="width:100%;"/> |
||||||
|
</a> |
||||||
|
|
||||||
|
<a href="http://193.40.243.200:9999/striim.html?action=stream" class="video"> |
||||||
|
<img src="http://193.40.243.200:9998/striim.html?action=stream" alt="video1" style="width:100%;"/> |
||||||
|
</a> |
||||||
|
|
||||||
|
<a href="http://193.40.243.200:7777/striim.html?action=stream" class="video"> |
||||||
|
<img src="http://193.40.243.200:7776/striim.html?action=stream" alt="video2" style="width:100%;"/> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div style="display: flex;align-items: center; text-align: center; margin: 0 auto; flex-direction: column"> |
||||||
|
<p> |
||||||
|
<a href="http://kahtlane.eu/">Kahtlane FM</a> vaikuse peletamiseks: |
||||||
|
</p> |
||||||
|
<br> |
||||||
|
<audio style="display:block;" controls="controls" preload="none" id="kahtlane"><source src="http://kahtlane.eu:8000/live" type="application/ogg" /></audio> |
||||||
|
</div> |
||||||
|
|
||||||
|
<script> |
||||||
|
var audio = document.getElementById("kahtlane"); |
||||||
|
audio.volume = 0.5; |
||||||
|
</script> |
||||||
|
</section> |
@ -1,32 +0,0 @@ |
|||||||
--- |
|
||||||
layout: post |
|
||||||
--- |
|
||||||
|
|
||||||
# Striim |
|
||||||
|
|
||||||
<div style="display:flex; flex-wrap:wrap"> |
|
||||||
<a href="http://193.40.243.200:8888/?action=stream" style="width: 100%;"> |
|
||||||
<img src="http://193.40.243.200:8887/?action=stream" alt="video0" style="width:100%;"/> |
|
||||||
</a> |
|
||||||
|
|
||||||
<a href="http://193.40.243.200:9999/?action=stream" style="width: 100%;"> |
|
||||||
<img src="http://193.40.243.200:9998/?action=stream" alt="video1" style="width:100%;"/> |
|
||||||
</a> |
|
||||||
|
|
||||||
<a href="http://193.40.243.200:7777/?action=stream" style="width: 100%;"> |
|
||||||
<img src="http://193.40.243.200:7776/?action=stream" alt="video2" style="width:100%;"/> |
|
||||||
</a> |
|
||||||
</div> |
|
||||||
|
|
||||||
<div style="display: flex;align-items: center; text-align: center; margin: 0 auto; flex-direction: column"> |
|
||||||
<p> |
|
||||||
<a href="http://kahtlane.eu/">Kahtlane FM</a> vaikuse peletamiseks: |
|
||||||
</p> |
|
||||||
<br> |
|
||||||
<audio style="display:block;" controls="controls" preload="none" id="kahtlane"><source src="http://kahtlane.eu:8000/live" type="application/ogg" /></audio> |
|
||||||
</div> |
|
||||||
|
|
||||||
<script> |
|
||||||
var audio = document.getElementById("kahtlane"); |
|
||||||
audio.volume = 0.5; |
|
||||||
</script> |
|
Loading…
Reference in new issue