Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycrl/librtc
C bindings for Google Chrome WebRTC Native.
https://github.com/mycrl/librtc
abi webrtc
Last synced: 3 months ago
JSON representation
C bindings for Google Chrome WebRTC Native.
- Host: GitHub
- URL: https://github.com/mycrl/librtc
- Owner: mycrl
- License: mit
- Created: 2022-12-14T15:40:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T11:03:58.000Z (7 months ago)
- Last Synced: 2024-07-06T12:23:28.396Z (7 months ago)
- Topics: abi, webrtc
- Language: C++
- Homepage:
- Size: 205 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libRTC
C bindings for Google Chrome WebRTC Native
![]()
![]()
![]()
![]()
current version: [M110/5481](https://webrtc.googlesource.com/src.git/+log/refs/branch-heads/5481)
hardware codec: Nvenc / Qsv / VideoToolBox***
C bindings for Google Chrome WebRTC Native. Using C++ ABI in other programming languages is a very difficult thing, but most languages support interacting with stable C ABI, the meaning of this project is just that, abstract some commonly used structures and methods, and make other projects embed WebRTC Native is easier.
***
### License
[MIT](./LICENSE) Copyright (c) 2022 Mr.Panda.