Skip to content

Commit 3e94926

Browse files
committed
update:read me and document
1 parent 5597ebc commit 3e94926

File tree

7 files changed

+24
-1
lines changed

7 files changed

+24
-1
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: test (srt bug on macos,not run)
8484
run: |
8585
cd XEngine_Release
86+
./XEngine_StreamMediaApp -t
8687
8788
- name: Upload folder as artifact with mac x64
8889
if: matrix.os == 'macos-13'

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
121121
cd XEngine_Release
122122
.\VSCopy_x86.bat
123-
# ./XEngine_StreamMediaApp -t
123+
./XEngine_StreamMediaApp -t
124124
shell: pwsh
125125
- name: Conditional Step for x64 Release
126126
if: matrix.configuration == 'Release' && matrix.platform == 'x64'

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
XEngine_StreamMedia V2.11.0.1001
2+
3+
增加:预拉流的协议支持
4+
增加:更多系统发布版本支持
5+
更新:xengine 最新版本匹配
6+
更新:三方库
7+
修改:推流的数据使用了内存池技术
8+
修改:当debug模式的时候不报告信息
9+
修复:日志输出错误增加日志类型支持
10+
修复:当拉流请求的时候现在可以正常响应成功失败了
11+
12+
added:pre pull stream support for xstream ts srt rtmp flv
13+
added:more release system supported
14+
update:xengine newer version supported
15+
update:depend library
16+
modify:use memory pool for memory of push stream
17+
modify:does not report info when debug start
18+
fixed:log print error and log type support
19+
fixed:reply error when strema not found for rtmp and flv and xstream with play
20+
=======================================================
121
XEngine_StreamMedia V2.10.0.1001
222

323
增加:windows coredump支持

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ feature:
2727
11. Support text language transcription (planning)
2828
12. Support recording (planning)
2929
13. Support audio and video recoding (planning)
30+
14. Support pre-pull stream
3031

3132
Publish Stream:
3233

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ c c++ streammedia server
3030
11. 支持文本语言转录(planning)
3131
12. 支持录像(planning)
3232
13. 支持音视频重编解码(planning)
33+
14. 支持预拉流
3334

3435
推流协议:
3536

XEngine_Docment/Docment_en.docx

-5.94 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-4.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)