User Tools

Site Tools


h111-110

This is an old revision of the document!


<html>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://p.jwpcdn.com/6/10/jwplayer.js"></script>

<div id="mediaplayer"></div>

<script type="text/javascript">
    $(document).ready(function(){
        jwplayer('mediaplayer').setup({
            'file': 'rtmp://220.86.36.224:1935/live/teststream',
            'title': 'h111-110',
            'description': 'Description',
            'controlbar': 'bottom',
            'autostart': true,
        });

    });
</script>
</html>
<html>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://p.jwpcdn.com/6/10/jwplayer.js"></script>

<div id="mediaplayer"></div>

<script type="text/javascript">
    $(document).ready(function(){
      jwplayer('mediaplayer').setup({
      file: 'http://211.110.61.132:8081/live/abr/playlist.m3u8',
      provider: '/tmp/HLSProvider6.swf',
      type: 'hls',
  // HLSProvider configuration options
  hls_debug: false,
  hls_debug2: false,
  hls_minbufferlength: -1,
  hls_lowbufferlength: 2,
  hls_maxbufferlength: 60,
  hls_startfromlowestlevel: false,
  hls_seekfromlowestlevel: false,
  hls_live_flushurlcache: false,
  hls_seekmode: 'ACCURATE'
  });
});
</script>
</html>

<html> <head> <script type=“text/javascript” src=“http://p.jwpcdn.com/6/10/jwplayer.js”></script> </head> <body> <div id=“player”>Loading the player…</div> <script type=“text/javascript”>

  jwplayer("player").setup({
   playlist: [{
     // file is the url to m3u8 file
     file: 'http://www.nasa.gov/multimedia/nasatv/NTV-Public-IPS.m3u8',
     provider: 'http://dh8.kr/tmp/HLSProvider6.swf',
     type:'hls'
    }],
    width: 640,
    height: 480,
    primary: "flash"
  });

</script> </body> </html>

똑똑이 망고스틴

https://docs.google.com/document/d/1dGWdFkxl6E8LfTDnXyMCUkmgsFVw0jF3-tf4iahQx_0/edit

h111-110.1422810457.txt.gz · Last modified: 2018/07/18 14:09 (external edit)