View Single Post
  #1  
Old 03-26-2013, 09:43 PM
tme_power tme_power is offline
Junior Member
 
Join Date: Jan 2013
Posts: 27
tme_power is on a distinguished road
Default

Help me recorder video live


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>
Reply With Quote