Search code examples
video-streamingwebrtchtml5-videortspip-camera

RTSP stream from an ip camera onto a web page without using any server / webrtc / node or any other cloud based solutions


I've been trying to find solutions to get rtsp stream from my ip camera connected to a local network All i find is really old solutions that are not supported anymore is there any way to get streams without using any web rtc or any other third party solutions ? any help or guidance will be appreciated


Solution

  • Unfortunately you will need to use something to bridge protocols. Browsers don’t support RTSP.

    RTSPtoWebRTC is a easy to use modern solution. It requires a server though.

    You could also convert the feed to HLS/DASH or just a streamable mp4/webm. Those can all just be done via ffmpeg/GSteamer.