ensl.org/app/views/movies/stream.html.erb

26 lines
753 B
Text
Raw Normal View History

<div class="box center">
2020-03-22 17:47:24 +00:00
<%= javascript_include_tag 'flowplayer' %>
<a style="display:block;width:520px;height:330px" id="player" class="centered">
</a>
2020-03-22 17:47:24 +00:00
<script>
flowplayer("player", "/flash/flowplayer-3.1.3.swf", {
clip: {
url: 'ensl.sdp',
live: true,
autoPlay: true,
autoBuffering: true,
provider: 'influxis'
},
plugins: {
influxis: {
url: '/flash/flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://ensl.org'
}
}
});
</script>
</div>
2020-03-22 17:47:24 +00:00
<%= render :partial => "shoutmsgs/index", :locals => {:object => @movie} %>