Display consecutive snapshots in webpage
问题 I have a ip camera that is able to provide a rtsp stream or consecutive snapshots. I'm trying to display this camera's live video on a webpage. To display the rtsp stream I need to use a vlc plugin (I don't like this solution because I'm displaying the videos inside a leafletjs map. Leaflet does not handle vlc very well); Is there some way to display the consecutive snapshots in a html canvas (or something else)? 来源: https://stackoverflow.com/questions/26421328/display-consecutive-snapshots