mirror of
https://github.com/n5amd/Multi-Reflector-Installer.git
synced 2025-12-06 03:42:00 +01:00
Update README.md
This commit is contained in:
parent
e36723e36b
commit
568e58412c
19
README.md
19
README.md
|
|
@ -60,10 +60,27 @@ cd Multi-Reflector-Installer
|
|||
ctrl-a, then press d
|
||||
```
|
||||
|
||||
|
||||
### Linking to AMBED for transcoding:
|
||||
Once you have AMBED installed and its up and running, simply edit the /etc/init.d file.
|
||||
```sh
|
||||
nano or vi /etc/init.d/xlxd
|
||||
```
|
||||
Edit the ARGUMENTS line
|
||||
```sh
|
||||
ARGUMENTS="XLX### <YOUR IP> <IP OF AMBED>" #Use 127.0.0.1 if ambed is on the same computer as XLXD
|
||||
EX: ARGUMENTS="XLX111 192.168.0.2 127.0.0.1"
|
||||
```
|
||||
Then reload rc.d
|
||||
```sh
|
||||
update-rc.d xlxd defaults
|
||||
```
|
||||
--------------------
|
||||
|
||||
#### To give you a visual idea of what the end result would look like, here are 2 scenarios..
|
||||
|
||||
## Scenario A :
|
||||
Cloud Server installation allowing for worldwide connectivity. Here is XLX410 as an example..
|
||||
Cloud Server installation allowing for worldwide connectivity like a typical reflector. Here is XLX410 as an example..
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue