Skip to content

Commit

Permalink
speed up release process; update README (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Mar 11, 2023
1 parent af8c183 commit c8a1805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- run: |
sed -i '/gortsplib/d' go.mod
go mod download
go mod tidy
GOPROXY=direct go mod tidy
git diff --exit-code
make_binaries:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1151,10 +1151,7 @@ For more advanced options, you can create and serve a custom web page by startin
## Standards

* RTSP/RTP/RTCP standards https://github.com/aler9/gortsplib#standards
* HTTP 1.1 https://datatracker.ietf.org/doc/html/rfc2616
* HLS https://datatracker.ietf.org/doc/html/rfc8216
* HLS v2 https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis
* Opus in MP4/ISOBMFF https://opus-codec.org/docs/opus_in_isobmff.html
* HLS standards https://github.com/bluenviron/gohlslib#standards
* Golang project layout https://github.com/golang-standards/project-layout

## Links
Expand Down

0 comments on commit c8a1805

Please sign in to comment.