Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a346ab8854 | ||
|
|
499530141e |
@@ -12,7 +12,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Godzil/crunchyroll.js.git"
|
"url": "git://github.com/Godzil/crunchyroll.js.git"
|
||||||
},
|
},
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"bin": {
|
"bin": {
|
||||||
"crunchy": "./bin/crunchy"
|
"crunchy": "./bin/crunchy"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import log = require('../log');
|
|||||||
}
|
}
|
||||||
else if (mode == "HLS")
|
else if (mode == "HLS")
|
||||||
{
|
{
|
||||||
log.debug("Experimental FFMPEG, MAY FAIL!!!");
|
//log.debug("Experimental FFMPEG, MAY FAIL!!!");
|
||||||
var cmd=command("ffmpeg") + ' ' +
|
var cmd=command("ffmpeg") + ' ' +
|
||||||
'-i "' + rtmpInputPath + '" ' +
|
'-i "' + rtmpInputPath + '" ' +
|
||||||
'-c copy -bsf:a aac_adtstoasc ' +
|
'-c copy -bsf:a aac_adtstoasc ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user