You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2019. It is now read-only.
Someone asked whether it was possible to capture RTP streams.
RTP is not a protocol browsers understand directly. Browsers understand WebRTC and that's where we can get streams that we can record with MediaRecorder.
If we want to capture an RTP stream we need a server that transforms the RTP stream into a WebRTC stream.