You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2019. It is now read-only.
Hi, thanks for your directive.
I am considering using this in a system that uses <img src=xxxx> to stream multipart JPEG images from cameras. It is an open source home security system. The problem with multipart JPEG is the $http.get will never terminate. The standard browser <img src> takes care of this automatically. Is it possible to support this? thanks.
Hi, thanks for your directive.
I am considering using this in a system that uses
<img src=xxxx>to stream multipart JPEG images from cameras. It is an open source home security system. The problem with multipart JPEG is the$http.getwill never terminate. The standard browser<img src>takes care of this automatically. Is it possible to support this? thanks.