stream RTSP to HTML website

前端 未结 2 754
盖世英雄少女心
盖世英雄少女心 2020-12-16 06:46

I would like to display IP cameras streaming in RTSP into a web page.

I\'ve tried many solutions, like using VLC to transcode the stream, but none of them seems to b

2条回答
  •  心在旅途
    2020-12-16 07:27

    After tried the "plugins" way suggested in

    How can I display an RTSP video stream in a web page?

    And the "conversion" way suggested in

    https://www.npmjs.com/package/html5_rtsp_player

    I finally found a really straight forward solution using this plugin, works for Chrome only which is ok for my project.

    https://www.videoexpertsgroup.com/vxg-chrome-plugin/

    This is how the html code look like

        
        
          
          
          
          
          
        
         
           

提交回复
热议问题