tansly / raspipe

The set of programs I use to stream audio to my Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raspipe

Here is the set of programs I wrote to stream audio to my Raspberry Pi. The same functionality can easily be achieved by netcat (or lots of other means). However, these are my experiments to learn network programming, forking processes and more system calls in UNIX-like systems.

The server runs on the device that is connected to speakers. Whenever a client establishes a connection, the server spawns an instance of aplay, and pipes the PCM audio received from the client to it.

About

The set of programs I use to stream audio to my Raspberry Pi

License:MIT License


Languages

Language:C 96.1%Language:Makefile 3.9%