Hi all, I need your experience !
But with a aac stream nothing run, jPlayer don't read the stream...I try with FF4, IE9, Safari 5
Does jPlayer read acc stream ? How to configure ?
Thanks
Here my code :
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
m4a: "
http://www.myradio.net:8000/;stream/1"
}).jPlayer("play");
},
ended: function (event) {
$(this).jPlayer("play");
},
// oggSupport: false,
swfPath: "js",
// solution: "html, flash",
supplied: "m4a"
});
});