I'm getting error in playing RTMP streams now a days. Following is my sample code. Please assist me;
JW Player
jwplayer.key="vfMGDbZHWT8M/SRy7ci0vVdHgfaspQq0YAIYPg==";
jwplayer("player").setup({
sources: [{
file: "rtmp://directv.fcod.llnwd.net/a517/d1/com/lp/testdrive/active_channel-hack.flv"
}],
height: 360,
width: 640
});
↧