
Streaming on Android
Does anyone know how I can make this JWPlayer 6 setup work on Android as well? Thanks
jwplayer("player").setup({
playlist: [{
image: "/images/still.jpg",
sources: [{
file: "rtmp://live.domain.com:1935/live/mp4:my.sdp"
},{
file: "http://live.domain.com:1935/live/_definst_/my.sdp/playlist.m3u8"
}]
}],
rtmp: {
bufferlength: 6
},
height: 480,
primary: "flash",
width: 854
});