DEV Community

lyes
lyes

Posted on

How to make a straming application with our media player using nodejs and react js

I've been searching for hours everywhere on internet but in vain. I would like to make a streaming application using my react media player and nodejs for streaming audio. I implemented the server side and I can stream audio using pipe, in the client side I recieve the data bytes but I don't know how to link it with my media player. I've searched about Audio in javascript but it seems it's only takes an url.

Can someone clear me.

Top comments (0)