mirror of
https://github.com/n5amd/Multi-Reflector-Installer.git
synced 2026-04-21 06:13:41 +00:00
Update README.md
This commit is contained in:
parent
e36723e36b
commit
568e58412c
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -59,11 +59,28 @@ cd Multi-Reflector-Installer
|
||||||
```sh
|
```sh
|
||||||
ctrl-a, then press d
|
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..
|
#### To give you a visual idea of what the end result would look like, here are 2 scenarios..
|
||||||
|
|
||||||
## Scenario A :
|
## 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…
Add table
Add a link
Reference in a new issue