pingostack / pingostack.github.io

0 stars 3 forks source link

快速开始 - PingOS #2

Open im-pingo opened 4 years ago

im-pingo commented 4 years ago

https://pingos.io/docs/zh/quick-start

open source software for streaming media

YYuichiro commented 4 years ago

Hello, Do the solution could 8K streaming?

im-pingo commented 4 years ago

@YYuichiro Hello, Do the solution could 8K streaming?

Theoretically, it supports the streaming of 8k videos. Note that adding the configurationmax_massage 12m; The value of max_massage depends on your keyframe size.

YYuichiro commented 4 years ago

@YYuichiro Hello, Do the solution could 8K streaming?

Theoretically, it supports the streaming of 8k videos. Note that adding the configurationmax_massage 12m; The value of max_massage depends on your keyframe size.

Hello Thank you for the reply.

Actually we trying to install the ping OS below. Could you please advise me how can I install it.

pingos (Our log)

root@saijo-desktop:/opt/pingos# ./release.sh -i server root: /usr/local/pingos www root: /usr/local/pingos/html make: No rule to make target 'build', needed by 'default'. Stop. make: No rule to make target 'install'. Stop.

Thank you for your support.

im-pingo commented 4 years ago

@YYuichiro

@YYuichiro Hello, Do the solution could 8K streaming?

Theoretically, it supports the streaming of 8k videos. Note that adding the configurationmax_massage 12m; The value of max_massage depends on your keyframe size.

Hello Thank you for the reply.

Actually we trying to install the ping OS below. Could you please advise me how can I install it.

pingos (Our log)

root@saijo-desktop:/opt/pingos# ./release.sh -i server root: /usr/local/pingos www root: /usr/local/pingos/html make: No rule to make target 'build', needed by 'default'. Stop. make: No rule to make target 'install'. Stop.

Thank you for your support.

  1. Any other error messages?
  2. What version of your operating system is it?
  3. Pingos relies on pcre, openssl, please make sure your operating system and install these libraries.
mooncoder1997 commented 4 years ago

您好,请问拍照截图功在nginx端可以实现吗?

im-pingo commented 4 years ago

@mooncoder1997 您好,请问拍照截图功在nginx端可以实现吗?

可以,用exec配置触发ffmpeg任务截图是可以的。

xiazi718 commented 2 years ago

您好,我用树莓派4b安装pingos的时候遇到了一个问题,具体是在cd pingos ./release.sh -i的时候,pi@raspberrypi:~/pingos $ ./release.sh -i server root: /usr/local/pingos www root: /usr/local/pingos/html make -f objs/Makefile make[1]: Entering directory '/home/pi/pingos/nginx' make[1]: Nothing to be done for 'build'. make[1]: Leaving directory '/home/pi/pingos/nginx' make -f objs/Makefile install make[1]: Entering directory '/home/pi/pingos/nginx' test -d '/usr/local/pingos' || mkdir -p '/usr/local/pingos' mkdir: cannot create directory ‘/usr/local/pingos’: Permission denied make[1]: *** [objs/Makefile:1878: install] Error 1 make[1]: Leaving directory '/home/pi/pingos/nginx' make: *** [Makefile:11: install] Error 2 cp: cannot create regular file '/usr/local/pingos/conf/nginx.conf': No such file or directory cp: cannot create regular file '/usr/local/pingos/html/stat.xsl': No such file or directory cp: cannot create regular file '/usr/local/pingos/html/crossdomain.xml': No such file or directory ./release.sh: line 268: cd: /usr/local/pingos/html: No such file or directory ,使用的系统是Raspberry Pi OS with desktop Release date: January 28th 2022 System: 32-bit Kernel version: 5.10, 依赖 pcre, openssl已经是最新版的了