-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathreadme_footer
More file actions
executable file
·51 lines (35 loc) · 1.18 KB
/
readme_footer
File metadata and controls
executable file
·51 lines (35 loc) · 1.18 KB
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
47
48
49
50
51
```
## How to compile:
```bash
mkdir build
cd build
cmake ..
make -j4
```
To cross compile, use something like (static compilation), considering that `mips-openwrt-linux-musl-gcc` is the gcc executable for that platform:
```bash
cmake -B build . -DCMAKE_CXX_COMPILER=arm-linux-gnueabihf-g++ -DNETCVCLIENT=0
cd build
```
To compile the application:
```bash
make
```
## Contributing
Ensure clang-format and pre-commit are installed
```bash
pip3 install pre-commit
pre-commit install
apt-get install clang-format
```
## 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 )