Send buffer stream to Icecast server using jshout in Java [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . 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