You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a GSSoC participant. It is being built from scratch so I would love to work on the feature of streaming audio through HTTP along with building a simple and beautiful UI for the music player.
This section is the most interesting and more than one people can contribute to it.
The text was updated successfully, but these errors were encountered:
nikhil-Vaibhav
changed the title
Streaming audio
[GSSoC'21] Streaming audio with a clean UI for music-player
Mar 11, 2021
Hey, I have added an audio stream basic test function in the backend folder, if you wish to add some features, create an issue. I will add labels and assign them to you. What do you think about streaming with web socket protocol instead of http?
Streaming with web socket is fast but it is most useful when we want to have real time updates in applications. It is 2-way communication with server.
For most of the cases http works fine.but I will be diving deep inside how and what will be most effective.
I am a GSSoC participant. It is being built from scratch so I would love to work on the feature of streaming audio through HTTP along with building a simple and beautiful UI for the music player.
This section is the most interesting and more than one people can contribute to it.
The text was updated successfully, but these errors were encountered: