• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H14-Oct-2019-12392

.gitignoreH A D14-Oct-2019211 1915

.golangci.ymlH A D14-Oct-2019245 1916

.travis.ymlH A D14-Oct-2019574 2216

LICENSEH A D14-Oct-20191 KiB2217

README.mdH A D14-Oct-20192.8 KiB4839

common_description.goH A D14-Oct-20192.5 KiB12389

direction.goH A D14-Oct-20191.4 KiB6045

direction_test.goH A D14-Oct-20191,017 5144

extmap.goH A D14-Oct-20191.8 KiB9573

extmap_test.goH A D14-Oct-2019730 3630

go.modH A D14-Oct-201983 63

go.sumH A D14-Oct-2019968 1211

ice.goH A D14-Oct-20193.2 KiB14496

ice_test.goH A D14-Oct-20191.6 KiB5044

jsep.goH A D14-Oct-20195.3 KiB165123

marshal.goH A D14-Oct-20193 KiB12068

marshal_test.goH A D14-Oct-20193.9 KiB168163

media_description.goH A D14-Oct-20191.9 KiB8247

renovate.jsonH A D14-Oct-2019131 109

session_description.goH A D14-Oct-20193.8 KiB15277

sessiondescription_test.goH A D14-Oct-2019655 1311

time_description.goH A D14-Oct-20191.4 KiB5333

unmarshal.goH A D14-Oct-201923.6 KiB939695

unmarshal_test.goH A D14-Oct-20195.5 KiB233198

util.goH A D14-Oct-20196.4 KiB308239

util_test.goH A D14-Oct-20193 KiB140131

README.md

1<h1 align="center">
2  <br>
3  Pion SDP
4  <br>
5</h1>
6<h4 align="center">A Go implementation of the SDP</h4>
7<p align="center">
8  <a href="https://pion.ly"><img src="https://img.shields.io/badge/pion-sdp-gray.svg?longCache=true&colorB=brightgreen" alt="Pion SDP"></a>
9  <a href="https://sourcegraph.com/github.com/pion/sdp?badge"><img src="https://sourcegraph.com/github.com/pion/sdp/-/badge.svg" alt="Sourcegraph Widget"></a>
10  <a href="https://pion.ly/slack"><img src="https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen" alt="Slack Widget"></a>
11  <br>
12  <a href="https://travis-ci.org/pion/sdp"><img src="https://travis-ci.org/pion/sdp.svg?branch=master" alt="Build Status"></a>
13  <a href="https://godoc.org/github.com/pion/sdp"><img src="https://godoc.org/github.com/pion/sdp?status.svg" alt="GoDoc"></a>
14  <a href="https://codecov.io/gh/pion/sdp"><img src="https://codecov.io/gh/pion/sdp/branch/master/graph/badge.svg" alt="Coverage Status"></a>
15  <a href="https://goreportcard.com/report/github.com/pion/sdp"><img src="https://goreportcard.com/badge/github.com/pion/sdp" alt="Go Report Card"></a>
16  <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
17</p>
18<br>
19
20See [DESIGN.md](DESIGN.md) for an overview of features and future goals.
21
22### Roadmap
23The library is used as a part of our WebRTC implementation. Please refer to that [roadmap](https://github.com/pion/webrtc/issues/9) to track our major milestones.
24
25### Community
26Pion has an active community on the [Golang Slack](https://invite.slack.golangbridge.org/). Sign up and join the **#pion** channel for discussions and support. You can also use [Pion mailing list](https://groups.google.com/forum/#!forum/pion).
27
28We are always looking to support **your projects**. Please reach out if you have something to build!
29
30If you need commercial support or don't want to use public methods you can contact us at [team@pion.ly](mailto:team@pion.ly)
31
32### Contributing
33Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contributing)** to join the group of amazing people making this project possible:
34
35* [John Bradley](https://github.com/kc5nra) - *Original Author*
36* [Sean DuBois](https://github.com/Sean-Der) - *Original Author*
37* [Michiel De Backker](https://github.com/backkem) - *Public API, Initialization*
38* [Konstantin Itskov](https://github.com/trivigy) - *Fix documentation*
39* [chenkaiC4](https://github.com/chenkaiC4) - *Fix GolangCI Linter*
40* [Woodrow Douglass](https://github.com/wdouglass) *RTCP, RTP improvements, G.722 support, Bugfixes*
41* [Michael MacDonald](https://github.com/mjmac)
42* [Max Hawkins](https://github.com/maxhawkins)
43* [mchlrhw](https://github.com/mchlrhw)
44* [Hugo Arregui](https://github.com/hugoArregui)
45
46### License
47MIT License - see [LICENSE](LICENSE) for full text
48