-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
readme_footer
executable file
·46 lines (30 loc) · 1.32 KB
/
readme_footer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
```
## How to compile:
```bash
./configure
```
Configures minisatip for the current system (use `./configure --help` for options)
To cross compile, use something like (static compilation), considering that `mips-openwrt-linux-musl-gcc` is the gcc executable for that platform:
```bash
./configure --host=mips-openwrt-linux-musl --enable-static
```
To compile the application:
```bash
make
```
To add custom compilation flags you can use for example:
```bash
make EXTRA_CFLAGS="-DNEEDS_SENDMMSG_SHIM"
```
The above command is useful if you're getting errors like `sendmmsg(): errno 38: Function not implemented` (usually only concerns really old systems).
## Building a Debian package:
```bash
dpkg-buildpackage -b -us -uc
```
## Examples:
- In order to listen to a radio after minisatip is started open the following URL in your favorite media player:
- on Hotbird 13E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=11623&pol=v&sr=27500&pids=0,10750,254`
- Astra 19.2E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=12266&pol=h&sr=27500&pids=0,851`
- Television FTA programs:
- Astra 19.2E, Kika HD: `http://MINISATIP_HOST:554/?src=1&freq=11347&pol=v&ro=0.35&msys=dvbs2&mtype=8psk&plts=on&sr=22000&fec=23&pids=0,17,18,6600,6610,6620,6630`
- msys can be one of: dvbs, dvbs2, dvbt, dvbt2, dvbc, dvbc2, atsc, isdbt, dvbcb ( - DVBC_ANNEX_B )