Send buffer stream to Icecast server using jshout in Java [closed]

久未见 提交于 2019-12-12 04:51:01

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!