1. 애플티비 3세대 구입


애플티비 2세대는 소위 jailbreak 가 가능하다.

그러나 애플티비 3세대는 아직까지도...4세대가 나온 시점인 지금까지도....

jailbreak가 되지 않는다. 된다고 하는 소프트웨어나 주장들은 모두 허위라고 한다.


다만 open plex server 프로그램과 plexconnect 라는 프로그램을 사용해서

애플티비의 movie trailer 를 가로 채는 방식으로 Nas[각주:1]에 있는 동영상을 깔끔하게 볼 수 있는 것 같다.


2. 굳이 3세대에서 Plex 서버 돌아가게 되야 하나? 이 귀찮은 짓을 해가면서?? 


솔직히 이미 NAS 에서 Twonky Server를 이용해서 거실에 있는 TV에서 감상하는데 큰 문제는 없다. 

이걸 굳이 하려는 이유는 Plex Server 의 미디어 정리 기능과 자막을 빠르게 업데이트 해주는 기능 때문이다.


무슨 이유인지는 모르겠으나   Twonky Server  에 자막을 올려놓은 경우 하루 정도의 시간이 흘러야 제대로 거실 LG TV  에서

인식을 하는 것 때문에 바로 바로 뭔가 보려고 할 때 상당히 번거롭다.


3. 그럼 Apple TV 4세대를 사라. 그럼 Plex서버를 어플센터에서 쉽게 설치가능하다 결제하면. 왜 다 늦게 이제 와서 난리인가..??


게임도 되고 그러니 이게 더 좋을 수 있다. 다만 난 거실에서 Air-Play가 안되는 오래된 오디오를 애플티비로 연결해서

airplay를 하고 싶다. 근데 4세대는 뭔 일인지 optical 단자를 빼버림.- 여기서 에어포트 익스프레스를 따로 달면 되지 않는가하고

생각도 해봤지만 공유기로서의 성능은 별로인데 그걸 airplay 때문에 굳이 달고 싶지 않다.

apple tv는 미러링도 되서 아이 동영상 보여주기도 좋고 Flickr 로 자동 업로드 되는 가족 사진을 TV 에서 보는 것도 좋다..

그리고 난 게임을 하지 않는다. 그래서 야심차게 apple tv 3세대를 업어왔다. 싸게 얻어 왔다고 좋아하면서....But  아래 있는 자료들을 보면서

내가 너무 쉽게 생각했다는 걸 알게 되었다.


4. 최종적인 준비물


-  Apple TV 3세대에 연결할 micro usb 케이블 : 잘 쓰지도 않는 케이블을 왜 굳이 썼는지 이해는 안가는 apple .

   아마도 사용자들이 이걸 굳이 건드리지 못하게 하려고 한 것 같다.


- 컴퓨터에 대한 지식 

 솔직히 케이블이야 구하면 된다. 그러나 기초 지식이 없는 나 같은 사람은 이게 쉽지 않았다. 지금 케이블이 오고 있는 관계로

못하고 있다고 핑계를 대고 있다





내가 사용하는 NAS 사양 : QNAP-HS210 - 거실용, 조용함 이라는 단어에 뭣도 모르고 아마존 직구한 제품임.



이 사이트 보면서 하나씩 해볼 예정.모르는 것은 노가다 검색을 통해 하나씩 보충해 갈 예정. 


일단 개발자의 사이트는 이곳인 것 같다...https://github.com/iBaa/PlexConnect/wiki 

거의 백과사전 식의 방대한 자료. 대단함. 이런 걸 만들 수 있는 사람, 그리고 공개하고 공유하는 사람은 존중해줘야한다






.


가장 근접한 자료 1

I've managed to get PlexConnect running on a QNAP TS-459 Pro II (3.8.2) and ATV3 (5.2.1), so I thought to share a short install guide. I'm no hacker why my solutions might no be the most elegant ones, but they work, at least for me. Please provide your experiences.

  1. First, download and extract PlexConnect package (this is release 0.1)
    https://github.com/iBaa/PlexConnect/archive/v0.1-iOS-pre5.1.zip
  2. Then configure the DNS setting on your ATV, see below link, and follow steps 3-5, in the same guide, to edit the "Settings.py" file.
    https://github.com/iBaa/PlexConnect/wiki/OSX-and-ATV-with-5.2-firmware-and-ethernet-internet-connection-installation-guide
  3. Install and activate Python for QNAP. Version 2.7 is available in the QPKG Center.
  4. Check if your web server on the QNAP is running. If so, you might need to change the port 80 to something else or turn off the web server.
  5. Use SSH to log on as admin to the QNAP. Upload all the PlexConnect files to a preferable location. I placed my files here. 
    /root/Library/PlexConnect/
    Might be better locations?
  6. Then open up a Terminal window and connect to your QNAP. Locate your folder and execute PlexConnect.py.
    cd /root/Library/PlexConnect
    ​./PlexConnect.py
  7. PlexConnect should now be running and you will see the output in your terminal window. Hopefully without any errors. Mine worked at the first try so I haven't any hints for troubleshooting. On the downside, when you close the terminal you will terminate PlexConnect. But I managed in a simple way to get the PlexConnect autorun on my QNAP, explained in the next steps.
  8. In order to run PlexConnect on NAS startup you need to create a run script that is disguised as QPKG. I followed all steps in the "QPKG-based method" in the guide below.
    http://wiki.qnap.com/wiki/Running_Your_Own_Application_at_Startup
  9. My "autorun.sh" script looks like this.
    #!/bin/sh
    /share/MD0_DATA/.qpkg/Python/bin/python /root/Library/PlexConnect/PlexConnect.py -d
  10. Remember to set the execute bit and then restart your NAS. Hopefully PlexConnect will automatically run when your NAS has booted up.


가장 근접한 자료 2

한국 개인 블로그 http://​ http://www.banggae.com/892
 : 깔끔한 정리가 되어 있음. 조금만 친절했으면..ㅠ




동영상 보기 





가장 근접한 방법에 따라 해보기


1. 먼저 Plex Server 를 NAS에 설치해야 한다. Qnap에서 그냥 plex 서버를 검색해서 설치하려고 하니 지원하지 않는 버젼이라는 오류발생. Plex 홈페이지에서 직접 받아 수동 설치로 해결. ARM(Marvell) 계열과 Intel 계열로 나뉘어 있음. 그리고 위 사이트에서 Plex connect  다운로드 받기

2. Qnap 어플리케이션에서 검색해서 설치


3. 일단 SSH 가 뭔지 모름. 


4. 애플티비가 펌웨어가 업그레이드된 이후 인증 문제가 있음

이걸로도 안되고 또 패치되었군.





  1. Network attatched storage [본문으로]

'일상이야기 > Tech & Product' 카테고리의 다른 글

Grom Audio  (1) 2016.04.21
Netflix, 영상물등급위원회 유감.  (2) 2016.04.21
이사 후 모션침대 에르고슬립 (Ergosleep) 설치  (0) 2016.03.01
무소음 피시  (0) 2016.02.12
SSH 기본명령어 정리  (0) 2016.01.10

+ Recent posts