tvheadend 빌드하여 설치 하기/ 64bit 스마트폰 갤럭시노트8에 설치 하기
♨ 카랜더 일정 :
컨텐츠 정보
- 8,011 조회
본문
tvheadend 64BIT 빌드하여 설치 하기/ 64bit 스마트폰 갤럭시노트8에 설치 하기
[linux] 리눅스 32bit, 64bit 확인 64BIT 확인합니다
빌드하면 64BIT 가 자동으로 빌드 됩니다
( 빌드 성공후 재 빌드 하여 순서대로 정리 )
root@localhost:~# arch aarch64 root@localhost:~# uname -m aarch64 root@localhost:~# echo $hosttype root@localhost:~# echo $HOSTTYPE aarch64 root@localhost:~# getconf LONG_BIT 64 root@localhost:~#
* 버전 확인후 완전 삭제 apt update apt upgrade 진행
110 ls -al 111 arch 112 uname -m 113 echo $hosttype 114 echo $HOSTTYPE 115 getconf LONG_BIT 116 rm -rf tvheadend 117 rm -rf tvheadend-dbg_4.3-1896~gce0907705-dirty_arm64.deb 118 rm -rf tvheadend* 119 ls -al 120 apt install git 121 apt update 122 apt list --upgradable 123 apt list --upgradable-a 124 apt list --upgradable 125 apt nstall linux-libc-dev 126 apt install linux-libc-dev 127 apt upgrade 128 history root@localhost:~# apt update Hit:1 http://ports.ubuntu.com/ubuntu-ports eoan InRelease Hit:2 http://ports.ubuntu.com/ubuntu-ports eoan-updates InRelease Hit:3 http://ports.ubuntu.com/ubuntu-ports eoan-backports InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports eoan-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@localhost:~#
https://github.com/tvheadend/tvheadend/ 접속하여
경로 다운로드
https://github.com/tvheadend/tvheadend/tree/v4.3
하여
https://github.com/tvheadend/tvheadend.git
최종 파일은 다음과 같이 다운로드 합니다
먼저 git 인스톨 합니다
apt install git
상기 경로 다운로드
git clone https://github.com/tvheadend/tvheadend.git
파일이 받아 지면
cd tvheadend/
경로 진입 가능
빌드버전 설정작업
최신버전은
git checkout master
4.2.8버전은
https://11q.kr/g5s/bbs/board.php?bo_table=s11&wr_id=8922
참고하여 빌드 합니다
f8caa16b829b9c5a662b3f6d56176392c4a93b07
경로복사
git checkout f8caa16b829b9c5a662b3f6d56176392c4a93b07
=======================
최신버전으로 빌드
git checkout master
기본 설정
TVH 에 기능을 넣고 빼는 작업
nano configure
최종분 그대로 빌드
"ffmpeg_static:yes"
사용시스템 버전 확인
상기 명령으로 SYSTEM 확인 불가능하고 참소만 합니다
기본 옵션으로 진행
git checkout master
git add .
모르면
./Autobuild.sh -t
데비안
설치명령 수정
apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev liburiparser-dev cmake libpcre2-dev libpcre3-dev libdvbcsa-dev
apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev
"ffmpeg_static:no"
기본 옵션으로 진행
git checkout master
git add .
./Autobuild.sh -t
빌드 성공
파일 확인후 설치 합니다
chmod a+x tv_grab_docker_wget_cat
root@localhost:/usr/bin# cat tv_grab_docker_wget_cat #!/bin/sh if [ "x$1" = "x" ]; then wget -q -O xmltv2.xml http:// cat xmltv2.xml exit 0 fi case "$1" in --description) echo "tv_grab_docker_wget_cat" ;; --version) echo "1.0" ;; --capabilities) echo "baseline" ;; esac root@localhost:/usr/bin#
■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.
뷰PDF 1,2
office view
관련자료
댓글목록
등록된 댓글이 없습니다.