Skip to content

Commit 223f7f8

Browse files
committed
Update readme, support RTMP and AVC
1 parent 5b202a7 commit 223f7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The library provides packages about network and multiple media processing:
2525
- [x] [errors](errors/example_test.go): Fork from [pkg/errors](https://github.com/pkg/errors), a complex error with message and stack, read [article](https://gocn.io/article/348).
2626
- [x] [aac](aac/example_test.go): The AAC utilities to demux and mux AAC RAW data, for oryx.
2727
- [x] [websocket](https://golang.org/x/net/websocket): Fork from [websocket](https://github.com/gorilla/websocket/tree/v1.2.0).
28+
- [x] [rtmp](rtmp/example_test.go): The RTMP protocol stack, for oryx.
29+
- [x] [avc](avc/example_test.go): The AVC utilities to demux and mux AVC RAW data, for oryx.
2830
- [ ] [sip](sip/example_test.go): A [sip RFC3261](https://tools.ietf.org/html/rfc3261) library for WebRTC signaling.
2931
- [ ] [turn](turn/example_test.go): A [turn RFC5766](https://tools.ietf.org/html/rfc5766) library for WebRTC and SFU.
30-
- [ ] [avc](avc/example_test.go): The AVC utilities to demux and mux AVC RAW data, for oryx.
31-
- [ ] [rtmp](rtmp/example_test.go): The RTMP protocol stack, for oryx.
3232

3333
> Remark: For library, please never use `logger`, use `errors` instead.
3434

0 commit comments

Comments
 (0)