forked from catalinii/minisatip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme_footer
executable file
·30 lines (18 loc) · 1.03 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
How to compile:
------
- ./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:
- ./configure --host=mips-openwrt-linux-musl --enable-static
To compiles the application
- make
To add custom compilation flags you can use:
make EXTRA_CFLAGS=....
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 )