sigue bcast
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<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">
|
||||
<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=<%= $radio_server %>"/live.ogg" type="video/ogg">
|
||||
<source src=<%= $rtmp_channel %> type="video/flash">
|
||||
<source src=<%= $config->{radio_server} %>"/live.ogg" type="video/ogg">
|
||||
<source src=<%= $config->{rtmp_channel} %> type="video/flash">
|
||||
</video> </div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user