Sample websocket server that receives audio and text stream from mod_audio_fork
1.6K
Sample websocket server that receives audio and text stream from mod_audio_fork.
npm install
``
## Running
With no command-line arguments, the application listens on port 3001 and writes incoming raw audio packets to file at /tmp/audio.raw. Any incoming text frames are logged to the console.
The listening port or file to write to can be changed as illustrated below:
```bash
node app.js --port 8080 outfile.raw
Content type
Image
Digest
Size
23.1 MB
Last updated
over 7 years ago
docker pull drachtio/sample-ws-audio-fork