R-Box Pro is just another Amlogic S912 TV box, except it comes with up to 3GB RAM, against 2GB for most other models on the market. Kingnovel sent me a sample with 3GB RAM to check it out, and today I’ll start by taking photos of the devices, and perform a teardown mostly to find out how the 3GB memory design is implemented. R-Box Pro Unboxing The retail package is minimal black box with “OTT TV Box Amlogic S912” and “R-Box Pro” markings and Kodi logo. A sticker on the side will also indicate whether you have received to 2GB or 3GB RAM version. The device ships with an IR remote control with learning function, a 5V/2.5A power supply, an HDMI cable, and a user’s manual in English. The day I received the sample the top cover looked to have many scratches, but after removing the plastic film on the […]
VR SKY CX-V3 Android VR Headset Review – Part 2: GUI, 360° and VR Videos, and Issues
VR SKY CX-V3 is an Android virtual reality headset powered by Allwinner H8vr processor and featuring a 1080p display. I had read VR requires 2K or 4K displays to be useful, but since that’s my very first VR headset, if we don’t count the a Google Cardboard clone as one, I did not mind testing one with a 1920×1080 display, and it ended up being an interesting learning experience. I’ve already shown the hardware with the various buttons, touch interfaces and lenses in the headset, as well as accessories like the charger and headphone in the first part of the review, so today, I’ll go through the interfaces, what works, and mention the issues I had with the device. If you’ve never used a virtual reality headset before, you’ll definitely want to read the user manual, which for once is written in proper English, both for entertainment value, and learn […]
Review of Xtream-Codes IPTV Panel Professional Edition – Part 1: Introduction, Initial Setup, Adding Streams…
Today I’ll start the review of one of the streaming software available on the market, with version 2.2.0 EVO of IPTV Panel Professional Edition developed by Xtream-codes. The Software is mainly used for the so-called IPTV broadcasting, but also with great potential for all kind of other content delivery applications such as audio and business streaming, cloud video transcoding, and all other kind of global streams. What is IPTV? Wikipedia definition: Internet Protocol television (IPTV) is a system through which television services are delivered using the Internet protocol suite over a packet-switched network such as a LAN or the Internet, instead of being delivered through traditional terrestrial, satellite signal, and cable television formats. Unlike downloaded media, IPTV offers the ability to stream the media in smaller batches, directly from the source. As a result, a client media player can begin playing the data (such as a movie) before the entire […]
4K Video Playback and HDMI Audio Passthrough in Realtek RTD1295 based Zidoo X9S TV Box
Zidoo X9S is a high-end 4K TV box and HDMI recorder based on Realtek RTD1295 processor. I’ve already checked its hardware, and run some benchmarks, so after a successful OTA firmware update, I decided to test 4K videos and HDMI audio pass-through capabilities of the device with ZDMC, Zidoo’s fork of Kodi 16.1, and “Media Center” internal player. Before starting playing 4K videos and testing HDMI audio pass-through, you’ll want to make sure to configure video output to a 4K UHD resolution and framerate such as 3840×2160 @ 60 Hz, as well as change HDMI output audio in Sound & notification settings. The options are a little different from the other boxes as beside RAW and 2-channel LPCM, Zidoo X9S also supports multi-channel LPCM. In order to test HDMI audio pass-through, it must be set to RAW. You may also want to check Playback options to switch to 24 Hz […]
How to Download YouTube 4K Videos with Youtube-dl Script
Many Android devices can now support 4K VP9 and/or H.264 video decoding, but for some reasons, Google only serves 4K videos to devices running Android TV OS, as opposed to just Android, with the latter limited to 1080p videos. If for some reasons you want to watch a YouTube 4K video on a capable device, you could download it with youtube-dl script written in Python, and available for Linux, Windows, and Mac OS. I’ve been using the script for a while to download various video or audio files from YouTube, and other website, but for the purpose of this post, I made sure to update it to the latest version:
1 2 |
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod +x /usr/local/bin/youtube-dl |
If you have already installed the script, it can also be updated with:
1 |
sudo youtube-dl --update |
I’ll use one of the most popular 4K videos on YouTube as example, namely: COSTA RICA IN 4K 60fps (ULTRA HD) w/ Freefly Movi. The […]
Qintaix Q912 Android Box Review – Part 2: Android 6.0, Kodi 17, Benchmarks, etc…
Qintaix Q912 is one of the many octa-core Android boxes based on Amlogic S912 processor. I’ve already shown photos of the device and its internal design in the first part of Qintaix Q912 review, so today I’ll report the results of my testing with Android firmware, video & audio capabilities in Kodi 17 Alpha 3 (pre-installed), features supports, benchmarks, and other comment. I will also be interesting to find out how it compares to M12N TV box, also based on Amlogic S912 processor. First Boot, Settings, and First Impressions I’ve connected all necessary cables including HDMI and Ethernet, added some USB devices including two 2.4 GHZ USB dongles for my air moues and wireless gamepad, a USB keyboard to take screenshots, and a USB 3.0 hard drive to the USB 2.0 ports of the device. Once you apply power, the LED is turn red, and you need to press the […]
Kodi 17 Setup and Audio/Video Support in Amlogic S912 TV Boxes (as of September 2016)
Most people installing Kodi are going to select Kodi 16.1 as of today, since it is the latest stable release. But I’m currently reviewing Qintaix Q912 TV box based on Amlogic S912 octa-core processor, whose Android 6.0 firmware includes Kodi 17 Alpha 3, so since that’s the first time I run Kodi 17 “Krypton”. I’ve decided to report my experience about the interface, and the current status about audio and video support by testing some 4K videos, and audio files. I used the latest available firmware for the test. Kodi 17 can be found on the main launcher, and for the first launch, we’ll see the default skin has been replaced from Confluence to the new Estuary skin. It’s a little confusing a first. We can access the setup menu by going to the icon on the bottom left, just on the right on the power button, and then select […]
Receive Android SMS & Call Notifications in Ubuntu 16.04 with KDE Connect (or Not?)
I often miss calls, and I may be slow to answer SMS on my Android phone, but I’m often in front of my computer, so I decided to look for solutions to show SMS and call notifications on my computer running Ubuntu 16.04. I first found LinConnect, but it does not seem to be developed anymore, and after some more research I discovered that KDE Connect should do the job. The developer just released KDE Connect 1.0 a few weeks ago with add encryption, the ability to reply to SMS from your computer and more… One person posted instructions for Kubuntu 16.04. There’s just a problem it won’t work with Unity desktop, only KDE Plasma, due to a lack of support for Qt 5.6. You can still use the older version without encryption and other new features by “simply” running:
1 |
sudo apt install kdeconnect-plasma |
However the installation failed for me:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Unpacking kde-cli-tools-data (4:5.5.5-0ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/kde-cli-tools-data_4%3a5.5.5-0ubuntu1_all.deb (--unpack): trying to overwrite '/usr/share/locale/th/LC_MESSAGES/kmimetypefinder.mo', which is also in package kde-l10n-th 4:4.10.97-0ubuntu1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Preparing to unpack .../libkf5sysguard-data_4%3a5.5.5-0ubuntu2_all.deb ... Unpacking libkf5sysguard-data (4:5.5.5-0ubuntu2) ... dpkg: error processing archive /var/cache/apt/archives/libkf5sysguard-data_4%3a5.5.5-0ubuntu2_all.deb (--unpack): trying to overwrite '/usr/share/locale/th/LC_MESSAGES/processui.mo', which is also in package kde-l10n-th 4:4.10.97-0ubuntu1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Preparing to unpack .../plasma-workspace_4%3a5.5.5.2-0ubuntu1_amd64.deb ... Unpacking plasma-workspace (4:5.5.5.2-0ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/plasma-workspace_4%3a5.5.5.2-0ubuntu1_amd64.deb (--unpack): trying to overwrite '/usr/share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo', which is also in package kde-l10n-th 4:4.10.97-0ubuntu1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Processing triggers for dbus (1.10.6-1ubuntu3) ... Errors were encountered while processing: /var/cache/apt/archives/kde-cli-tools-data_4%3a5.5.5-0ubuntu1_all.deb /var/cache/apt/archives/libkf5sysguard-data_4%3a5.5.5-0ubuntu2_all.deb /var/cache/apt/archives/plasma-workspace_4%3a5.5.5.2-0ubuntu1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) |
An “apt […]