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

New example: capturing RTP streams? #13

Description

@sole

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions