问题
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.
回答1:
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)
来源:https://stackoverflow.com/questions/28191945/send-buffer-stream-to-icecast-server-using-jshout-in-java