ngraziano / SharpRTSP

A RTSP handling library
Other
548 stars 181 forks source link

Authorization and setup #34

Closed arc95 closed 6 years ago

arc95 commented 6 years ago

Hi @ngraziano. Thanks for this great library! I have the following use case and wondering where to start:

  1. User selects a CCTV RTSP video stream.
  2. We authenticate against that camera with username/password.
  3. Return stream to the user's browser via WebAPI.
  4. User can play the stream in an HTML5 video player.

Is this possible with SharpRTSP? Thanks.

RogerHardiman commented 6 years ago

You want to look for some other open source projects that convert RTSP to WebRTC format. Then you can play the video with most web browsers which now support WebRTC format.