Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 25, 2020
1 parent 7c0cb05 commit a328250
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# rtp
<h1 align="center">
<a href="https://webrtc.rs"><img src="https://github.com/webrtc-rs/webrtc/doc/webrtc.rs.png" alt="WebRTC.rs"></a>
<br>
</h1>
<p align="center">
<a href="https://github.com/webrtc-rs/rtp/actions">
<img src="https://github.com/webrtc-rs/rtp/workflows/Cargo/badge.svg">
</a>
<a href="https://codecov.io/gh/webrtc-rs/rtp">
<img src="https://codecov.io/gh/webrtc-rs/rtp/branch/main/graph/badge.svg">
</a>
<a href="https://deps.rs/repo/github/webrtc-rs/rtp">
<img src="https://deps.rs/repo/github/webrtc-rs/rtp/status.svg">
</a>
<a href="https://github.com/webrtc-rs/rtp/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
</a>
</p>
<p align="center">
A pure Rust implementation of RTP. Rewrite Pion RTP (<a href="http://Pion.ly">http://Pion.ly</a>) in Rust
</p>

0 comments on commit a328250

Please sign in to comment.