How can I send audio input as chunked HTTP?
Posted
by
Noli
on Programmers
See other posts from Programmers
or by Noli
Published on 2012-09-17T16:27:36Z
Indexed on
2012/09/17
21:52 UTC
Read the original article
Hit count: 379
http
|http-request
I am trying to create an interface with an external server, and don't know where to start. I would need to take audio as input to my computer, and send it to the remote server as a chunked HTTP request. The api that i'm trying to connect to is described here p1-5
I have never worked with audio programmatically, so don't know what would be the most straighforward way to go about this? Are there solutions that exist out there that already do this? I've come across references to Shoutcast, VLC, Icecast, FFMPeg, Darkice, but I don't know if those are appropriate for what I'm trying to accomplish or not.
Would appreciate any guidance, Thanks
© Programmers or respective owner