ghost0815
DEB König
- Registriert
- 17. Juni 2012
- Beiträge
- 5.536
- Lösungen
- 10
- Reaktionspunkte
- 7.983
- Punkte
- 413
Code:cd /tmp rm -rf /tmp/libdvbcsa git clone https://github.com/oe-mirrors/libdvbcsa.git /tmp/libdvbcsa cd /tmp/libdvbcsa ./bootstrap
# use /cat/proc/cpuinfo to get the info to choose the correct optimization of libdvbcsa for the ./configure step
# --enable-uint32 Use native 32 bits integers for bitslice
# --enable-uint64 Use native 64 bits integers for bitslice
# --enable-mmx Use MMX 64 bits for bitslice
# --enable-sse2 Use SSE2 128 bits for bitslice
# --enable-ssse3 Use SSSE3 128 bits for bitslice
# --enable-avx2 Use AVX2 256 bits for bitslice
# --enable-altivec Use AltiVec 128 bits for bitslice
# --enable-neon Use NEON 128 bits for bitslice
./configure --enable-avx2
make -j$(nproc)
make install # this needs root permissions and will install the library to /usr/local (depending on your distro)
Beispiel
Code:
cat /proc/cpuinfo
$ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
./configure --enable-neon
Weitere Beispiele:
./configure --enable-neon => für raspi3/4 und deren Derivate mit armv7/8 ... arm64 (64bit-OS)
./configure --enable-uint64 => für raspi4 und deren Derivate mit armv8 ... armhf (32bit-OS)
./configure --enable-uint32 => für raspi3 und deren Derivate mit armv7 ... armhf (32bit-OS)
Danach kann man Oscam mit Streamrelay bauen.
Für z.B. Raspberry PI als Server
Frage - Raspberry mit iCam als Server.
Ja genau und den icam User angelegt? Hat dein Receiver ein PW fürs Streamen? -> Stream kann dann ja nich "abgeholt" werden. Sonst mal gegentesten ob es ohne den Patch von Youtube18 geht? Solange man nur einen Client hat kann man ja die IP fest einstellen.
www.digital-eliteboard.com
Quelle: WXbet
hxxps://board.streamboard.tv/forum/thread/46548-simplebuild-3-toolchain-update-plugin-s3-tup/?postID=615329#post615329
Zuletzt bearbeitet: