1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Squash: Fix rtc to rtmp sync timestamp using sender report. #2470

This commit is contained in:
winlin 2021-08-17 07:25:03 +08:00
parent 3d58e98d1c
commit 85620a34f5
309 changed files with 14837 additions and 8525 deletions

View file

@ -1,24 +1,41 @@
# github.com/google/uuid v1.1.2
# github.com/google/uuid v1.1.5
github.com/google/uuid
# github.com/ossrs/go-oryx-lib v0.0.8
## explicit
github.com/ossrs/go-oryx-lib/aac
github.com/ossrs/go-oryx-lib/errors
github.com/ossrs/go-oryx-lib/flv
github.com/ossrs/go-oryx-lib/logger
# github.com/pion/datachannel v1.4.21
github.com/pion/datachannel
# github.com/pion/dtls/v2 v2.0.4
# github.com/pion/dtls/v2 v2.0.8
github.com/pion/dtls/v2
github.com/pion/dtls/v2/internal/ciphersuite
github.com/pion/dtls/v2/internal/closer
github.com/pion/dtls/v2/internal/net/connctx
github.com/pion/dtls/v2/internal/util
github.com/pion/dtls/v2/pkg/crypto/ccm
github.com/pion/dtls/v2/pkg/crypto/ciphersuite
github.com/pion/dtls/v2/pkg/crypto/clientcertificate
github.com/pion/dtls/v2/pkg/crypto/elliptic
github.com/pion/dtls/v2/pkg/crypto/fingerprint
# github.com/pion/ice/v2 v2.0.14
github.com/pion/dtls/v2/pkg/crypto/hash
github.com/pion/dtls/v2/pkg/crypto/prf
github.com/pion/dtls/v2/pkg/crypto/signature
github.com/pion/dtls/v2/pkg/crypto/signaturehash
github.com/pion/dtls/v2/pkg/protocol
github.com/pion/dtls/v2/pkg/protocol/alert
github.com/pion/dtls/v2/pkg/protocol/extension
github.com/pion/dtls/v2/pkg/protocol/handshake
github.com/pion/dtls/v2/pkg/protocol/recordlayer
# github.com/pion/ice/v2 v2.0.15
github.com/pion/ice/v2
# github.com/pion/interceptor v0.0.9
# github.com/pion/interceptor v0.0.10
## explicit
github.com/pion/interceptor
github.com/pion/interceptor/pkg/nack
github.com/pion/interceptor/pkg/report
# github.com/pion/logging v0.2.2
## explicit
github.com/pion/logging
# github.com/pion/mdns v0.0.4
github.com/pion/mdns
@ -42,6 +59,8 @@ github.com/pion/srtp/v2
github.com/pion/stun
github.com/pion/stun/internal/hmac
# github.com/pion/transport v0.12.2
## explicit
github.com/pion/transport/connctx
github.com/pion/transport/deadline
github.com/pion/transport/packetio
github.com/pion/transport/replaydetector
@ -55,7 +74,7 @@ github.com/pion/turn/v2/internal/proto
github.com/pion/turn/v2/internal/server
# github.com/pion/udp v0.1.0
github.com/pion/udp
# github.com/pion/webrtc/v3 v3.0.4
# github.com/pion/webrtc/v3 v3.0.13
## explicit
github.com/pion/webrtc/v3
github.com/pion/webrtc/v3/internal/mux
@ -69,11 +88,11 @@ github.com/pion/webrtc/v3/pkg/media/oggwriter
github.com/pion/webrtc/v3/pkg/rtcerr
# github.com/pkg/errors v0.9.1
github.com/pkg/errors
# golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
# golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/crypto/cryptobyte
golang.org/x/crypto/cryptobyte/asn1
golang.org/x/crypto/curve25519
# golang.org/x/net v0.0.0-20201201195509-5d6afe98e0b7
# golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/net/bpf
golang.org/x/net/dns/dnsmessage
golang.org/x/net/internal/iana
@ -81,7 +100,7 @@ golang.org/x/net/internal/socket
golang.org/x/net/internal/socks
golang.org/x/net/ipv4
golang.org/x/net/proxy
# golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
# golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
golang.org/x/sys/windows