1 Star 0 Fork 48

费殿波 / xplay

forked from 努力加贝 / xplay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

xplay

专为树莓派(Raspberry Pi)与Windows系统设计的多媒体播放器 ...

支持(视频、音频、流媒体、图片、摄像头、动画、文本、滚动字幕、日期时间、二维码)


image


注意:免费提供 xplay 程序 及 控制端源码(暂时支持:python、golang) ...

注意:公司内部项目【无法开源】【免费提供】有哪些功能需要可以提, 尽量加上 ... 谢谢关注.


支持硬件
支持系统
支持功能
安装方法
播放控制
命令行工具
控制指令
许可信息
更多功能


支持硬件

硬件 分辨率 FPS 测试
Raspberry Pi Zero 1080p/v720p 30 已测试
Raspberry Pi 3A+ 1080p/v720p 30 已测试
Raspberry Pi 3B+ 1080p/v720p 30 已测试
Raspberry Pi 2B 1080p/v720p 30 未测试
Raspberry Pi 3B 1080p/v720p 30 未测试
Raspberry Pi 4B 1080p 30 已测试
Windows 系统 github / gitee 30/60 已测试

理论上支持所有树莓派,但是经过测试的树莓派只有上面几款


支持系统

系统 日期 安装 测试
Raspbian Buster with desktop 2019-09-26 buster/ 已测试
Raspbian Buster Lite 2019-09-26 buster-lite/ 已测试

关于 Raspberry Pi 4B 说明

正在为 Raspberry Pi 4B 定制全新的支持 4K 的多媒体播放器,敬请期待 ...


支持功能

  1. 支持自定义播放器分辨率、帧率(FPS)、音频采样率(Sample Rate)
  2. 支持使用(TCP)连接播放器发送指令控制(播放、覆盖、停止、等)
  3. 支持(视频、音频、流媒体、图片、摄像头、动画、文本、滚动字幕、二维码)素材播放
  4. 支持(视频)多种格式(例如:MP4、AVI、MOV、等)基于H264的视频编码,音频(AAC)
  5. 支持(图片)JPG与PNG格式
  6. 支持(动画)GIF格式
  7. 支持(视频)硬解播放
  8. 支持(视频)预加载
  9. 支持(摄像头)设备(Raspberry Pi Camera V2)
  10. 支持(视频、图片)无黑场切换播放
  11. 支持(视频)音频同步(视频帧时间戳与音轨帧时间戳)播放
  12. 支持(视频、流媒体、图片、摄像头、动画、文本、滚动字幕、日期时间、二维码)多层(Overlay)播放
  13. 支持(文本)自定义(字体大小、字体颜色、背景颜色、透明度、对齐方式、风格样式、多行段落)
  14. 支持(滚动字幕)自定义(字体大小、字体颜色、背景颜色、透明度、风格样式、移动速度、移动方向)
  15. 支持(信息提示框)自定义提示文本及多种状态标识(notice、success、warning、error)
  16. 支持(日期时间)自定义(字体大小、字体颜色、背景颜色、透明度、对齐方式、风格样式)
  17. 支持(字体)自定义(可以通过自定义指定TTC字体来实现不同效果的文本样式)
  18. 支持自定义布局(通过多层功能可以实现多种自定义布局)
  19. 支持自定义(视频)是否循环播放(视频在播放到结尾时是否停留在最后一帧)
  20. 支持自定义素材尺寸(width,height),任意拉伸缩放素材尺寸播放
  21. 支持自定义素材位置(x,y)播放,任意定义素材播放位置
  22. 支持自定义素材横竖屏播放
  23. 支持自定义素材开始播放时间(多个播放器间可以实现同步播放)
  24. 支持静音播放

安装方法

1. 显存设置

文件 设置 说明
/boot/config.txt gpu_mem=192 (显存内存分配不能少于192M) 重启生效

2. 安装程序

git clone https://github.com/nulijiabei/xplay.git 或 https://gitee.com/nljb/xplay.git
cd xplay/
cd buster/ 或者 cd buster-lite/ # Raspbian Buster with desktop 或者 Raspbian Buster Lite
sh -x rpi_install.sh 或者 sh -x rpi4_install.sh # Raspberry Pi 023 或者 Raspberry Pi 4

3. 运行程序

参数 默认 说明
-R x,y,width,height 0,0,1920,1080 分辨率设置
-fps n 30 帧率设置
-noloop 视频在播放到结尾时是否停留在最后一帧
-mute 静音设置
-sample_rate n 44100 音频采样频率设置
-cpuid 显示CPUID
-version 版本号
// 分辨率 1920x1080 【默认】
// 帧率 30fps 【默认】
// 音频采样率 44100 【默认】
// 视频循环播放【默认】
// 播放声音【默认】
/usr/bin/xplay

// 分辨率设置 1280x720 
// 音频采样率设置 48000 
// 视频循环设置 视频在播放到结尾时停留在最后一帧
// 【未设置则使用默认设置】
/usr/bin/xplay -R 0,0,1280,720 -sample_rate 48000 -noloop

4. 播放测试

// 测试素材
cp xplay/video/sample.mp4 /root/sample.mp4
// 测试指令
/usr/bin/xplayctl -play -libName video -path "/root/sample.mp4"

5. 查看日志

tail -n 100 /dev/shm/xplay.log

播放控制

  • 通过Socket接口与播放器建立TCP连接,向播放器发送指令,从播放器接收返回
  • 可以通过多种支持Socket连接语言开发控制程序(java、python、C++、golang、等 ...)
  • 注:运行样例之前请先启动xplay主程序(/usr/bin/xplay &)

Golang 控制样例
Python 控制样例


命令行工具

xplayctl 命令行工具
example_x1_xplayctl.sh 基于命令行工具
example_x4_xplayctl.sh 基于命令行工具

请参考控制指令来使用以下命令行参数

命令行参数(base) 默认值 说明
-addr 127.0.0.1:8700 网络地址及端口
命令行参数(type) 说明
-play 播放指令
-stop 停止指令
命令行参数(play) 默认值 可选参数 说明
-id 自动 唯一标识
-start -1 开始时间(ms)
-libName video、pic、gif、qrcode、camera、text、scroll、datetime、toast 素材类型
命令行参数(video、pic、gif) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-path 素材路径
命令行参数(qrcode) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-content 文本内容
命令行参数(camera) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-device /dev/video0 设备地址
-camera_width 1280 摄像头 video_size 宽
-camera_height 720 摄像头 video_size 高
命令行参数(text) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-content 文本内容
-font_ttf 指定字体
-font_size 18 12 - 72 字体大小
-color rgba(0,128,0,100%) 文本颜色及透明度
-bgcolor rgba(0,0,0,20%) 背景颜色及透明度
-align center center、right、left 对齐方式
-style normal normal、bold、italic、underline、strikethrough 文本样式
命令行参数(scroll) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-content 文本内容
-font_ttf 指定字体
-font_size 18 12 - 72 字体大小
-color rgba(0,128,0,100%) 文本颜色及透明度
-bgcolor rgba(0,0,0,20%) 背景颜色及透明度
-style normal normal、bold、italic、underline、strikethrough 文本样式
-orientation horizontal horizontal、vertical 移动方向
-speed 1 每帧向前移动像素 移动速度
命令行参数(datetime) 默认值 可选参数 说明
-zIndex 10 0 - 999
-rect 0,0,1920,1080 left,top,width,height 素材显示尺寸与位置
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-font_ttf 指定字体
-font_size 18 12 - 72 字体大小
-color rgba(0,128,0,100%) 文本颜色及透明度
-bgcolor rgba(0,0,0,20%) 背景颜色及透明度
-align center center、right、left 对齐方式
-style normal normal、bold、italic、underline、strikethrough 文本样式
命令行参数(toast) 默认值 可选参数 说明
-zIndex 10 0 - 999
-screen_mode landscape landscape、portrait 横竖屏模式
-screen_rotate 0 0、180、90、270 旋转角度
-content 文本内容
-toast_type notice notice、success、warning、error 消息类型
-duration 0 持续时间(s) 超时关闭 永不超时(0)
命令行参数(stop) 说明
-all 停止全部层
-ids 停止指定层
/usr/bin/xplayctl -h # 帮助
/usr/bin/xplayctl -stop -all # 停止全部层
/usr/bin/xplayctl -stop -ids "10,11,12" # 停止指定层
/usr/bin/xplayctl -play -libName pic -path "/root/sample.jpg" # 显示图片
/usr/bin/xplayctl -play -libName gif -path "/root/sample.gif" # 显示动画
/usr/bin/xplayctl -play -libName video -path "/root/sample.mp4" # 显示视频
/usr/bin/xplayctl -play -libName video -zIndex 10 -path "/root/sample.mp4" # 显示视频
/usr/bin/xplayctl -play -libName qrcode -zIndex 5 -content "www.danoonetworks.com" # 显示二维码
/usr/bin/xplayctl -play -libName datetime -zIndex 9 -rect "0,0,500,50" -font_size 30 -align center # 显示日期时间
/usr/bin/xplayctl -play -libName toast -zIndex 3 -content "安装成功" -toast_type success -duration 5 # 显示信息提示框
/usr/bin/xplayctl -play -libName text -zIndex 9 -rect "0,0,1920,50" -content "专为树莓派设计的多媒体播放器" # 显示文本
/usr/bin/xplayctl -play -libName scroll -zIndex 9 -rect "0,0,-1,50" -content "专为树莓派设计的多媒体播放器" # 显示滚动字幕
/usr/bin/xplayctl -play -libName scroll -zIndex 9 -rect "0,0,-1,50" \
                      -content "专为树莓派设计的多媒体播放器" \
                      -speed 2 \
                      -orientation horizontal 
/usr/bin/xplayctl -play -libName scroll -zIndex 9 -rect "0,0,500,-1" \
                      -content "专为树莓派设计的多媒体播放器" \
                      -speed 2 \
                      -orientation vertical 
/usr/bin/xplayctl -play -libName text -zIndex 9 -rect "0,0,1920,50" \
                      -content "专为树莓派设计的多媒体播放器" \
                      -color "rgba(0,128,0,100%)" \
                      -bgcolor "rgba(0,0,0,20%)" \
                      -font_size 14 \
                      -align center \
                      -style bold  

控制指令

指令类型(type) 说明
play 播放
stop 停止
素材类型(libName) 说明
video 视频/流媒体
toast 信息提示框
camera 摄像头
pic 图片
gif 动画
qrcode 二维码
text 文本
scroll 滚动字幕
datetime 日期时间
// 指令说明
{
    "id": "Z10_Play_1557737960000", // 唯一标记(自定义唯一标识)【非必填】
    "type": "play",                 // 指令类型【必填】
    "start": -1,                    // 开始时间(默认:-1,立即播放,本地毫秒时间戳)【非必填】
    "libName": "video",             // 素材类型(video、pic、camera、gif、qrcode、text、scroll ...)【必填】
    "params": {                     // 参数集合【必填】
        "zIndex": 10,               // 层(支持多层播放,层数越小画面越靠前)【必填】
        "path": "/root/sample.mp4", // 素材路径【必填】
        "left": 0,                  // 距左像素(X轴)【非必填】
        "top": 0,                   // 距顶像素(Y轴)【非必填】
        "width": 1920,              // 宽(素材显示的宽,非素材原始尺寸,支持缩放拉伸)【必填】
        "height": 1080,             // 高(素材显示的高,非素材原始尺寸,支持缩放拉伸)【必填】
        "screen_mode": "landscape", // 屏幕模式(横屏:landscape,竖屏:portrait,默认横屏)【非必填】
        "screen_rotate": 0          // 旋转角度(横屏角度:0、180,竖屏角度:90、270,默认横屏)【非必填】
    }
}
#End                                // 指令结束【必填】
 // 显示视频
 {
    "id": "Z10_Play_1557737960000",
    "type": "play",
    "start": -1,
    "libName": "video",
    "params": {
        "zIndex": 10,
        "path": "/root/sample.mp4",
        "left": 0,
        "top": 0,
        "width": 1920,
        "height": 1080,
        "screen_mode": "landscape",
        "screen_rotate": 0
    }
}
#End
// 显示流媒体(http)
{
   "id": "Z10_Play_1557737960000",
   "libName": "video",
   "start": -1,
   "type": "play",
   "params": {
       "path": "http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8",
       "height": 1080,
       "width": 1920,
       "left": 0,
       "top": 0,
       "screen_mode": "landscape",
       "screen_rotate": 0,
       "zIndex": 10
    }
}
// 显示图片
{
   "id": "Z10_Play_1556637960000",
   "type": "play",
   "start": -1,
   "libName": "pic",
   "params": {
       "zIndex": 10,
       "path": "/root/cat.jpg",
       "top": 0,
       "left": 0,
       "height": 1080,
       "width": 1920,
       "screen_mode": "landscape",
       "screen_rotate": 0
   }
}
#End
信息提示框(toast) 说明
toast_type notice、success、warning、error 消息类型
duration 0(永不超时) 持续时间(s) 超时关闭
// 显示信息提示框
{
   "type": "play",
   "id": "Z3_Play_1572344489512",
   "libName": "toast",
   "start": -1,
   "params": {
      "zIndex": 3,
      "screen_rotate": 0,
      "screen_mode": "landscape",
      "content": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
      "toast_type": "notice",
      "duration": 5
   }
}
#End
摄像头(camera) 说明
device /dev/video0 设备地址
camera_width 1280 摄像头 video_size 宽
camera_height 720 摄像头 video_size 高

启用摄像头 raspi-config > Interfacing Options > P1 Camera

// 显示摄像头
{
   "id": "Z9_Play_1558837960000",
   "type": "play",
   "start": -1,
   "libName": "camera",
   "params": {
       "zIndex": 9,
       "device": "/dev/video0",
       "camera_width": 1280,
       "camera_height": 720,
       "top": 0,
       "left": 0,
       "width": 1920,
       "height": 1080,
       "screen_mode": "landscape",
       "screen_rotate": 0
   }
}
#End
文本(text) 说明
color rgba(0, 128, 0, 100%) 文本颜色及透明度
bgcolor rgba(0, 0, 0, 0%) 背景颜色及透明度
font_ttf /etc/xplay/simsun.ttc 指定字体
font_size 14 字体大小
align center、right、left 对齐方式
style normal、bold、italic、underline、strikethrough 文本样式
content \t\t123,456,789\n987,654,321 文本内容
内容(content) 说明
\t \t\tABC 强制缩进
\n ABC\nBCD 强制换行
空格 ABCDEF ABCDEF ABCDEF 超过宽度时在空格处换行
// 显示文本
{
   "type": "play",
   "id": "Z9_Play_1572344489512",
   "libName": "text",
   "start": -1,
   "params": {
      "top": 0,
      "left": 0,
      "width": 1280,
      "height": 50,
      "zIndex": 9,
      "screen_rotate": 0,
      "screen_mode": "landscape",
      "content": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
      "color": "rgba(255, 0, 0, 100%)",
      "bgcolor": "rgba(0, 0, 0, 0%)",
      "font_size": 30,
      "align": "center",
      "style": "bold"
   }
}
#End
滚动字幕(scroll) 说明
color rgba(0, 128, 0, 100%) 文本颜色及透明度
bgcolor rgba(0, 0, 0, 0%) 背景颜色及透明度
font_ttf /etc/xplay/simsun.ttc 指定字体
font_size 14 字体大小
style normal、bold、italic、underline、strikethrough 文本样式
speed 1(每帧向前移动N像素) 移动速度
content ABCDEFGHIJKLMNOPQRSTUVWXYZ 文本内容
orientation horizontal、vertical 移动方向
参数有效性(scroll) 说明
width vertical 有效 / horizontal 无效 = screen.width 宽有效性
height horizontal 有效 / vertical 无效 = screen.height 高有效性
left vertical 有效 / horizontal 无效 = 0 距左有效性
top horizontal 有效 / vertical 无效 = 0 距顶有效性
// 显示滚动字幕
{
   "type": "play",
   "id": "Z9_Play_1572344489512",
   "libName": "scroll",
   "start": -1,
   "params": {
      "top": 0,
      "left": 0,
      "width": 150,
      "height": 50,
      "zIndex": 5,
      "screen_rotate": 0,
      "screen_mode": "landscape",
      "content": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
      "color": "rgba(255, 0, 0, 100%)",
      "bgcolor": "rgba(0,128,0,80%)",
      "font_size": 30,
      "style": "bold",
      "orientation": "horizontal",
      "speed": 1
   }
}
#End
日期时间(datetime) 说明
color rgba(0, 128, 0, 100%) 文本颜色及透明度
bgcolor rgba(0, 0, 0, 0%) 背景颜色及透明度
font_ttf /etc/xplay/simsun.ttc 指定字体
font_size 30 字体大小
align center、right、left 对齐方式
style normal、bold、italic、underline、strikethrough 文本样式
// 显示日期时间
{
   "type": "play",
   "id": "Z9_Play_1572344489512",
   "libName": "datetime",
   "start": -1,
   "params": {
      "top": 0,
      "left": 0,
      "width": 500,
      "height": 50,
      "zIndex": 9,
      "screen_rotate": 0,
      "screen_mode": "landscape",
      "color": "rgba(0, 128, 0, 100%)",
      "bgcolor": "rgba(0, 0, 0, 20%)",
      "font_size": 30,
      "align": "center",
      "style": "bold"
   }
}
#End

如果动画显示不正常, 您可以使用Photoshop重新存储一下

// 显示动画
{
   "id": "Z9_Play_1554437960000",
   "type": "play",
   "start": -1,
   "libName": "gif",
   "params": {
       "zIndex": 9,
       "path": "/root/aaa.gif",
       "top": 0,
       "left": 0,
       "height": 100,
       "width": 100,
       "screen_mode": "landscape",
       "screen_rotate": 0
   }
}
#End
// 显示二维码
{
   "id": "Z9_Play_1558837960000",
   "type": "play",
   "start": -1,
   "libName": "qrcode",
   "params": {
       "zIndex": 9,
       "content": "http://www.danoonetwork.com",
       "top": 0,
       "left": 0,
       "height": 100,
       "width": 100,
       "screen_mode": "landscape",
       "screen_rotate": 0
   }
}
#End
// 停止全部层
{
  "type": "stop",
  "params": {
      "all": true
  }
}
#End
// 停止指定层
{
  "type": "stop",
  "params": {
      "ids": ["10", "11", "12"]
  }
}
#End

许可信息

Qt 使用 LGPL 许可 https://www.qt.io/licensing/https://www.qt.io/features#js-6-3
通过LGPLv3许可证选项,您可以使用基本库和Qt的某些附加库。只要满足LGPLv3的所有要求,LGPLv3即可保持您的应用程序源代码关闭。
该程序所涉及 Qt Core、Qt GUI、Qt Network 满足 LGPL 要求

LOG4QT 使用 APACHE LICENSE VERSION 2.0 https://www.apache.org/licenses/LICENSE-2.0.html

SDL 与 SDL_ttf 使用 zlib 许可 https://www.zlib.net/zlib_license.html
授予任何人出于任何目的使用此软件的权限,包括商业应用,并对其进行更改和重新分发

FFmpeg 使用 GNU较小通用公共许可证(LGPL) 许可 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
FFmpeg License and Legal Considerations http://ffmpeg.org/legal.html

FFmpeg 在 Windows 系统许可 https://ffmpeg.zeranoe.com/builds/
FFmpeg is the leading multimedia framework to decode, encode, transcode, mux, demux, stream, filter and play. All builds require at least Windows 7 or Mac OS X 10.10. Nightly git builds are licensed as GPL 3.0, and release build are licensed as GPL 3.0 and LGPL 3.0. LGPL 3.0 release builds can be found using the "All Builds" links.


更多功能

  • 基于云服务的信息发布系统(www.danoonetworks.com)
  • 提供一站式解决方案(软硬件、一体机、4G/WIFI网络、等 ...)

image


空文件

简介

专为树莓派(Raspberry Pi)与Windows系统设计的多媒体播放器 ... 展开 收起
C++
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/kalend-feidianbo/xplay.git
git@gitee.com:kalend-feidianbo/xplay.git
kalend-feidianbo
xplay
xplay
master

搜索帮助

14c37bed 8189591 565d56ea 8189591