Skip to content

Demo server for streaming audio over a WebSocket connection.

License

Notifications You must be signed in to change notification settings

SamuelFisher/WebSocketAudioServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Audio Server

Play (live) audio using HTML5 by streaming from a WebSocket connection.

This is a demo server for the WebSocket Audio project. It streams the output of a local audio device over a WebSocket connection.

Usage

Works on Microsoft Windows only.

  1. FFmpeg is required for encoding to Vorbis WebM:
    • Download the Windows build of FFmpeg
    • Place ffmpeg.exe in the directory the project will be run from. E.g. bin/Debug/ffmpeg.exe
  2. Open WebSocketAudioServer.sln in Visual Studio.
  3. Compile and run.
  4. Choose the audio device to stream.

About

Demo server for streaming audio over a WebSocket connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages