Skip to content
Snippets Groups Projects
Commit c2a7090c authored by David Trattnig's avatar David Trattnig
Browse files

Docs: Add details on channel routing

parent d53de7f5
No related branches found
No related tags found
1 merge request!3Liquidsoap 2 migration
...@@ -83,13 +83,14 @@ graph TD ...@@ -83,13 +83,14 @@ graph TD
iq1[Queue B] -->|in_queue_1| mix iq1[Queue B] -->|in_queue_1| mix
is0[Stream A] -->|in_stream_0| mix is0[Stream A] -->|in_stream_0| mix
is1[Stream B] -->|in_stream_1| mix is1[Stream B] -->|in_stream_1| mix
il0[LineIn A] -->|in_line_0| mix il0[Line In 1-5] -->|in_line_0..4| mix
il1[LineIn B] -->|in_line_1| mix ff[Fallback Folder] -->|fallback_folder| which_fallback
ff[Fallback Folder] -->|fallback_folder| FBK fpls[Fallback Playlist] -->|fallback_playlist| which_fallback
fpls[Fallback Playlist] -->|fallback_playlist| FBK mix[" Mixer "] --> silence_detector
FBK[or] -->| | mix which_fallback{or} -->| | silence_detector{Silence Detector}
mix[mixer] --> |output.alsa| C[fa:fa-play Line Out] silence_detector -->| | output[Output]
mix[mixer] --> |output.icecast| D[fa:fa-play Icecast] output --> |output.alsa| C[fa:fa-play Audio Interface]
output --> |output.icecast| D[fa:fa-play Icecast]
``` ```
## Testing ## Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment