Address:
East Room, 3/F Bldg. B, Xinghong Industrial Park, Shuiku RD., Xixiang Town, Bao’an
District, SZ, China, 518055
8
/
22
➢
Compile and install:
# cd media_build
# make dir DIR=../media
# makeallyesconfig
# make -j4
# sudo make install
4. Reboot the server to load the driver.
# reboot
➢
If the driver is loaded successfully, TBS6301T will be detected by the server as an adapter in the directory
of “
/dev/dvb
”
:
# ls /dev/dvb
➢
If severalTBS6301T cardsare installed in a same Server,
there will be several “adapter” show in the
directory of “
/dev/dvb
”
. For example:
“
adapter0, apdater1, adapter 2, etc.
”
NOTE:
If any error occurs during the compilation process, please fix the errors and continue the compilation. We have
a list for common errors and solutions, please refer to:
https://github.com/tbsdtv/linux_media/wiki/Prerequisites,-Build-errors-and-Rebuilding
4. Encoding configuration
4.1 Encoding tool
1.Users can compile the encoding tool with the source code. TBS provides the source code, including files as
bellowed:
“cmd_udp_internal.h
,
frontend.h
,
makefile
,
readme
,
udp_client.c”
➢
When users compile the encoding tool:
# sudo gcc udp_client.c -l pthread -
o “bin
a
ry”