14 lines
601 B
Plaintext
Executable File
14 lines
601 B
Plaintext
Executable File
<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>
|
|
|
|
<section class="vid">
|
|
<div class="flowplayer fp-outlined" data-rtmp=<%= $rtmp_server %> data-ratio="0.4167">
|
|
|
|
<video controls="controls" autoplay="autoplay" poster="/home/bcast/noise.jpg" data-title="Transmisión en vivo">
|
|
<source src=<%= $radio_server %>"/live.ogg" type="video/ogg">
|
|
<source src=<%= $rtmp_channel %> type="video/flash">
|
|
</video> </div>
|
|
</section>
|
|
|