Please help me recorder video live
Thank very much
link
http://tv24.vn/TV24/11/36/vtv9-xem-t...t-cuc-hay.html
Code:
HTML Code:
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'flashplayer': '/getflash.ashx',
'width': '480',
'height': '360',
'provider': 'rtmp',
'file': 'vtv9.stream',
'streamer': 'rtmpe://112.197.2.11:1935/live',
'image': '/WebMedia/mediaplayer/sctvpicture.jpg',
'controlbar': 'over',
'allowFullscreen': 'true',
'autostart': 'true',
'plugins': {
'hd-2': {
'file': '', 'fullscreen': 'false'
}
}
});
</script>