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 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
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+ =======================================================
17XEngine_StreamMedia V2.11.0.1001
28
39增加:预拉流的协议支持
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments