Skip to content

Commit 6c23739

Browse files
committed
README.md: add fields
1 parent ca9c3e7 commit 6c23739

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# h264-profile-level-id
22

3+
[![][npm-shield-h264-profile-level-id]][npm-h264-profile-level-id]
4+
[![][github-actions-shield-h264-profile-level-id]][github-actions-h264-profile-level-id]
5+
[![][opencollective-shield-mediasoup]][opencollective-mediasoup]
6+
7+
38
TypeScript utility to process [H264](https://tools.ietf.org/html/rfc6184) `profile-level-id` values based on Google's libwebrtc C++ code:
49
- [h264_profile_level_id.cc](https://webrtc.googlesource.com/src/+/refs/heads/main/api/video_codecs/h264_profile_level_id.cc)
510
- [h264_profile_level_id.h](https://webrtc.googlesource.com/src/+/refs/heads/main/api/video_codecs/h264_profile_level_id.h)
@@ -123,3 +128,13 @@ See the [unit tests](src/tests/test.js).
123128
## License
124129

125130
[ISC](./LICENSE)
131+
132+
133+
134+
135+
[npm-shield-h264-profile-level-id]: https://img.shields.io/npm/v/h264-profile-level-id.svg
136+
[npm-h264-profile-level-id]: https://npmjs.org/package/h264-profile-level-id
137+
[github-actions-shield-h264-profile-level-id]: https://github.com/versatica/h264-profile-level-id/actions/workflows/h264-profile-level-id.yaml/badge.svg
138+
[github-actions-h264-profile-level-id]: https://github.com/versatica/h264-profile-level-id/actions/workflows/h264-profile-level-id.yaml
139+
[opencollective-shield-mediasoup]: https://img.shields.io/opencollective/all/mediasoup.svg
140+
[opencollective-mediasoup]: https://opencollective.com/mediasoup/

0 commit comments

Comments
 (0)