File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 84
84
patch=$(echo $latest_tag | cut -d '.' -f 3)
85
85
build=$(echo $latest_tag | cut -d '.' -f 4)
86
86
87
- new_minor=$((minor + 1))
87
+ new_minor=$((patch + 1))
88
88
new_version="$major.$new_minor.$patch.$build"
89
89
echo "New version: $new_version"
90
90
echo "new_tag=$new_version" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change
1
+ XEngine_StreamMedia V2.11.1.1001
2
+
3
+ 修正:rtmp推流CSID处理不正确导致推流不正确的问题
4
+
5
+ fixed:rmtp stream push failed
6
+ =======================================================
1
7
XEngine_StreamMedia V2.11.0.1001
2
8
3
9
增加:预拉流的协议支持
Original file line number Diff line number Diff line change 1
1
{
2
2
"XVer" : [
3
- " V2.11.0.1001 Build20250409" ,
3
+ " V2.11.1.1001 Build20250409" ,
4
+ " V2.11.0.1001 Build20250426" ,
4
5
" V2.10.0.1001 Build20250124" ,
5
6
" V2.9.0.1001 Build20241011" ,
6
7
" V2.8.0.1001 Build20240531" ,
You can’t perform that action at this time.
0 commit comments