"fireandlight27" wrote:
The problem I'm having is that one of the sources I need to support requires that I POST some session information in order to pull down the MJPEG I need to display. As far as I can tell roUrlTransfer doesn't provide a way to POST a string and save the result as a file.
Well, there is now:
asyncPostFromFileToFile(SourceFile,Destfile)
Not yet documented. I don't think this works on legacy (3.x) firmware though I can't confirm that right now.
Is there a way to accomplish this that I'm not seeing? Even better, is there a way to process an HTTP response as it comes instead of all-at-once when it completes?
Unfortunately, not yet, as far as I'm aware.
- Joel