We are working on a mobile app that requires songs streamed from the server to the android client. We are using socket.io for all the functionalities of the app and its working great ! The audio files are stored on the server and need to be streamed to the android client. I came across this package: https://www.npmjs.com/package/socket.io-stream But it doesn't seem to have a client library for Java/Android
Can you suggest any method to stream audio ?
via user3655266
No comments:
Post a Comment