Re: Multipart POSTs with large bodies

2017-04-16 Thread Reese Grimsley via curl-library
Thanks, that helps quite a bit. I think I will be using only the file parts of formadd (no callback) until I have this program set up to collect audio in parallel. On Sun, Apr 16, 2017 at 4:39 AM, Daniel Stenberg wrote: > On Wed, 12 Apr 2017, Reese Grimsley wrote: > > Hopefully

Re: Multipart POSTs with large bodies

2017-04-16 Thread Daniel Stenberg
On Wed, 12 Apr 2017, Reese Grimsley wrote: Hopefully this helps clear up what I am trying to ask, here is an excerpt of the documentation I am referring to: "This event should be sent to AVS as a multipart message: the first part a JSON-formatted object, the second part binary audio captured

Re: Multipart POSTs with large bodies

2017-04-12 Thread Reese Grimsley via curl-library
Hopefully this helps clear up what I am trying to ask, here is an excerpt of the documentation I am referring to: "This event should be sent to AVS as a multipart message: the first part a JSON-formatted object, the second part binary audio captured by the microphone. We encourage streaming

Re: Multipart POSTs with large bodies

2017-04-11 Thread Daniel Stenberg
On Tue, 11 Apr 2017, Reese Grimsley via curl-library wrote: I need to send audio data in the second part of a multi-part POST over HTTP2, in which the data should be broken into "frames" of 320 bytes each. I am using the multi API, and have it set so that this connection is multiplexed with a

Multipart POSTs with large bodies

2017-04-11 Thread Reese Grimsley via curl-library
Hello, I need to send audio data in the second part of a multi-part POST over HTTP2, in which the data should be broken into "frames" of 320 bytes each. I am using the multi API, and have it set so that this connection is multiplexed with a few others. I am wondering if libcurl by default sends