1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/3rdparty/srs-bench/vendor/github.com/pion/ice/v2
john ea8cff6163
RTC: Fix rtc to rtmp sync timestamp using sender report. (#2470)
* fix annotation spell failed

* RTC to RTMP using SenderReport to sync av timestamp

* update pion/webrtc versio from v3.0.4 -> v3.0.13, auto config sender/receiver report

* Add rtc push flv play regression test

* Add unit test of ntp and av sync time

* Take flag CXX to makefile of utest

* Add annotation about rtc unit test

* Fix compiler error in C++98

* Add FFmpeg log callback funciton.
2021-08-17 06:32:35 +08:00
..
.gitignore For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
.golangci.yml For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
agent.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
agent_config.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
agent_stats.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate_base.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate_host.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate_peer_reflexive.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate_relay.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidate_server_reflexive.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidatepair.go RTC: Fix rtc to rtmp sync timestamp using sender report. (#2470) 2021-08-17 06:32:35 +08:00
candidatepair_state.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidaterelatedaddress.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
candidatetype.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
codecov.yml For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
context.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
errors.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
external_ip_mapper.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
gather.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
go.mod RTC: Fix rtc to rtmp sync timestamp using sender report. (#2470) 2021-08-17 06:32:35 +08:00
go.sum RTC: Fix rtc to rtmp sync timestamp using sender report. (#2470) 2021-08-17 06:32:35 +08:00
ice.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
icecontrol.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
LICENSE For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
mdns.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
networktype.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
priority.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
rand.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
README.md RTC: Fix rtc to rtmp sync timestamp using sender report. (#2470) 2021-08-17 06:32:35 +08:00
renovate.json For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
role.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
selection.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
stats.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
stun.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
tcp_mux.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
tcp_packet_conn.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
tcptype.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
transport.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
url.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
usecandidate.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00
util.go For regression test, add srs-bench to 3rdparty 2021-03-04 14:18:57 +08:00


Pion ICE

A Go implementation of ICE

Pion transport Slack Widget
Build Status GoDoc Coverage Status Go Report Card License: MIT


Roadmap

The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

License

MIT License - see LICENSE for full text