Re: Send Remote Source in JSON body

2015-07-28 Thread Ray Satiro via curl-library
On 7/28/2015 4:12 PM, Aaron Meriwether wrote: On Jul 28, 2015, at 12:45 PM, Robert Hudspeth > wrote: I have a remote .csv file that I need to POST to our REST API in a JSON body, yet the code I have doesn't quite work. I believe what's happening is that the JSON

Re: Send Remote Source in JSON body

2015-07-28 Thread Alex Bligh
On 28 Jul 2015, at 22:13, Aaron Meriwether wrote: > libcurl does not provide methods for manipulating JSON. You will need to > compose your JSON document via some other mechanism, then pass the finished > document to libcurl. > The simplest way to compose a JSON document in C is probably to u

Re: Send Remote Source in JSON body

2015-07-28 Thread Aaron Meriwether
> On Jul 28, 2015, at 2:55 PM, Robert Hudspeth wrote: > > Do you still know if I can modify the JSON body using libcURL? libcurl does not provide methods for manipulating JSON. You will need to compose your JSON document via some other mechanism, then pass the finished document to libcurl. T

Re: Send Remote Source in JSON body

2015-07-28 Thread Robert Hudspeth
Thank you for your answer. It was helpful in furthering my understanding of this topic. Do you still know if I can modify the JSON body using libcURL? --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://cu

Re: Send Remote Source in JSON body

2015-07-28 Thread Aaron Meriwether
> On Jul 28, 2015, at 12:45 PM, Robert Hudspeth wrote: > > I have a remote .csv file that I need to POST to our REST API in a JSON body, > yet the code I have doesn't quite work. I believe what's happening is that > the JSON body isn't in the right format that the API accepts, so it's not > g

Send Remote Source in JSON body

2015-07-28 Thread Robert Hudspeth
Greetings. My name is Robert Hudspeth and I am a summer intern at BigML. I have a remote .csv file that I need to POST to our REST API in a JSON body, yet the code I have doesn't quite work. I believe what's happening is that the JSON body isn't in the right format that the API accepts, so it's no

RE: curl 7.43 binary kits posted for VMS.

2015-07-28 Thread Steve Holme
On Wed, 1 Jul 2015, John E. Malmberg wrote: > I have built binary install kits for VMS, can the download page be > updated with the new links? Thanks for the builds and sorry I've been away > from my curl duties for the last few months - I'm just starting to get back > into things again and as

Re: How to stream mpeg4 on an Axis Camera using the RTSP protocol?

2015-07-28 Thread Gisle Vanem
Frank Chang wrote: My manager and I have a question about how to use libcurl on an Axis camera with dual h264 and mpeg4 streaming hardware support to stream MPEG4 with the RTSP protocol. I read the following curl-library archived article from Jeremy 4 years ago and I was wondering if any

Re: How to stream mpeg4 on an Axis Camera using the RTSP protocol?

2015-07-28 Thread Daniel Stenberg
On Tue, 28 Jul 2015, Frank Chang wrote: My manager and I have a question about how to use libcurl on an Axis camera with dual h264 and mpeg4 streaming hardware support to stream MPEG4 with the RTSP protocol. I read the following curl-library archived article from Jeremy 4 years ago and I w