Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

New example: capturing RTP streams? #13

Open
sole opened this issue May 23, 2016 · 0 comments
Open

New example: capturing RTP streams? #13

sole opened this issue May 23, 2016 · 0 comments

Comments

@sole
Copy link
Contributor

sole commented May 23, 2016

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.

Here's an example of doing this http://www.codeproject.com/Articles/800910/Broadcasting-of-a-Video-Stream-from-an-IP-camera-U ... and it looks fairly complex, but if someone can build a simpler example that would be great to have handy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant