Send Audio from Desktop Linux Box (Pandora/Spotify) to Twilio, allow access to Media Stream via Web Socket
- Setup Websocket/HTTP Server on TCP/5000
- Setup RTP Receiver on UDP/9000
- Stream Audio from Linux Box (tested with PopOS Linux) and point to UDP/9000
To Setup
- npm install
- start your Media Player (Pandora/Spotify)
./stream.shto setup RTP Streaming to UDP/9000node udp.jsto listen for RTP on UDP/9000, and listen WS Connections on TCP/5000