kmturley / webrtc-radio

Broadcast and listen to WebRTC audio streams on a local network using peer-to-peer connections
30 stars 2 forks source link

Fails on npm start #16

Open OlegKunitsyn opened 3 years ago

OlegKunitsyn commented 3 years ago

server.js:23 .filter(interface => interface.family === 'IPv4') ^ TypeError: Cannot read property 'filter' of undefined

OlegKunitsyn commented 3 years ago

os.networkInterfaces()['lo'] solved the issue on Linux

juliangorge commented 1 year ago

Hello Oleg, Did you have problems trying to listen remote stations? Did you change any line of code (local IP, e.g) ? Julian