Display consecutive snapshots in webpage

|▌冷眼眸甩不掉的悲伤 提交于 2020-03-06 06:51:33

问题


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-in-webpage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!