Hi Guys
i wish to use .manifest.mpd and playlist.m3u8 in JW7. With the wowza 4.x.x I generate a live stream for both formats.
var playerInstance = jwplayer("myElement");
playerInstance.setup({
playlist:[{
image: "onair.jpg",
sources: [{
file: "http://address/smil:file.smil/playlist.m3u8"
},{
file: "http://address/smil:file.smil/manifest.mpd"
}],
}],
dash:true,
skin: "six",
width: "100%",
aspectratio: "16:9",
autostart: true
});
the problem:
with the source code above, all devices running but not the androids. When I delete "dash:true", androids running but another devices not.
Daniel
↧