삼성 갤럭이S6 엣지 플러스 Linux Deploy Ubuntu : Tvheadend 설치

공식 사이트 : https://tvheadend.org/

참고 사이트 : https://tvheadend.org/projects/tvheadend/wiki/AptRepository

                  apt-transport-https


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 파일을 만들고 서버에 업로드 한 후 해당 경로를 입력한다.





Posted by ChulE