Live stream from IP cameras into web page Website Play
There are two methods to play back RTSP live video on a website with a latency of under 0.3 seconds, the Web Live Video Player and WebRTC.
[ Back RTSP]
Web Live Video Player
The solution contains an RTSP-to-fMP4 gateway on the server side, and a JavaScript player for browsers.
Key features:
Sub-second latency (~200ms, glass-to-glass)
No plugins required. Compatible with HTML5 browsers that support MSE ( MediaSource Extension ).
Supports H.264 video and AAC audio.
Lightweight. Uses only 3% CPU load on a quad core Cortex A53 600MHz processor when playing a 1920x1080@30fps 8Mbps RTSP stream.
Web Live Video Demo
Wall clock (left), HTML5 player (upper right), and direct RTSP player (ffplay, lower right)