Skip to content

Commit

Permalink
Add rockin' ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Betts committed Oct 14, 2012
1 parent e3c2369 commit 5f0064f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ many as you want in parallel for multiple audio streams.
gst-playd knows nothing about library management. Its goal is to replace
Airfoil and Nicecast in the current Play implementation (Play v2)

## But can you explain it in ASCII art?

Sure.

```
+------------+
| |
| source1 |+ +----------------+
| || | |
+------------+| +------------------+ +-+| icecast |
+---------+ | +---------------+ | | |
+------------+ | | | +----+ +----------------+
| | | | | |
| source2 +----------+ mixer +----> splitter | +----------------+
| | | | | |+ | |
+------------+ +----+ | | |+------+ airport1 |
| +------------------+ +-------------+-+ | |
... | | +----------------+
| |
+------------+-----+ | +----------------+
| | | | |
| source_n + +---------+ airport2 |
| | | |
+------------+ +----------------+
```

## How does it work?

gst-playd will start up a REQ/REP ZeroMQ socket on a specified port - meaning,
Expand Down

0 comments on commit 5f0064f

Please sign in to comment.