srs/trunk/3rdparty/srs-bench/vendor/github.com/google/uuid
Haibo Chen(陈海博) 974826800f
update pion/webrtc to v4. v7.0.34 (#4359)
To enable H.265 support for the WebRTC protocol, upgrade the pion/webrtc
library to version 4.

---------

Co-authored-by: john <hondaxiao@tencent.com>
Co-authored-by: winlin <winlinvip@gmail.com>
2025-05-26 17:48:53 +08:00
..
CHANGELOG.md update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
CONTRIBUTING.md update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
CONTRIBUTORS For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
dce.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
doc.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
hash.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
LICENSE For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
marshal.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
node_js.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
node_net.go HLS: Ignore empty NALU to avoid error. v6.0.65 (#3750) 2023-08-02 22:49:49 +08:00
node.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
null.go TEST: Upgrade pion to v3.2.9. (#3567) 2023-06-05 11:25:04 +08:00
README.md update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
sql.go Squash: Fix rtc to rtmp sync timestamp using sender report. #2470 2021-08-17 07:25:03 +08:00
time.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
util.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
uuid.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
version1.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
version4.go TEST: Upgrade pion to v3.2.9. (#3567) 2023-06-05 11:25:04 +08:00
version6.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00
version7.go update pion/webrtc to v4. v7.0.34 (#4359) 2025-05-26 17:48:53 +08:00

uuid

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install
go get github.com/google/uuid
Documentation

Go Reference

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://pkg.go.dev/github.com/google/uuid