Skip to content

Commit

Permalink
Rewrite research/api-server code by Go, remove Python. (#3382)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Jan 18, 2023
1 parent c5ccee1 commit 8156686
Show file tree
Hide file tree
Showing 6 changed files with 842 additions and 1,134 deletions.
2 changes: 2 additions & 0 deletions trunk/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The changelog for SRS.

## SRS 6.0 Changelog

* 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)
* 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)
* 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)
* v6.0, 2023-01-17, Merge [#3379](https://github.com/ossrs/srs/pull/3379): H265: Support demux vps/pps info. v6.0.15
Expand All @@ -31,6 +32,7 @@ The changelog for SRS.

## SRS 5.0 Changelog

* 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)
* 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)
* 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)
* v5.0, 2023-01-17, Merge [#3383](https://github.com/ossrs/srs/pull/3383): GB: Fix PSM parsing indicator bug. v5.0.134 (#3383)
Expand Down
3 changes: 3 additions & 0 deletions trunk/research/api-server/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module api-server

go 1.18
Loading

0 comments on commit 8156686

Please sign in to comment.