|
@@ -218,10 +218,7 @@ public class FileUtils {
|
|
"ffmpeg",
|
|
"ffmpeg",
|
|
"-y",
|
|
"-y",
|
|
"-i", fileUrl,
|
|
"-i", fileUrl,
|
|
- "-http_proxy",
|
|
|
|
- "http://t17772369458618:5zqcjkmy@q796.kdltps.com:15818",
|
|
|
|
"-c", "copy",
|
|
"-c", "copy",
|
|
-// "-bsf:a", "aac_adtstoasc",
|
|
|
|
filePath
|
|
filePath
|
|
);
|
|
);
|
|
processBuilder.redirectErrorStream(true);
|
|
processBuilder.redirectErrorStream(true);
|