
Intro movie
Hello;
I searched alot in this forum but couldn't find my answer.
The problem is this....
Before the live stream starts i want to play a short intro (videohive)
When i use multiple files like this
<div id="my-video"></div>
<script type="text/javascript">// <![CDATA[
jwplayer("my-video").setup({
playlist: [{
sources: [{
file: "http://www.testspel.nl/intro.mp4"
},{
file: "rtmp://XXX.76.184.XXX/x11XXX/bs6"
}]
}],
logo: {
file: 'http://www.testspel.nl/logo5.png',
link: 'http://bvls2016.sc'
},
autostart: true,
width: "100%",
aspectratio: "16:9",
stretching: "exactfit",
hlshtml: true
});
// ]]>
</script>
The 2 different files play normal when i add just 1 into the player but when i insert script as described above the first video(intro) plays and then te second video won't load.
How can i get this to work that the second video(stream) load automatic after the intro is finisched.
Thanks in advance
John