复现步骤:
1.服务器上部署了kplayer,
./kplayer play start --daemon 后台启动
并且启动成功
2.在同一台服务器部署了dockers,
sudo docker run --name kplayer \
-v /video:/video \
-v $PWD/config.json:/kplayer/config.json \
bytelang/kplayer:latest
按照docker的kplayer教程成功推流
3.然后这时候在kplayer下面使用./kplayer play stop,info ,status 等命令都会报
kplayer for golang v0.5.8 Copyright(c) 2019-2023 the ByteLang Studio (https://kplayer.bytelang.cn)
libkplayer version: v1.5.4-1-ge0cab16 plugin version: 1.5.1 license version: v1
toolchains GNU(10.3.1) C++ Standard 17 on Linux-x86_64-6.0.2-arch1-1
build with build-chains cmake(3.21.3) type with Release
Hope you have a good experience.
FATA[2023-05-13 22:31:37] While parsing config: invalid character 'ï' after array element
复现步骤: 1.服务器上部署了kplayer, ./kplayer play start --daemon 后台启动 并且启动成功 2.在同一台服务器部署了dockers, sudo docker run --name kplayer \ -v /video:/video \ -v $PWD/config.json:/kplayer/config.json \ bytelang/kplayer:latest 按照docker的kplayer教程成功推流 3.然后这时候在kplayer下面使用./kplayer play stop,info ,status 等命令都会报 kplayer for golang v0.5.8 Copyright(c) 2019-2023 the ByteLang Studio (https://kplayer.bytelang.cn) libkplayer version: v1.5.4-1-ge0cab16 plugin version: 1.5.1 license version: v1 toolchains GNU(10.3.1) C++ Standard 17 on Linux-x86_64-6.0.2-arch1-1 build with build-chains cmake(3.21.3) type with Release Hope you have a good experience.
FATA[2023-05-13 22:31:37] While parsing config: invalid character 'ï' after array element