OSMC자체 DLNA기능이 있지만 한글외부자막이 대응이 안되어 다른방법을 찾음.
miniDLNA 설치
- sudo apt-get install minidlna
miniDLNA 설정
- sudo nano /etc/minidlna.conf
............... # If you want to restrict a media_dir to a specific content type, you can # prepend the directory name with a letter representing the type (A, P or V), # followed by a comma, as so: # * "A" for audio (eg. media_dir=A,/var/lib/minidlna/music) # * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures) # * "V" for video (eg. media_dir=V,/var/lib/minidlna/videos) # * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/digital_camera) media_dir=V,/home/osmc/exHDD/myMovie media_dir=A,/home/osmc/exHDD/myMusic media_dir=P,/home/osmc/exHDD/myPicture ..................... # This option is mandatory (or it must be specified on the command-line using # "-p"). port=8200 ....................... # Name that the DLNA server presents to clients. # Defaults to "hostname: username".외부에서 보이는 이름설정 friendly_name=OSMCminiDLNA ...................... # Automatic discovery of new files in the media_dir directory. inotify=yes ....................... |
서비스 재시작
- sudo service minidlna restart
- sudo service minidlna force-reload
웹브라우저에서 miniDLNA의 간략한 상태를 확인가능
- http://192.168.1.4:8200(브라우저의 주소창에 입력)
'IT > 라즈베리파이2' 카테고리의 다른 글
하드웨어 고장 시 LED 경고 점멸 코드 (0) | 2021.06.19 |
---|---|
LG스마트TV OSMC dlna 외부 자막 문제 해결 (0) | 2019.08.26 |
OSMC kodi 제어를 위한 LG TV 매직리모컨 CEC 적용 (0) | 2019.07.26 |
PuTTY 오른쪽 숫자키보드 먹게 하기 (0) | 2019.07.22 |
★◆▲● OSMC설치-ftp, smb, tranmission, DLNA, crontab (0) | 2019.07.22 |