<div dir="ltr"><div><div>Thomas,<br><br>Thanks for pointing me in the right direction. I updated my code to use cURL for sending the mp3 encoded audio to <a href="http://localhost:8001/test_stream">http://localhost:8001/test_stream</a>. What should I put in my icecast configuration file to properly receive the stream?<br><br>This example of using cURL for HTTP PUT operations was very helpful in case anyone else is interested.<br><a href="http://curl.haxx.se/libcurl/c/httpput.html">http://curl.haxx.se/libcurl/c/httpput.html</a><br><br></div>thanks again,<br><br></div>Jeremy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 11, 2014 at 7:32 AM, "Thomas B. Rücker" <span dir="ltr"><<a href="mailto:thomas@ruecker.fi" target="_blank">thomas@ruecker.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><div class="h5"><br>
On 11/11/2014 05:53 AM, Jeremy Prince wrote:<br>
> I am working on a project where I am reading data from a radio then<br>
> encoding it to mp3. I would like to then send this encoded data to<br>
> Icecast for streaming, is all I need to do is create a tcp connection<br>
> to the icecast socket and then start sending the encoded buffer?<br>
<br>
</div></div>It's a bit more than that. Probably the easiest way for you is to look<br>
at integrating libShout into your project. It handles all the specifics.<br>
Or in case of Icecast 2.4.x, implement HTTP PUT.<br>
<br>
We're currently working on updated documentation about Icecast source<br>
connections. You'll find it on <a href="http://icecast.org" target="_blank">http://icecast.org</a> soon.<br>
<br>
<br>
Cheers<br>
<br>
Thomas<br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div><br></div>