我正在使用支持 Flash 的浏览器使用 JWPlayer 6。
即使安装了 Flash,如何让 JWPlayer 6 使用 HTML 5。
我目前有以下 JWPlayer 配置:
jwplayer("player").setup({
    type: 'rtmp',
    streamer: "<?php echo "$wowza/$app_name"; ?>",
    height: 540,
    width: 960,
    'autostart': 'true',
    'bufferlength': '3',
    'file': '<?php echo $stream_name; ?>'
});
李