FireTV Known Issues: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "* Thermal failures are common on the FireTV sticks, particularly the first generation. Heavy use of video streaming tends to make the sticks very hot. This can cause an eventu...")
 
mNo edit summary
Line 1: Line 1:
* Thermal failures are common on the FireTV sticks, particularly the first generation. Heavy use of video streaming tends to make the sticks very hot. This can cause an eventual complete failure. One solution has been to buy a small office fan (such as from Staples) to blow air on the stick.
* Thermal failures are common on the FireTV sticks, particularly the first generation. Heavy use of video streaming tends to make the sticks very hot. This can cause an eventual complete failure. One solution has been to buy a small office fan (such as from Staples) to blow air on the stick.
*If you have the latest 5.2.4.1 firmware, you will find that playing a 1080p video at 24Hz resolution doesn't work well. There is a bug in the update, and it's discussed [http://www.aftvnews.com/fire-tv-update-5-2-4-1-causing-poor-24p-video-playback-in-mrmc-kodi-and-spmc/ here]
* VC-1 / WMV9 encoded videos is currently not hardware decoded in Kodi on the Amazon Fire TV box or stick
* VC-1 / WMV9 encoded videos is currently not hardware decoded in Kodi on the Amazon Fire TV box or stick
* Live IPTV (via multicast UDP/RTP) is currently not supported due to [http://android.stackexchange.com/questions/93396/cant-play-multicast-using-vlc-application-on-amazon-fire-tv-settop-box missing kernel support].
* Live IPTV (via multicast UDP/RTP) is currently not supported due to [http://android.stackexchange.com/questions/93396/cant-play-multicast-using-vlc-application-on-amazon-fire-tv-settop-box missing kernel support].
** There are now several IPTV offerings in the Movies and TV section of the Apps category, and IPTV services such as [https://www.setvnow.com/ Set TV] can be sideloaded
 


* Unless rooted, the micro USB port on the Amazon  
* Unless rooted, the micro USB port on the Amazon  

Revision as of 16:46, 12 July 2017

  • Thermal failures are common on the FireTV sticks, particularly the first generation. Heavy use of video streaming tends to make the sticks very hot. This can cause an eventual complete failure. One solution has been to buy a small office fan (such as from Staples) to blow air on the stick.
  • If you have the latest 5.2.4.1 firmware, you will find that playing a 1080p video at 24Hz resolution doesn't work well. There is a bug in the update, and it's discussed here
  • VC-1 / WMV9 encoded videos is currently not hardware decoded in Kodi on the Amazon Fire TV box or stick
  • Live IPTV (via multicast UDP/RTP) is currently not supported due to missing kernel support.


  • Unless rooted, the micro USB port on the Amazon

Fire TV Stick does not support USB host functions (no hard drives or USB input).

Kodi config is kept in /sdcard/Android/data/org.xbmc.kodi/files/.kodi

Let's say you wanted to edit a sources.xml or other XML configuration file on your FireTV.

$ adb connect <fire_tv_ip>
$ adb pull /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/sources.xml
* edit the local copy of sources.xml *
$ adb push sources.xml /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/sources.xml