Bug #79159
Bug #22968: Hoster: youtube.com - Free
Hoster: youtube.com - Free |PLUGIN_DEFECT-Error: 4a72b07cdae64e5b9fa43d799215d034
Status: | Closed | Start date: | 05/26/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 4a72b07cdae64e5b9fa43d799215d034 Plugin youtube.com Account free Revision 33856
Stacktrace:¶
IDV1: youtube.com-free jd.plugins.hoster.YoutubeDashV2 java.lang.InterruptedException: FFMPeg does not answer org.jdownloader.controlling.ffmpeg.AbstractFFmpegBinary.runCommand(AbstractFFmpegBinary.java:505) org.jdownloader.controlling.ffmpeg.FFmpeg.mux(FFmpeg.java:132) org.jdownloader.controlling.ffmpeg.FFmpeg.muxToMp4(FFmpeg.java:57) jd.plugins.hoster.YoutubeDashV2.handleDash(YoutubeDashV2.java:1397)
Source Code:¶
IDV1: youtube.com-free jd.plugins.hoster.YoutubeDashV2 java.lang.InterruptedException: FFMPeg does not answer org.jdownloader.controlling.ffmpeg.AbstractFFmpegBinary.runCommand( Line 502: } Line 503: if (System.currentTimeMillis() - lastUpdate > 60000) { Line 504: // 60 seconds without any ffmpeg update. interrupt Line 505: >> throw new InterruptedException("FFMPeg does not answer"); Line 506: } Line 507: Thread.sleep(1000); Line 508: } ) org.jdownloader.controlling.ffmpeg.FFmpeg.mux( Line 129: Line 130: String stdOut = null; Line 131: try { Line 132: >> stdOut = runCommand(progress, fillCommand(out, videoIn, audioIn, null, demuxCommand)); Line 133: Line 134: } catch (FFMpegException e) { Line 135: // some systems have problems with special chars to find the in or out file. ) org.jdownloader.controlling.ffmpeg.FFmpeg.muxToMp4( Line 54: } Line 55: Line 56: public boolean muxToMp4(FFMpegProgress progress, String out, String videoIn, String audioIn) throws InterruptedException, IOException, FFMpegException { Line 57: >> return mux(progress, out, videoIn, audioIn, config.getMuxToMp4Command()); Line 58: } Line 59: Line 60: public boolean generateM4a(FFMpegProgress progress, String out, String audioIn) throws IOException, InterruptedException, FFMpegException { ) jd.plugins.hoster.YoutubeDashV2.handleDash( Line 1394: } Line 1395: break; Line 1396: default: Line 1397: >> if (ffmpeg.muxToMp4(progress, downloadLink.getFileOutput(), videoStreamPath, audioStreamPath)) { Line 1398: downloadLink.getLinkStatus().setStatus(LinkStatus.FINISHED); Line 1399: new File(videoStreamPath).delete(); Line 1400: new File(audioStreamPath).delete(); )
Logs (only for developers):¶
ID Outdated Date Links 9116825891641 NO Sat Apr 30 05:01:26 CEST 2016 [LogTool]