Skip to content

Commit 8156686

Browse files
panda1986winlinvipchundonglinlinchen-guanghua
authored
Rewrite research/api-server code by Go, remove Python. (#3382)
* support api-server golang * Update release to v6.0.18 and v5.0.137 Co-authored-by: winlin <[email protected]> Co-authored-by: chundonglinlin <[email protected]> Co-authored-by: ChenGH <[email protected]>
1 parent c5ccee1 commit 8156686

File tree

6 files changed

+842
-1134
lines changed

6 files changed

+842
-1134
lines changed

trunk/doc/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The changelog for SRS.
88

99
## SRS 6.0 Changelog
1010

11+
* v6.0, 2023-01-18, Merge [#3382](https://github.com/ossrs/srs/pull/3382): Rewrite research/api-server code by Go, remove Python. v6.0.18 (#3382)
1112
* v6.0, 2023-01-18, Merge [#3386](https://github.com/ossrs/srs/pull/3386): SRT: fix crash when srt_to_rtmp off. v6.0.17 (#3386)
1213
* v5.0, 2023-01-17, Merge [#3385](https://github.com/ossrs/srs/pull/3385): API: Support server/pid/service label for exporter and api. v6.0.16 (#3385)
1314
* v6.0, 2023-01-17, Merge [#3379](https://github.com/ossrs/srs/pull/3379): H265: Support demux vps/pps info. v6.0.15
@@ -31,6 +32,7 @@ The changelog for SRS.
3132

3233
## SRS 5.0 Changelog
3334

35+
* v5.0, 2023-01-18, Merge [#3382](https://github.com/ossrs/srs/pull/3382): Rewrite research/api-server code by Go, remove Python. v5.0.137 (#3382)
3436
* v5.0, 2023-01-18, Merge [#3386](https://github.com/ossrs/srs/pull/3386): SRT: fix crash when srt_to_rtmp off. v5.0.136 (#3386)
3537
* v5.0, 2023-01-17, Merge [#3385](https://github.com/ossrs/srs/pull/3385): API: Support server/pid/service label for exporter and api. v5.0.135 (#3385)
3638
* v5.0, 2023-01-17, Merge [#3383](https://github.com/ossrs/srs/pull/3383): GB: Fix PSM parsing indicator bug. v5.0.134 (#3383)

trunk/research/api-server/go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module api-server
2+
3+
go 1.18

0 commit comments

Comments
 (0)