is it possible to stream music with tcp websocket?
i want to chunk a music to 10 pieces and each time send them to client
and if client seek the music the server send from the second requested
i need this for low latency
thanks for your help
what is your use-case?
is that live streaming or offline streaming?
@includeamin
its online streaming
i want to stream music to client by streaming like spotify
after searching a lot i found hls (HTTP LIVE STREAMING) and its good for now
by the way hls is ok im going to close the issue
@includeamin
i want to stream music to client by streaming like spotify
after searching a lot i found hls (HTTP LIVE STREAMING) and its good for now
I wanted to say exactly the same things :)). HLS, Dash .etc
Most helpful comment
@includeamin
its online streaming
i want to stream music to client by streaming like spotify
after searching a lot i found hls (HTTP LIVE STREAMING) and its good for now
by the way hls is ok im going to close the issue