|
a/doc/scmulti.txt |
|
b/doc/scmulti.txt |
|
... |
|
... |
67 |
`/etc/upmpdcli.conf` to set:
|
67 |
`/etc/upmpdcli.conf` to set:
|
68 |
* `friendlyname`, this is quite useful when managing several systems.
|
68 |
* `friendlyname`, this is quite useful when managing several systems.
|
69 |
* `scplaymethod` = _`alsa`_
|
69 |
* `scplaymethod` = _`alsa`_
|
70 |
* `scalsadevice`: use `aplay -L` to chose an appropriate device.
|
70 |
* `scalsadevice`: use `aplay -L` to chose an appropriate device.
|
71 |
|
71 |
|
|
|
72 |
You can control the connections between senders and receivers either from
|
|
|
73 |
the *upplay* `File->Songcast Tool` menu, or from the local web tool. The
|
|
|
74 |
*upplay* approach is easier and recommended. We describe the web way here
|
|
|
75 |
because it is more complicated:
|
|
|
76 |
|
72 |
- Activate the web interface on one of the _Receivers_ (or on any machine
|
77 |
- Activate the web interface on one of the _Receivers_ (or on any machine
|
73 |
with upmpdcli installed actually). Edit `/etc/default/scweb` to
|
78 |
with upmpdcli installed actually). Edit `/etc/default/scweb` to
|
74 |
configure the interface (see comments in there) and start it with
|
79 |
configure the interface (see comments in there) and start it with
|
75 |
`service scweb start`.
|
80 |
`service scweb start`.
|
76 |
|
81 |
|
|
... |
|
... |
90 |
use it as Master, the Master is only used to get the URI. Avoid changing
|
95 |
use it as Master, the Master is only used to get the URI. Avoid changing
|
91 |
the state of the "PC"'s _Receiver_ from outside the PC *Songcast* interface,
|
96 |
the state of the "PC"'s _Receiver_ from outside the PC *Songcast* interface,
|
92 |
this can only confuse things.
|
97 |
this can only confuse things.
|
93 |
|
98 |
|
94 |
== More detail about the Web interface
|
99 |
== More detail about the Web interface
|
|
|
100 |
|
|
|
101 |
This is only useful if you have no machine to run *upplay* on. The *upplay
|
|
|
102 |
Songcast tool is easier to use than the web tool.
|
95 |
|
103 |
|
96 |
To avoid having to access the command line interface to control the
|
104 |
To avoid having to access the command line interface to control the
|
97 |
*Songcast* groups, *upmpdcli* comes with a small Web server which uses
|
105 |
*Songcast* groups, *upmpdcli* comes with a small Web server which uses
|
98 |
*scctl* to actually do the work. This is found inside the `web/`
|
106 |
*scctl* to actually do the work. This is found inside the `web/`
|
99 |
subdirectory inside the *upmpdcli* source tree.
|
107 |
subdirectory inside the *upmpdcli* source tree.
|