I am trying to develop live streaming using Icecast or SHOUTcast library.
I recorded audio in Java, and I need to send a byte stream to the Icecast Server.
I am trying to develop live streaming using Icecast or SHOUTcast library.
I recorded audio in Java, and I need to send a byte stream to the Icecast Server.
http://icecast.org/download/#bindings
lists: https://github.com/OlegKunitsyn/libshout-java
Have you tried that yet? Also if you can just send a HTTP PUT request followed by a body without chunked encoding, you'd be home free for the most basic use case. (PUT requires Icecast 2.4 or newer)