I installed Wowza media server on machine A, and video files are on machine A ie '//10.10.10.90/simplevideostreaming/' and everything work fine (code as below):
mplayer = $f("player","flowplayer-3.1.1.swf", {
clip: {
url: 'women_workchoices.flv',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.0.swf',
netConnectionUrl: 'rtmp://10.10.10.90/simplevideostreaming'
}
}
});
But i can not find the way to stream video on different server say Machine B.
Please help!
mplayer = $f("player","flowplayer-3.1.1.swf", {
clip: {
url: 'women_workchoices.flv',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.0.swf',
netConnectionUrl: 'rtmp://10.10.10.90/simplevideostreaming'
}
}
});
But i can not find the way to stream video on different server say Machine B.
Please help!