Skip to content

Commit eca8933

Browse files
committed
fixed:rmtp stream push failed
1 parent 507b669 commit eca8933

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
patch=$(echo $latest_tag | cut -d '.' -f 3)
8585
build=$(echo $latest_tag | cut -d '.' -f 4)
8686
87-
new_minor=$((minor + 1))
87+
new_minor=$((patch + 1))
8888
new_version="$major.$new_minor.$patch.$build"
8989
echo "New version: $new_version"
9090
echo "new_tag=$new_version" >> $GITHUB_OUTPUT

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
XEngine_StreamMedia V2.11.1.1001
2+
3+
修正:rtmp推流CSID处理不正确导致推流不正确的问题
4+
5+
fixed:rmtp stream push failed
6+
=======================================================
17
XEngine_StreamMedia V2.11.0.1001
28

39
增加:预拉流的协议支持

XEngine_Release/XEngine_Config/XEngine_Version.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"XVer": [
3-
"V2.11.0.1001 Build20250409",
3+
"V2.11.1.1001 Build20250409",
4+
"V2.11.0.1001 Build20250426",
45
"V2.10.0.1001 Build20250124",
56
"V2.9.0.1001 Build20241011",
67
"V2.8.0.1001 Build20240531",

0 commit comments

Comments
 (0)