삼성 갤럭이S6 엣지 플러스 Linux Deploy Ubuntu : Tvheadend 설치
root@localhost:~# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys
Executing: /tmp/tmp.65WSaW2ZjN/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
root@localhost:~# echo "deb http://dl.bintray.com/tvheadend/deb xenial stable-4.2" | sudo tee -a /etc/apt/sources.list
deb https://dl.bintray.com/tvheadend/deb xenial stable-4.2
root@localhost:~# apt-get update
Hit:1 http://ports.ubuntu.com xenial InRelease
Ign:2 https://dl.bintray.com/tvheadend/deb xenial InRelease
Get:3 https://dl.bintray.com/tvheadend/deb xenial Release [8,996 B]
Get:4 https://dl.bintray.com/tvheadend/deb xenial Release.gpg [821 B]
Ign:4 https://dl.bintray.com/tvheadend/deb xenial Release.gpg
Get:5 https://dl.bintray.com/tvheadend/deb xenial/stable-4.2 arm64 Packages [1,405 B]
Fetched 11.2 kB in 2s (4,443 B/s)
Reading package lists... Done
W: GPG error: https://dl.bintray.com/tvheadend/deb xenial Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
W: The repository 'https://dl.bintray.com/tvheadend/deb xenial Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: There is no public key available for the following key IDs:
379CE192D401AB61
root@localhost:~# apt-get install tvheadend
...
생략...
...
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
tvheadend
Install these packages without verification? [y/N] y
...
생략...
...
root@localhost:~# service tvheadend start
* Starting Tvheadend tvheadend [ OK ]
tvheadend 설치 도중 접속 아이디, 비밀번호를 세팅한다.
Tvheadend (4.2.2) 채널 등록, *.m3u 파일로 한번에 등록
참고 사이트 : http://blog.naver.com/sky100301/220921764967
설정 진행 http://192.168.1.1:9981
Olleh.m3u 파일을 만들고 서버에 업로드 한 후 해당 경로를 입력한다.
'Devices > Samsung Galaxy S6 Edge+' 카테고리의 다른 글
[SM-G928L] Linux Deploy Ubuntu : Jenkins 설치 (0) | 2017.06.25 |
---|---|
[SM-G928L] Linux Deploy Ubuntu : Tomcat 설치 (0) | 2017.06.25 |
[SM-G928L] Linux Deploy Ubuntu : Flexget 설치 (0) | 2017.06.25 |
[SM-G928L] Linux Deploy Ubuntu : Java 설치 (0) | 2017.06.24 |
[SM-G928L] Linux Deploy Ubuntu : Transmission 설치 (0) | 2017.06.24 |