mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
* 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. |
||
---|---|---|
.. | ||
.gitignore | ||
.golangci.yml | ||
agent.go | ||
agent_config.go | ||
agent_stats.go | ||
candidate.go | ||
candidate_base.go | ||
candidate_host.go | ||
candidate_peer_reflexive.go | ||
candidate_relay.go | ||
candidate_server_reflexive.go | ||
candidatepair.go | ||
candidatepair_state.go | ||
candidaterelatedaddress.go | ||
candidatetype.go | ||
codecov.yml | ||
context.go | ||
errors.go | ||
external_ip_mapper.go | ||
gather.go | ||
go.mod | ||
go.sum | ||
ice.go | ||
icecontrol.go | ||
LICENSE | ||
mdns.go | ||
networktype.go | ||
priority.go | ||
rand.go | ||
README.md | ||
renovate.json | ||
role.go | ||
selection.go | ||
stats.go | ||
stun.go | ||
tcp_mux.go | ||
tcp_packet_conn.go | ||
tcptype.go | ||
transport.go | ||
url.go | ||
usecandidate.go | ||
util.go |
Pion ICE
A Go implementation of ICE
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:
- John Bradley - Original Author
- Sean DuBois - Original Author
- Michael MacDonald - Original Author
- Michiel De Backker - Original Author
- Konstantin Itskov - Original Author
- Luke Curley
- Hugo Arregui
- Adam Kiss
- Aleksandr Razumov
- Yutaka Takeda
- Atsushi Watanabe
- Robert Eperjesi
- Sebastian Waisbrot
- Zizheng Tai
- Aaron France
- Chao Yuan
- Jason Maldonis
- Nevio Vesic
- David Hamilton
- adwpc
- Ori Bernstein
- Sam Lancia
- Lander Noterman
- BUPTCZQ
- Henry
- Jerko Steiner
- Sidney San Martín
- JooYoung Lim
- Kory Miller
- ZHENK
- Assad Obaid
- Antoine Baché
- Will Forcey
License
MIT License - see LICENSE for full text