https://github.com/sourcey/webrtcnativelabs
WebRTC native C++ media server
https://github.com/sourcey/webrtcnativelabs
Last synced: 7 months ago
JSON representation
WebRTC native C++ media server
- Host: GitHub
- URL: https://github.com/sourcey/webrtcnativelabs
- Owner: sourcey
- Created: 2016-12-16T22:17:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T15:32:30.000Z (about 4 years ago)
- Last Synced: 2024-04-08T16:30:14.930Z (about 2 years ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 50
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRTC Native Media Streamer
This sample app showcases how to record and stream live WebRTC video streams on the server side. Audio and video streams are recorded and multiplexed in MP4 format (H.264/ACC) by default, but any format supported by LibSourcey/FFmpeg can be used.