Javascriptã§flvããã¼ã¹ãã¾ããå¤åã»ã¨ãã©ã®ç°å¢ã§ä¸ç¬ï½ä¸ç§ä»¥å ãããã§ãã¼ã¹ãmp3ã®æ½åºã¾ã§ã§ãã¾ããworkerå ã§ã使ããã¯ãã ukyo/flv.js - GitHub Example: //ãã¡ã¤ã«èªã¿è¾¼ã¿ var xhr = new XMLHttpRequest(); xhr.open('GET', 'file.flv'); xhr.responseType = 'arraybuffer'; xhr.onreadystatechange = function(){ if(xhr.readyState == 4 && ~~(xhr.status / 100) == 2){ var flv = new Flv(xhr.response); console.log(JSON.parse(flv.parse(), null, 2)); location.href = f
{{#tags}}- {{label}}
{{/tags}}