flowerpower

modified:   public/home/bcast/jsFlowpl.js
	modified:   templates/home/bcast.html.ep
This commit is contained in:
mynah
2018-08-14 03:46:15 +00:00
parent 57b9744444
commit 476496ac44
3 changed files with 29 additions and 11 deletions

View File

@@ -1,13 +1,11 @@
<link rel="stylesheet" href="//releases.flowplayer.org/7.2.1/skin/skin.css">
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//releases.flowplayer.org/7.2.1/flowplayer.min.js"></script>
<script src="//releases.flowplayer.org/dashjs/flowplayer.dashjs.min.js"></script>
<section class="vid">
<div class="flowplayer fp-outlined" data-rtmp=<%= $config->{rtmp_server} %> data-ratio="0.4167">
<video controls="controls" autoplay="autoplay" poster="/home/bcast/noise.jpg" data-title="Transmisión en vivo">
<source src=<%= $config->{radio_server} %>"/live.ogg" type="video/ogg">
<source src=<%= $config->{rtmp_channel} %> type="video/flash">
</video> </div>
<div class="flowplayer fp-outlined" >
</div>
</section>
<script src="jsFlowpl.js"></script>