Jplayer(https://github.com/rmhall/jPlayerにパッチを適用してrtmpを許可)を使用して、rtmp経由でmp3ストリームサンプルを再生しようとしています。私のコードはここにあります:
$('#jquery_jplayer').jPlayer({
swfPath: "/Scripts/JPlayer/",
supplied: "rtmpa, rtmpv, mp3",
solution: "flash",
ready: function () {
$(this).jPlayer("setMedia", {
rtmpa: "rtmp://limelight-fmstream-70.musicnet.com/a4396/e1/mp3:/spl/068/771/139/spl_024?e=1342014373&h=0dc0153ed7fb0ff34d04fce764de9896" //this is not work
//THIS WORKS! rtmpv: "rtmp://cp67126.edgefcs.net/ondemand/mp4:mediapm/ovp/content/test/video/spacealonehd_sounas_640_300.mp4"
});
$(this).jPlayer("play");
}
});
rtmpv ビデオを再生している場合は機能しますが、このオーディオ (rtmpa) は機能しません (何も再生しません)。http://widgets.mndigital.com/test/stream.aspxでこの mp3 をテストしたところ、そこで動作しました。
誰でも私を助けることができますか?ありがとう