Hey, is there possibility to record streams from this site??
http://komsan.tv/khlivetv/komsan/hengmeas-hd/
Code:
<script type="text/javascript" src="/flowplayer/flowplayer-3.2.13.min.js"></script>
<script type="text/javascript">
flowplayer("tr_fplayer", "/flowplayer/flowplayer-3.2.18.swf", {
plugins: {
f4m: {
url: "/flowplayer/flowplayer.f4m-3.2.10.swf",
dvrBufferTime: 5,
liveBufferTime: 5,
},
httpstreaming: {
url: "/flowplayer/flowplayer.httpstreaming-3.2.11.swf"
}
},
clip: {
url: "http://115.178.24.90:1935/trdvr/_definst_/c1.stream/manifest.f4m?DVR&wowzastart=2014-03-13-15:05:26",
urlResolvers: ['f4m'],
provider: 'httpstreaming',
autoPlay: true,
},
onLoad: function() {
this.setVolume(100);
},
});
</script>
thanks