You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ The library provides packages about network and multiple media processing:
25
25
-[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).
26
26
-[x][aac](aac/example_test.go): The AAC utilities to demux and mux AAC RAW data, for oryx.
27
27
-[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.
28
30
-[ ][sip](sip/example_test.go): A [sip RFC3261](https://tools.ietf.org/html/rfc3261) library for WebRTC signaling.
29
31
-[ ][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.
32
32
33
33
> Remark: For library, please never use `logger`, use `errors` instead.
0 commit comments