Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error="Invalid input source, invalid total video duration" #155

Open
TelDragon opened this issue Dec 5, 2024 · 0 comments
Open

error="Invalid input source, invalid total video duration" #155

TelDragon opened this issue Dec 5, 2024 · 0 comments

Comments

@TelDragon
Copy link

文档所示
https://docs.kplayer.net/v0.5.8/config/resource.html

lists配置项为数组类型,允许支持多种协议。包括以下协议:

file://

rtmp://

http(s)://

ftp://

若未标明uri协议类型默认使用file:// 协议进行。所以,你也可以使用网络文件来配置视频输入

我使用 http方式 测试本地播放器可以播放, vlc 也可以正常播放。
但是 kplayer 报错。

INFO[2024-12-05 10:28:00] kplayer start success                        
WARN[2024-12-05 10:28:01] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
WARN[2024-12-05 10:28:02] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
WARN[2024-12-05 10:28:04] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
WARN[2024-12-05 10:28:05] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
WARN[2024-12-05 10:28:07] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
WARN[2024-12-05 10:28:08] play resource failed                          error="Invalid input source, invalid total video duration" path="http://192.168.1.23:8080/1" unique=nYbuum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant