File tree Expand file tree Collapse file tree 7 files changed +24
-1
lines changed
Expand file tree Collapse file tree 7 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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+ =======================================================
121XEngine_StreamMedia V2.10.0.1001
222
323增加:windows coredump支持
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ feature:
272711 . Support text language transcription (planning)
282812 . Support recording (planning)
292913 . Support audio and video recoding (planning)
30+ 14 . Support pre-pull stream
3031
3132Publish Stream:
3233
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ c c++ streammedia server
303011 . 支持文本语言转录(planning)
313112 . 支持录像(planning)
323213 . 支持音视频重编解码(planning)
33+ 14 . 支持预拉流
3334
3435推流协议:
3536
You can’t perform that action at this time.
0 commit comments