Hi ,
I'm using jwplayer education reasons and I have set it up on my jsp application it works from the desktop but not from the phone ( Android ) didn't try Iphone. However this is the link for my site : http://we.tutorme.ae/ticktock/
this is the code in the page
Loading the player ...
jwplayer("myElement").setup({
file: "rtmp://62.151.178.59/vod/bbb.mp4",
height: 200,
width: 300
});
↧