I have an IPCam that genereates a multipart image stream which Chrome displays fine with the IMG element.
What I like to do is add this stream to WebRTC, is it possible ?
Having the proper CORS header on the server and crossOrigin="Anonymous" I can draw the image on a Canvas.
but can.CaptureStream always fails with "Canvas is not origin-clean".
using a normal image this works, but anyway it will not be stream.
Are there any other ways to use this image stream ?
Martin
" I