itning/yunshu-nas

是有bug嘛

qihaishen opened this issue · 2 comments

2020-04-11 21:47:56.680 DEBUG 3364 -- [ XNIO-1 task-5] t.i.y.yunshunas.video.VideoRepository : path: E:\tmpq\071f149e5e589aff2a9de7808c410f50 mkdirs: false
2020-04-11 21:47:56.682 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.VideoRepository : path: E:\tmpq\071f149e5e589aff2a9de7808c410f50 mkdirs: false
2020-04-11 21:47:56.682 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : start videoConvert E:\迅雷下载[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb E:\tmpq\071f149e5e589aff2a9de7808c410f50 071f149e5e589aff2a9de7808c410f50
2020-04-11 21:47:56.682 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : 1/4. start checkComplianceWithSpecificationsForHls E:\迅雷下载[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb
2020-04-11 21:47:56.939 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : 2/4. end checkComplianceWithSpecificationsForHls E:\迅雷下载[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb
2020-04-11 21:47:56.939 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : video: false audio: false
2020-04-11 21:47:56.939 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : 3/4. start copy E:\迅雷下载[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb E:\tmpq\071f149e5e589aff2a9de7808c410f50 false false
2020-04-11 21:47:56.939 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : start getVideoFrames
2020-04-11 21:47:57.109 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : end getVideoFrames
2020-04-11 21:47:57.109 DEBUG 3364 -- [ trans-pool-0] t.i.y.yunshunas.video.Video2M3u8Helper : json array is empty
2020-04-11 21:48:43.807 DEBUG 3364 -- [ XNIO-1 I/O-1] t.i.y.y.socket.ProgressWebSocket : on close

Video2M3u8Helper.getVideoFrames 331行:read.isEmpty()
没有解析完就为空了

看了下你发的
电影的路径
E:\迅雷下载[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb
好像是少了个\
即:E:\迅雷下载\[电影天堂www.dygod.cn]死亡飞车-cd1.rmvb
如果是这样的话这可能是个BUG

该配置必须改成你自己的位置
更新

nas:
  ffmpeg-bin-dir: G:\ffmpeg-4.1.3-win64-static\bin   # ffmpeg中bin目录所在位置
  out-dir: F:\tmpq # 视频转码后的输出目录
  aria2c-file: G:\bin\aria2c.exe  # aria2c.exe文件全路径