Http multi part mjpeg stream

Unfortunately I don’ t think it is possible, or it is not trivial, as the camera creates its own access point so I am not really sure about how to do some NAT on my router to give it a public access (furthermore I am on a HDSPA connectio right now, but I ll have a look at it).
The “ritual” is as following:

  • POST to IP/osc/commands/execute with payload
    {
    “name”: “camera.getLivePreview”,
    }

  • the camera starts to stream (akwnoledged by monitoring the wifi use of bandwidth), nothing comes out of the http nodes

  • if you stop the stream (must be done in the camera because if you do it with an http request, the latest response will erase the previous, or alternatively with a parallel request) the http node spits out the recorded frames with the folowing content type, they frame boundary is explicitly defined

multipart/x-mixed-replace;boundary=------live_preview--------