Displaying 1 result from an estimated 1 matches for "whateveryouset".
2014 Nov 12
1
Socket to Icecast
Thomas,
Thanks for pointing me in the right direction. I updated my code to use
cURL for sending the mp3 encoded audio to http://localhost:8001/test_stream.
What should I put in my icecast configuration file to properly receive the
stream?
This example of using cURL for HTTP PUT operations was very helpful in case
anyone else is interested.
http://curl.haxx.se/libcurl/c/httpput.html
thanks