Socket
Book a DemoInstallSign in
Socket

github.com/olpapchenko/pc-webrtc-audio-streamer

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/olpapchenko/pc-webrtc-audio-streamer

Source
Go
Version
v0.0.0-20210125082521-dccd595faa60
Version published
Created
Source

pc-webrtc-audio-streamer

The project allows streaming the sound from Windows PC to remote devices via WebRTC.

The project consists of a server written on go. The server can be started on the host Windows PC, capture all sound, and transmit via WebRTC channel to another peer. This can be useful in cases, when you want to plug your Bluetooth headphones, but have no Bluetooth adapter installed. In this case, you can stream PC audio to the mobile phone and plug in your headphones to it.

How to connect.

  • start the server locally.
  • on mobile phone in Chrome mobile browser open http://local_ip_of_your_windows:3000/static
  • click the "Start" button to start the audio stream. Note: your mobile phone should be connected to the same local network as your PC.

UseCase

How to build.

 go build main.go

Pre-built bin files

For pre-built exe file refer to releases section.

Note: bin file is so big - because go runtime is packed in it.

Used libs:

  • malgo
  • pion

FAQs

Package last updated on 25 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts