Displaying RTSP on website
问题 I have a RTSP link to a camera which I want to display on a web page. Since the video tag does not support RTSP, and google chrome does not support VLC and QuickTime plugins anymore, what is currently the best way to display this camera using the RTSP link? 回答1: If latency is not a great consideration you can use ffmpeg to generate a HLS playlist and serve it to clients via an HTTP server - see this. Otherwise you would need solution that would output a live fragmented MP4 stream. 回答2: You