본문 바로가기
오드로이드

오드로이드 HC2 docker tvheadend 설치

by 젤리씨 2018. 2. 13.
728x90

tvheadend 이미지 설치



docker pull lsioarmhf/tvheadend





컨테이너 설치


docker run --name tvheadend --restart always -v /data/tvheadend/config:/config -v /data/tvheadend/recordings:/recordings -v /etc/localtime:/etc/localtime:ro --network=host -d lsioarmhf/tvheadend





실행

docker exec -it tvheadend /bin/bash




http://localhost:9091 로 접속 하면 tvh 화면 나온다.




네트워크 추가에서 m3u 파일은 한방에 채널등록하려면 


URL에  아래와 같이 해줘야한다


단, /data/tvheadend/config/ 폴더안에 m3u 파일이 있어야한다


file:///config/tvh.m3u


728x90

댓글