Skip to content

Commit

Permalink
update:read me and document
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 23, 2025
1 parent debde6f commit 4b068b9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 13 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ jobs:
- name: test
run: |
cd XEngine_Release
sudo launchctl limit core unlimited
sudo sysctl -w kern.corefile=coredump
set +e
./XEngine_StreamMediaApp -t
ls -al
lldb ./XEngine_StreamMediaApp ./coredump
set -e
ulimit -c unlimited
sudo sysctl -w kern.corefile=/cores/core.%P
./XEngine_StreamMediaApp -t || true
ls -l /cores
LATEST_CORE=$(ls -t /cores/core.* | head -1)
lldb -c $LATEST_CORE -o 'bt all' -o 'exit'
- name: Upload folder as artifact with mac x64
if: matrix.os == 'macos-13'
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
XEngine_StreamMedia V2.10.0.1001

增加:windows coredump支持
更新:匹配XEngineV9版本支持
更新:CI支持更多发布类型
更新:依赖库
更新:升级编译器版本
优化:获取报告次数
修改:vs2022的ansi字符集改为unicode字符集
修正:其他语言系统乱码问题
修正:编译选项的问题

added:windows core-dump support
update:match xengine v9.x support
update:workflows more release support
update:depend library
update:compiler version to c++20 and c17
improved:get report count
modify:character-set to unicode from ansi on vs
fixed:Garbled characters on other language system
fixed:problem that build flags
=======================================================
XEngine_StreamMedia V2.9.0.1001

增加:音频编解码器和重采样支持
Expand Down
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Play Stream:

#### XEngine environment
you have to install xengine before complie,You can refer to its Readme document
GITEE:https://gitee.com/xyry/libxengine
GITHUB:https://github.com/libxengine/xengine
GITEE:https://gitee.com/libxengine/libxengine
GITHUB:https://github.com/libxengine/libxengine

#### fast to deployment
git clone https://gitee.com/xyry/libxengine.git or git clone https://github.com/libxengine/xengine.git
git clone https://gitee.com/libxengine/libxengine.git or git clone https://github.com/libxengine/libxengine.git
window Exection XEngine_WINEnv.bat
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
Macos Exection:./XEngine_LINEnv.sh -i 3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ c c++ streammedia server
#### XEngine环境

在编译之前必须安装XEngine,可以参考其Readme文档
GITEE:https://gitee.com/xyry/libxengine
GITHUB:https://github.com/libxengine/xengine
GITEE:https://gitee.com/libxengine/libxengine
GITHUB:https://github.com/libxengine/libxengine

#### 快速部署

git clone https://gitee.com/xyry/libxengine.git 或者 git clone https://github.com/libxengine/xengine.git
git clone https://gitee.com/libxengine/libxengine.git 或者 git clone https://github.com/libxengine/libxengine.git
window执行XEngine_WINEnv.bat 脚本
Linux执行:sudo ./XEngine_LINEnv.sh -i 3
macos执行:./XEngine_LINEnv.sh -i 3
Expand Down
Binary file modified XEngine_Docment/Docment_en.docx
Binary file not shown.
Binary file modified XEngine_Docment/Docment_zh.docx
Binary file not shown.

0 comments on commit 4b068b9

Please sign in to comment.