bytelang / kplayer-go

A live streaming tool more suitable for non-graphical servers
https://kplayer.net
Apache License 2.0
744 stars 69 forks source link

跳过片头失败,seek设置。 #106

Open Nuaalzy opened 1 year ago

Nuaalzy commented 1 year ago

设置了seek,生成缓存后无法推流。seek设置为0,end设置可以生效。似乎是推流空白,等设置的seek时间之后,才能推流。json配置为:

"resource": { "lists": [ { "path": "/video/anime/The.Story.of.HongMao.and.LanTu.2006.S01.1080p.WEB-DL.H264.AAC-52movieba/001集 魔道出.mp4", "seek": 60, "end": 60 } ], "extensions": [ "mp4" ] },

log日志为: [2023-05-23 05:17:51.672] [libkplayer] [info] [KPCache.cpp:166] start play resource. path: /video/anime/The.Story.of.HongMao.and.LanTu.2006.S01.1080p.WEB-DL.H264.AAC-52movieba/001集 魔道出.mp4 [2023-05-23 05:18:50.084] [libkplayer] [info] [KPEncode.cpp:167] set video_quality: 0. video_bitrate: 0 [2023-05-23 05:18:50.142] [libkplayer] [info] [KPDistribute.cpp:84] add output success. path: rtmp://txy2.live-push.bilivideo.com/live-bvc/?streamname=live_379576658_41952654&key=79753da7d2836ed265fb7bb55e3fd916&schedule=rtmp&pflag=1. uid: 3mqI7n [2023-05-23 05:18:52.585] [libkplayer] [info] [KPDistribute.cpp:135] prev input checkpoint stream_index: 0, pts: 122000. dts: 122000 [2023-05-23 05:18:52.586] [libkplayer] [info] [kplayer.cpp:299] free resource instance finished [2023-05-23 05:18:52.587] [libkplayer] [info] [kplayer.cpp:269] resource play finished. path: /video/anime/The.Story.of.HongMao.and.LanTu.2006.S01.1080p.WEB-DL.H264.AAC-52movieba/001集 魔道出.mp4. uid: rQNJR3 [2023-05-23 05:18:52.591] [libkplayer] [info] [kplayer.cpp:276] start play resource. path: /video/anime/The.Story.of.HongMao.and.LanTu.2006.S01.1080p.WEB-DL.H264.AAC-52movieba/001集 魔道出.mp4. uid: rQNJR3 [2023-05-23 05:18:52.624] [libkplayer] [info] [KPCache.cpp:58] hit cache file. path: cache/001集 魔道出.mp4.kpc [2023-05-23 05:18:52.625] [libkplayer] [info] [KPCache.cpp:166] start play resource. path: /video/anime/The.Story.of.HongMao.and.LanTu.2006.S01.1080p.WEB-DL.H264.AAC-52movieba/001集 魔道出.mp4

vaptu commented 1 year ago

seek与end参数正在提高稳定性,请等待下个版本修复