| Both sides previous revision Previous revision Next revision | Previous revision |
| hardware:android-hdmi-in [2017/03/31 12:51] – derpeter | hardware:android-hdmi-in [2026/07/26 22:17] (current) – external edit 127.0.0.1 |
|---|
| = Android HDMI Grabber / Scaler | # Android HDMI Grabber / Scaler |
| |
| There are different android tv setop boxes available which provide an HDMI Input for PVR purposes. | There are different android tv (not android TV) setop boxes available which provide an HDMI Input for PVR purposes. |
| With little modifcation these boxes can not only be used to capture HDMI signals to an USB stick but also | With little modifcation these boxes can not only be used to capture HDMI signals to an USB stick but also |
| pipe the output into an e.g. an ffmpeg process. | pipe the output into an e.g. an ffmpeg process. |
| 'seamless'. This makes the boxes also a very cheap scaler / seamless adapter. | 'seamless'. This makes the boxes also a very cheap scaler / seamless adapter. |
| |
| == Devices / Chipsets | # Usefull hints for android based device |
| We are currently aware of to different Chipsets / Boxes known to work. Each box needs an streaming app which is linked on the specific page | ## Autostart an app |
| | * Autostart No Root is an app that can be used to run apps after boot of an android box. This e.g. can be used to start the hdmi in app |
| | * [[https://www.androiddrawer.com/25881/download-autostart-no-root-app-apk/]] |
| | * SSH Helper can be used to add an ssh server to an android device |
| | * [[https://arachnoid.com/android/SSHelper/]] |
| | * ADB over TCP can be used to access an android device with the android debugger bridge over network. On some device this needs to be enabled e.g. over ssh |
| | <code> |
| | su |
| | setprop service.adb.tcp.port 5555 |
| | stop adbd |
| | start adbd |
| | |
| | </code> |
| | |
| | |
| | ## Devices / Chipsets |
| | There are boxes from different vendors with different chipsets available. Some boxes need extra software / modification for streaming |
| |
| * MSTAR MSO9180D1R | * MSTAR MSO9180D1R |
| * [[hardware:tronsmart_pavo_m9]] (seems to be out of production, sometimes devices are still available e.g. at aliexpress) | * [[hardware:tronsmart_pavo_m9]] (seems to be out of production, sometimes devices are still available e.g. at aliexpress) |
| * Zido X9 [[http://www.zidoo.tv/Product/index/model/X9/target/rdOqbsJTP8k%3D.html | vendor page]] | * Zido X9 [[http://www.zidoo.tv/Product/index/model/X9/target/rdOqbsJTP8k%3D.html | vendor page]] (not tested yet) |
| * Realtek | * Realtek RTD1295DD |
| * [[hardware:zido_x8_x9]] (currently available on e.g. amazon. We don't have this devices so far but are reported to work) | * [[hardware:zido_x8_x9]] (currently available on e.g. amazon. We don't have this devices so far but are reported to work) |
| * [[http://www.cnx-software.com/2017/03/30/mele-v9-4k-android-tv-box-comes-with-a-3-5-sata-slot-a-cooling-fan/ | mele v9 4k]] (not tested yet) | * [[http://www.cnx-software.com/2017/03/30/mele-v9-4k-android-tv-box-comes-with-a-3-5-sata-slot-a-cooling-fan/ | mele v9 4k]] (not tested yet) |
| * [[http://www.cnx-software.com/2017/02/23/beelink-sea-i-android-tv-box-openwrt-nas-and-hdmi-recorder-review-part-1-unboxing-and-teardown/ | beelink sea i]] (not tested yet) | * [[http://www.cnx-software.com/2017/02/23/beelink-sea-i-android-tv-box-openwrt-nas-and-hdmi-recorder-review-part-1-unboxing-and-teardown/ | beelink sea i]] (not tested yet) |
| * [[http://www.cnx-software.com/2016/12/24/eweat-r9-plus-tv-box-review-part-2-android-openwrt-and-hdmi-recording/ | eweat r9 plus]] (not tested yet) | * [[http://www.cnx-software.com/2016/12/24/eweat-r9-plus-tv-box-review-part-2-android-openwrt-and-hdmi-recording/ | eweat r9 plus]] (not tested yet) |
| | * [[http://www.cnx-software.com/2017/06/28/lake-i-home-cloud-tv-box-with-hdmi-input-sata-bay-sells-for-78/ | LAKE I Home Cloud TV]] (not tested yet) |
| | * [[hardware:xnano_x5]] (available on gearbest, aliexpress. We don't have this devices so far but are reported to work) |
| * Armlogic | * Armlogic |
| * [[hardware:Fernsehfee3.0 | Fernsehfee 3.0]] (currently under evaluation) | * [[hardware:Fernsehfee3.0 | Fernsehfee 3.0]] (currently under evaluation) |
| |
| |