I've been reading forums all over the place related to the buffering issues I'm experiencing using Gotham 13.2 on my new Fire TV box.
The settings that get me the best results here: (Can't remember what forum I found them on)
<network>
<autodetectpingtime>30</autodetectpingtime>
<buffermode>3</buffermode>
<cachemembuffersize>708669603</cachemembuffersize>
<curllowspeedtime>5</curllowspeedtime>
<curlclienttimeout>30</curlclienttimeout>
<readbufferfactor>4.0</readbufferfactor>
</network>
The streams start really quick, but if it's 1080p, it buffers every 2 minutes 22 seconds or so. 720p works fine.
I've tried many many settings I find here and at other forums with worse results. With this one I tried the buffermode at 1 and 3.
There must be a setting I'm missing to try out.
I'm using the exact same networking connection as my old WDTV LIVE that had zero problems with these files. I just wanted to replace it with the Fire TV. Tried wired and wireless, same issues.
Thanks for any help anyone might have here.
Thered a tweeks xml that gets copied to your drive and helps with buffering.
Basically it caches some of the stream and you play catch up viewing.
Or if u pause it make coffee or wat ever the whole thing will cache for you and you can watch with our stops.
I use it and it works well.
Some more than others
Id link you but a quick google search will get you what your looking for
mychaelp said:
<buffermode>3</buffermode>.
Click to expand...
Click to collapse
from kodi wiki:
0 Buffer all internet filesystems (like "2" but additionally also ftp, webdav, etc.) (default)
1 Buffer all filesystems (including local)
2 Only buffer true internet filesystems (streams) (http, etc.)
3 No buffer
So....
<cachemembuffersize>708669603</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
aren't really helping; since buffer needs to be enabled to be cached or read.
Also; default readbufferfactor is 1 but all examples use 10 or 20 rather than placing a decimal such as you did. Your setting may be resulting in a factor of 0.40 due to formatting
I am using mode 1 and caching to disk rather than use RAM.
The wiki warns this may shorten disk life (but I think I can afford another $10 usb stick if this one fails)
Never have any buffering issues with these settings on latest SPMC.
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
Here is the "official" Kodi thread: http://kodi.wiki/view/HOW-TO:Modify_the_video_cache.
gurnted said:
from
0 Buffer all internet filesystems (like "2" but additionally also ftp, webdav, etc.) (default)
1 Buffer all filesystems (including local)
2 Only buffer true internet filesystems (streams) (http, etc.)
3 No buffer
So....
<cachemembuffersize>708669603</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
aren't really helping; since buffer needs to be enabled to be cached or read.
Also; default readbufferfactor is 1 but all examples use 10 or 20 rather than placing a decimal such as you did. Your setting may be resulting in a factor of 0.40 due to formatting
I am using mode 1 and caching to disk rather than use RAM.
The wiki warns this may shorten disk life (but I think I can afford another $10 usb stick if this one fails)
Never have any buffering issues with these settings on latest SPMC.
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
Click to expand...
Click to collapse
Thank you for the input and tips to test out. Family is visiting right now, but shortly after the holiday I will test out. It seems there is no one-size-fits-all approach to get things working over a network with the Fire TV. Yet with my old WDTV Live player, absolutely zero issues.
I had found the settings I posted on another forum. They had the best results with zero buffering unless 1080p.
Will report back with results
gurnted said:
from kodi wiki[/URL]:
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
Click to expand...
Click to collapse
OK, reporting back. These settings causes rebuffering every 20 seconds or so. My settings I posted above get me to about a minute in. It appears with my setup I won't be able to use this to play 1080p movies and will need to use my ancient WDTV box for that. I had high hopes but maybe XBMC just isn't set up to work as easily as the ancient WDTV's?
I hooked them up to HDMI1 and 2, tried each in succession and the WDTV plays flawlessly while the Amazon Fire TV buffers over and over again.
I may hold on to it in case someone comes up with a method or there is a special fork just for it that works better with my system.
Thank you for your easy to read analysis. It's appreciated. But it appears by googling, that many others are having my issue as well and have returned the boxes.
gurnted said:
from kodi wiki:
I am using mode 1 and caching to disk rather than use RAM.
Click to expand...
Click to collapse
How do you allow kodi to cache to disk instead of RAM? Isn't the disk flash based and less likely to get worn out compared to a spinning disk? I don't know but it seems like there is nothing to wear out if isn't spinning...
If you allow it to cache to disk then if you were to pause a movie and your sd had enough space, would it download the whole movie to disk and delete when more space is needed?
If so is there a setting where we allocate a maximum amount of disk space for the temporary downloads to fill so kodi knows when to delete other cached videos?
edit: I found the answer to my questions... setting buffer size to 0 and the temp download is deleted when the video is stopped.
От: реставрация на автомобили по света и у 
I am using mode 1 and caching to disk rather than use RAM.
The wiki warns this may shorten disk life (but I think I can afford another $10 usb stick if this one fails)
Never have any buffering issues with these settings on latest SPMC.
____________
Arslan1
smithdevil1 said:
I am using mode 1 and caching to disk rather than use RAM.
The wiki warns this may shorten disk life (but I think I can afford another $10 usb stick if this one fails)
Never have any buffering issues with these settings on latest SPMC.
____________
Arslan1
Click to expand...
Click to collapse
If you monitor your network's activity or just watch the buffer available as the greyed out area increases when you pause a video it will show much cache is building up. I have also set it to cache to disk and it does not cache very much of a video by using cache to disk.
I posted a question about this on kodi.tv They said that kodi will only cache about 1Gb of data per 3.5Gb of free disk space, as that is the amount of free space i had at the time of posting, not sure of official caching numbers. But there is no way that kodi cached a full gigabyte as it only showed network activity for a few moments when I was trying to stream the interview through kodi's youtube.
The wiki warns about disk life but I think that pertains to spinning disks that get worn out with constant use.
mychaelp said:
I've been reading forums all over the place related to the buffering issues I'm experiencing using Gotham 13.2 on my new Fire TV box.
The settings that get me the best results here: (Can't remember what forum I found them on)
<network>
<autodetectpingtime>30</autodetectpingtime>
<buffermode>3</buffermode>
<cachemembuffersize>708669603</cachemembuffersize>
<curllowspeedtime>5</curllowspeedtime>
<curlclienttimeout>30</curlclienttimeout>
<readbufferfactor>4.0</readbufferfactor>
</network>
The streams start really quick, but if it's 1080p, it buffers every 2 minutes 22 seconds or so. 720p works fine.
I've tried many many settings I find here and at other forums with worse results. With this one I tried the buffermode at 1 and 3.
There must be a setting I'm missing to try out.
I'm using the exact same networking connection as my old WDTV LIVE that had zero problems with these files. I just wanted to replace it with the Fire TV. Tried wired and wireless, same issues.
Thanks for any help anyone might have here.
Click to expand...
Click to collapse
set your advanced setting to 0 cache file, this will cache to your hard drive. You can use program such as xunity maintenance or maintenance tools to do this, just go into one of these program, i think it is under tweaks or fixes. It works great most of the time i am using this setting on my raspberry pi and on my fire tv. i have watched full 1080 movies and shows without any issue.
The buffering also depends on your internet speed. Have you try Ethernet connection if you are on wifi?
Also, test your internet speed to make sure. It also depends on the source it self, your connection may be fast enuf but the source it self is just slow or too much traffic.
Thank you
ashsha7877 said:
set your advanced setting to 0 cache file, this will cache to your hard drive. You can use program such as xunity maintenance or maintenance tools to do this, just go into one of these program, i think it is under tweaks or fixes. It works great most of the time i am using this setting on my raspberry pi and on my fire tv. i have watched full 1080 movies and shows without any issue.
Click to expand...
Click to collapse
I will look into xunity maintenance since I'm new to XBMC and have not heard of it. I have a SMB share from an old laptop. Old laptop may be the reason 720p works well but not 1080p. It's just odd how the WDTV Live works perfectly. Oh, I tested wired and wireless and they both give me the same issues. I thought about buying a NAS, but I read here that many still have buffering issues.
Here are the latest settings I ended up with that give me the best results. 1080p gives a cache full error and rebuffers every 30 seconds or so. 720p is perfect. I can't recall where I found these, might have been here somewhere, or other forum. Tested way too many and getting tired of it.
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>20971520</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>
So thank you for the information, it appears I need to read up as to what xunity is and how it might help me or where tweaks/fixes are within XBMC (hope I don't need to buy anything new).
Maybe with the popularity of the Fire TV there will be more guides on it one day. I got the box for $14 with an amazing deal so probably will keep it at least for streaming and use the ancient WDTV for movies if I can't figure this out.
mychaelp said:
I will look into xunity maintenance since I'm new to XBMC and have not heard of it. I have a SMB share from an old laptop. Old laptop may be the reason 720p works well but not 1080p. It's just odd how the WDTV Live works perfectly. Oh, I tested wired and wireless and they both give me the same issues. I thought about buying a NAS, but I read here that many still have buffering issues.
Here are the latest settings I ended up with that give me the best results. 1080p gives a cache full error and rebuffers every 30 seconds or so. 720p is perfect. I can't recall where I found these, might have been here somewhere, or other forum. Tested way too many and getting tired of it.
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>20971520</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>
So thank you for the information, it appears I need to read up as to what xunity is and how it might help me or where tweaks/fixes are within XBMC (hope I don't need to buy anything new).
Maybe with the popularity of the Fire TV there will be more guides on it one day. I got the box for $14 with an amazing deal so probably will keep it at least for streaming and use the ancient WDTV for movies if I can't figure this out.
Click to expand...
Click to collapse
1) just add this path under file manager http://xfinity.xunitytalk.com
2) add XunityTalk_Repository
3) go to add on --> get add-ons
4) click on .xunitytalk repository
5) click on programs add-ons
5) click on xunity maintenance and install it
6) then run xunity maintenance --> tweaks --> click on "Add 2 cache advanced xml"
You can also use Maintenance Tools program which is under http://fusion.xbmchub.com (fusion) --> xbmc repos --> TVaddons repo --> program add-ons --> Maintenance Tools --> systems tweaks --> "ZERO CACHE"
here is link for advance settings....
http://kodi.wiki/view/HOW-TO:Modify_the_video_cache
thanks
ashsha7877 said:
1) just add this path under file manager http://xfinity.xunitytalk.com
2) add XunityTalk_Repository
3) go to add on --> get add-ons
4) click on .xunitytalk repository
5) click on programs add-ons
5) click on xunity maintenance and install it
6) then run xunity maintenance --> tweaks --> click on "Add 2 cache advanced xml"
You can also use Maintenance Tools program which is under http://fusion.xbmchub.com (fusion) --> xbmc repos --> TVaddons repo --> program add-ons --> Maintenance Tools --> systems tweaks --> "ZERO CACHE"
here is link for advance settings....
http://kodi.wiki/view/HOW-TO:Modify_the_video_cache
thanks
Click to expand...
Click to collapse
Are you certain they're still using the old xbmchub address for fusion? I used http://fusion.tvaddons.ag to set up a ouya the other day. Add-on installer installed but wouldn't work and config wizard gave a script error on 4 different builds (2 SPMC, xbmc for ouya and Gotham 13.2) Couldnt get it to work. Also I've had on & off issues with aftv even though I did get add-on installer working with helix and 13.2
Does it matter? What I mean is if fusion shows up at that point does the address used make a difference? Just trying to make sense of issues I didn't have before the hub became tvaddons.
KLit75 said:
Are you certain they're still using the old xbmchub address for fusion? I used http://fusion.tvaddons.ag to set up a ouya the other day. Add-on installer installed but wouldn't work and config wizard gave a script error on 4 different builds (2 SPMC, xbmc for ouya and Gotham 13.2) Couldnt get it to work. Also I've had on & off issues with aftv even though I did get add-on installer working with helix and 13.2
Does it matter? What I mean is if fusion shows up at that point does the address used make a difference? Just trying to make sense of issues I didn't have before the hub became tvaddons.
Click to expand...
Click to collapse
If you click on http://fusion.xbmcub.com it will take you to tvaddons so they are both good. It does not matter which one you use since both http are being pointed at one location.
on my ATFV i am using this path http://fusion.xbmcub.com and it works fine. I have used the config wizard and it is ok but i like to add the addons only i want to keep, to keep my set up clean. As far as add on installer it is generally ok but i used this file manager to add repo http://i.totalxbmc.tv this is one has all the repo in one place and easy to find, i like it better than add on installer when i want to add 3rd party repo's.
Thank you
ashsha7877 said:
1) just add this path under file manager http://xfinity.xunitytalk.com
2) add XunityTalk_Repository
3) go to add on --> get add-ons
4) click on .xunitytalk repository
5) click on programs add-ons
5) click on xunity maintenance and install it
6) then run xunity maintenance --> tweaks --> click on "Add 2 cache advanced xml"
You can also use Maintenance Tools program which is under http://fusion.xbmchub.com (fusion) --> xbmc repos --> TVaddons repo --> program add-ons --> Maintenance Tools --> systems tweaks --> "ZERO CACHE"
here is link for advance settings....
http://kodi.wiki/view/HOW-TO:Modify_the_video_cache
thanks
Click to expand...
Click to collapse
Very good info. Thanks!
In a strange twist , I'm now having issues with a videos crashing on both aftvs, both 13.2 Gotham. This keeps occurring on 2 1080p videos. I assumed the op was trying to play movies from an add-on which could be effected by the speed of the server greatly.
No buffering for me. It plays perfect then crash. The files are 5 and 8 gb. Typically I watch tv shows and if I do play 1080p they're compressed mkvs.
I found messing with buffer size can cause other issues but can't say I've got much experience with it--didn't really need to. Would pushing a advanced settings.xml to increase buffer size help? Any other suggestions?
There really seems to be some variability and misinformation regarding this stuttering, so I wanted to share my observations by experimentation so far:
Testing setup is full switched gigabit network with FireTV at 100FDX. Server is capable of 1Gbps full throughtput and is sharing files via SMB/CIFS. The network is stable.
Test PC on wired ethernet on same switch can stream any speed up to 1G
Test PC on wireless ethernet can stream any speed up to typical speed of 802.11n @ 5Ghz double-width channels (approx 200Mbps).
Appears to only affected WIRED FireTV boxes. Switching to wireless with good signal removes the buffering issue experienced.
FireTV stick is not affected (wireless only obviously).
Only applies to large bitrate MKV files (typically 1080p @ > 20 mbit). Anything lower (e.g. 720p or less) is not affected as the low throughput via wired is able to keep up.
This affects any variant of XBMC that I've tried:
Gotham 13.2
Kodi 14.0
SPMC 13.X
Affects at least 51.1.4.0_user_514006420 & 51.1.4.1_user_514013920 versions of FireOS.
None of the internet-suggested settings for the advancedsettings.xml file appears to alleviate the issue even though there are posts suggesting otherwise.
This may be true for those users, but not for all. I can't find a commonality besides the "being wired" issue.
It may be a combination of factors (OS, settings) that produce the symptom.
I'd really like to hear comments on this. Perhaps this is a network stack issue with the FireTV. Perhaps this is a buffer handling problem. I've heard others using Plex that experience these issues as well, so perhaps this leans the issue towards something on FireOS. I'm not familiar enough with detailed network settings on this OS to diagnose.
Other observations:
Oddly, setting <cachemembuffersize>XXX</cachemembuffersize> to any value causes it to be halved when in use. I've set it to 50MB, and the cache readout shows 25MB when full. Is this right?
smartymcfly said:
The wiki warns about disk life but I think that pertains to spinning disks that get worn out with constant use.
Click to expand...
Click to collapse
Just a word of caution: this warning also pertains to flash based memory (such as the onboard storage on the FireTV). If you're caching to disk (or the sdcard, in this case), you'll wear out the flash memory rather quickly. The flash memory used in the FireTV is not designed to write/rewrite it's data all the time. It might take a couple of years (maybe 3ish), but it will eventually wear out due to high read/write operations. After that you're kinda SOL...
If you have the RAM space available, and your internet connection is fast enough, I strongly suggest using that for caching rather than disk. I'm currently evaluating the advancedsettings.xml below. For me, they've made a significant difference in my ability to stream video to my FireTV box. It will cache 150.9Mbytes of data while streaming both local and internet content (requires ~450MBytes of free RAM for XBMC). Assuming you're streaming a 5Gbyte file (that's a very high estimate, online HD video is compressed to around half that), it will cache at least 5 minutes of video. If I run into any issues I'll try upping the RAM available for caching and let you guy's know what changes I make.
Code:
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>157286400</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>
sirwoogie said:
There really seems to be some variability and misinformation regarding this stuttering, so I wanted to share my observations by experimentation so far:
Testing setup is full switched gigabit network with FireTV at 100FDX. Server is capable of 1Gbps full throughtput and is sharing files via SMB/CIFS. The network is stable.
Test PC on wired ethernet on same switch can stream any speed up to 1G
Test PC on wireless ethernet can stream any speed up to typical speed of 802.11n @ 5Ghz double-width channels (approx 200Mbps).
Appears to only affected WIRED FireTV boxes. Switching to wireless with good signal removes the buffering issue experienced.
FireTV stick is not affected (wireless only obviously).
Only applies to large bitrate MKV files (typically 1080p @ > 20 mbit). Anything lower (e.g. 720p or less) is not affected as the low throughput via wired is able to keep up.
This affects any variant of XBMC that I've tried:
Gotham 13.2
Kodi 14.0
SPMC 13.X
Affects at least 51.1.4.0_user_514006420 & 51.1.4.1_user_514013920 versions of FireOS.
None of the internet-suggested settings for the advancedsettings.xml file appears to alleviate the issue even though there are posts suggesting otherwise.
This may be true for those users, but not for all. I can't find a commonality besides the "being wired" issue.
It may be a combination of factors (OS, settings) that produce the symptom.
I'd really like to hear comments on this. Perhaps this is a network stack issue with the FireTV. Perhaps this is a buffer handling problem. I've heard others using Plex that experience these issues as well, so perhaps this leans the issue towards something on FireOS. I'm not familiar enough with detailed network settings on this OS to diagnose.
Other observations:
Oddly, setting <cachemembuffersize>XXX</cachemembuffersize> to any value causes it to be halved when in use. I've set it to 50MB, and the cache readout shows 25MB when full. Is this right?
Click to expand...
Click to collapse
I am seeing exactly the same behaviour and have come to a similar conclusion that there maybe some hardware/OS specific issues.
I have a gigabit lan to which the fire tv is connected and experience buffering during playback of "raw" bluray mkv rips. I've tried to disable the cache/buffer but I'm not convinced if this is making any difference. I have a wired PC running the same Helix build and advancedsettings.xml file. I see from task manager that during playback the Ethernet connection bursts between 35 mbps up to 89/90 when connected at 100 mbps, and as high as 300 mbps when I've enabled gigabit speeds. This is even with the cache apparently disabled. These bursts seem to correspond with the cache filling up.
It feels like there are wired Ethernet throughput issues that when combined with the read ahead buffer result the "Buffering n%" messages. Plus the setting to disable the cache in advancedsettings.xml doesn't seem to work either due to a bug or because I'm not configuring it correctly.
sskuk said:
I am seeing exactly the same behaviour and have come to a similar conclusion that there maybe some hardware/OS specific issues.
I have a gigabit lan to which the fire tv is connected and experience buffering during playback of "raw" bluray mkv rips. I've tried to disable the cache/buffer but I'm not convinced if this is making any difference. I have a wired PC running the same Helix build and advancedsettings.xml file. I see from task manager that during playback the Ethernet connection bursts between 35 mbps up to 89/90 when connected at 100 mbps, and as high as 300 mbps when I've enabled gigabit speeds. This is even with the cache apparently disabled. These bursts seem to correspond with the cache filling up.
It feels like there are wired Ethernet throughput issues that when combined with the read ahead buffer result the "Buffering n%" messages. Plus the setting to disable the cache in advancedsettings.xml doesn't seem to work either due to a bug or because I'm not configuring it correctly.
Click to expand...
Click to collapse
FYI , firetv only has a 10/100 nic so it wont get gigabit speeds.
I may have stumbled upon a fix for my buffering issues. I've checked over and over so many things these days with my network (router, modem, laptop with SMB external drive) and began moving in a different direction than just the advanced xml file (I tired about 100 options!). I looked at how to speed up serving up my files in case it really is just that simple. I found postings of editing Samba settings in the registry, but it was way beyond what I was willing to try. Then I stumbled on this blog
http://night-ray.blogspot.com/2010/03/improving-windows-xp-smb-file.html An old post from 2010 which looked promising. Since it's an old laptop I'm using I gave it a shot. Tested through 12 movies and no rebuffering yet. This may have given me just enough extra serving power to get enough data transferred. If you're brave as well and have XP (or maybe something similar can work for other versions) give it a shot.
I still have the huge buffer of 400mb someone posted in my settings but I've been clicking play about 2 seconds into it, so I probably need to adjust that down quite a bit and see how it goes.
The guy's blog is pretty interesting as I looked at it more, strange mix of topics, but I'll be writing him a thank you!
Related
Has anyone installed xbmc-torrents on Amazon Fire Tv and experienced any problems? Thx
athosk said:
Has anyone installed xbmc-torrents on Amazon Fire Tv and experienced any problems? Thx
Click to expand...
Click to collapse
Works perfectly fine for me
Sent from my Nexus 5 using XDA Free mobile app
athosk said:
Has anyone installed xbmc-torrents on Amazon Fire Tv and experienced any problems? Thx
Click to expand...
Click to collapse
I have che following setup.
Rooted ftv. Xbmc 13.1. Stick mount to connect an external HDD.
Xbmctorrent is configured to save stuff on a subdir in the HDD. It works fine for TV series episodes. Yesterday night I tried with a movie and had two times the fire TV to completely crash after something like 15 minutes watching. I guess this might be related to having downloaded a file which is larger than a certain threshold. The first time it crashed I also got scared because it was stuck in the Amazon black screen without any sign of life. I removed power for a while to have it start back.
I am watching a TV episode now and it seems fine.
The other issue I experienced is sometimes getting the Xbmctorrent script failed. Not on eztv though, I guess this is related on how they handle individual sources.
Any help or other experiences?
Do you guys also know a better way integrated in xbmc to pick up a torrent to be downloaded and then watch it later, rather than immediately streaming?
I have two AFTV with XBMC 13.1 and xbmctorrent.
I never had issues with any files over 4gb. I mounted a usb flash drive (NTFS formatted) with stickmount, but I don't use that for xbmctorrent. I have xbmctorrent buffer up on the AFTV internal memory.
Shinyhead said:
I have two AFTV with XBMC 13.1 and xbmctorrent.
I never had issues with any files over 4gb. I mounted a usb flash drive (NTFS formatted) with stickmount, but I don't use that for xbmctorrent. I have xbmctorrent buffer up on the AFTV internal memory.
Click to expand...
Click to collapse
This is really interesting. I wonder why I have so serious issues.
Yesterday I tried with a TV show, and it was stopping the reproduction immediately after starting, even though the download had no problems at all! After tried a few times, I had again the most disruptive crash with AFTV stuck on the black screen with white amazon logo. After that, I decided to uninstall the plugin.
Any suggestion?!
bastXda said:
This is really interesting. I wonder why I have so serious issues.
Yesterday I tried with a TV show, and it was stopping the reproduction immediately after starting, even though the download had no problems at all! After tried a few times, I had again the most disruptive crash with AFTV stuck on the black screen with white amazon logo. After that, I decided to uninstall the plugin.
Any suggestion?!
Click to expand...
Click to collapse
Try not putting any path for the download field in xbmctorrent, so it will use the internal memory to download on.
XBMCTorrent
This issue is happenning to me as well, I have toyed with all the options\save pathes possible, nothing seems to fix it.
I also opened an Issue on XBMCTorrent's Gibhub and Stream (a fork of this addon) but no help yet.
This is my favorite addon and it's a total deal-breaker for me about the AFTV
I really hope someone will find a fix for this...
Is there a difference between xbmc torrent and an android based torrent client?
Sent from my SM-G900A using XDA Premium 4 mobile app
Dragracekid said:
Is there a difference between xbmc torrent and an android based torrent client?
Sent from my SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
the difference is xbmc isnt a regular torrent addon. Its used only to stream/seed movies. you cant load a regular torrent file and expect it to download.
Oh ok cool thanks
Sent from my SM-G900A using XDA Premium 4 mobile app
I think the solution is simple.....uninstall XBMC and install SPMC (XBMC for Ouya). Alot more stable and dosnt keep the data stuck in memory.
You can get it here
https://github.com/koying/SPMC/releases/download/13.2.1-spmc/spmc-armeabi-v7a_13.2.1.apk
athosk said:
I think the solution is simple.....uninstall XBMC and install SPMC (XBMC for Ouya). Alot more stable and dosnt keep the data stuck in memory.
Click to expand...
Click to collapse
Is there evidence of better behavior of SPMC on AFTV than regular XBMC? I just went to the official XBMC, but maybe I did the wrong choice! Is it possible to install it without losing all the preferences over current XBMC?
I'm using the xbmc with the launcher mod, and last night got the xbmctorrent to sort of work. It was making my firetv unstable, I had at least two blackscreens while using it.
I'm not on the latest xbmc but am on the latest torrent plugin, but at this point I'm not inclined to keep chasing the plugin too often, neat as it is when it works.
bastXda said:
Is there evidence of better behavior of SPMC on AFTV than regular XBMC? I just went to the official XBMC, but maybe I did the wrong choice! Is it possible to install it without losing all the preferences over current XBMC?
Click to expand...
Click to collapse
the older version of spmc works the best.
load the apk on post 9
http://forum.xda-developers.com/showpost.php?p=54237038&postcount=9
I have personally tried XBMC on all available platforms (Apple TV, Ipad, Windows 8.1, Android minix, Android tv box wih quad core processor and 8core graphics card capable of 4K output). Best one i think is windows.....it would be apple tv but that only gives 720p output.
Now, with Amazon, XBMC torrents somehow data is being saved somewhere and if you look at the screen before launching it, you will notice that the data file keeps getting bigger and at some point that would create a problem as AFT has only 8 GB memory.
With SPMC, I haven't really seen any increaments on the data file size...i wil keep you posted in the next few days if i notice any change
I've been seeing many of the issues with xbmc torrent that I've heard reported from others - problems downloading, issues where, once a stream gets into enough trouble, the box itself resets, very long initial load times.
I thought I was giving up on it, but I was curious and decided to look into what I was seeing.
Once things get bad enough that the FTV bombs out, I also noticed that I needed to reset my firewall to get anything going on the internet in the house - aside from things that were running before I started xbmc torrent.
I took a look, and my firewall has an 8064 session limit. What I'm seeing is that I need to limit how many sessions a single client can spin up. The xbmc torrent plugin is insanely chatty, and it was exhausing my session pool!
When things got to their worst, I wasn't able to get DNS moving and when I dug in, I found that what I was seeing was that I couldn't translate the DNS requests from my lan. (In some ways, the firewall I'm using is a gynormous pain in the butt - it'd be nice if I had more than 8k outbound translations - but it makes up for it with truly epic diagnostic info.)
So, it's worth trying to see if there's a way limit the number of connections a client on your network can establish. I'm getting decent performance and still having resources available to other systems using a 512 session limit.
My impression on the FTV rebooting is that once DNS was unavailable, other services I was trying to run were crapping out, taking the OS with them.
XBMCTorrent
athosk said:
I think the solution is simple.....uninstall XBMC and install SPMC (XBMC for Ouya). Alot more stable and dosnt keep the data stuck in memory.
You can get it here
https://github.com/koying/SPMC/releases/download/13.2.1-spmc/spmc-armeabi-v7a_13.2.1.apk
Click to expand...
Click to collapse
mejdam said:
the older version of spmc works the best.
load the apk on post 9
http://forum.xda-developers.com/showpost.php?p=54237038&postcount=9
Click to expand...
Click to collapse
I have tried XBMC 13.1 official, BeyondXBMC, XBMC For Ouya and SPMC.
In all of them the plugin had made my XBMC go crazy and eventually reboot the entire Fire TV, on some occasions even corrupted my XBMC Skin settings somehow.
athosk said:
I have personally tried XBMC on all available platforms (Apple TV, Ipad, Windows 8.1, Android minix, Android tv box wih quad core processor and 8core graphics card capable of 4K output). Best one i think is windows.....it would be apple tv but that only gives 720p output.
Now, with Amazon, XBMC torrents somehow data is being saved somewhere and if you look at the screen before launching it, you will notice that the data file keeps getting bigger and at some point that would create a problem as AFT has only 8 GB memory.
With SPMC, I haven't really seen any increaments on the data file size...i wil keep you posted in the next few days if i notice any change
Click to expand...
Click to collapse
roustabout said:
I've been seeing many of the issues with xbmc torrent that I've heard reported from others - problems downloading, issues where, once a stream gets into enough trouble, the box itself resets, very long initial load times.
I thought I was giving up on it, but I was curious and decided to look into what I was seeing.
Once things get bad enough that the FTV bombs out, I also noticed that I needed to reset my firewall to get anything going on the internet in the house - aside from things that were running before I started xbmc torrent.
I took a look, and my firewall has an 8064 session limit. What I'm seeing is that I need to limit how many sessions a single client can spin up. The xbmc torrent plugin is insanely chatty, and it was exhausing my session pool!
When things got to their worst, I wasn't able to get DNS moving and when I dug in, I found that what I was seeing was that I couldn't translate the DNS requests from my lan. (In some ways, the firewall I'm using is a gynormous pain in the butt - it'd be nice if I had more than 8k outbound translations - but it makes up for it with truly epic diagnostic info.)
So, it's worth trying to see if there's a way limit the number of connections a client on your network can establish. I'm getting decent performance and still having resources available to other systems using a 512 session limit.
My impression on the FTV rebooting is that once DNS was unavailable, other services I was trying to run were crapping out, taking the OS with them.
Click to expand...
Click to collapse
This is very interesting!
I have tried various combonations of this plugin (keep torrents, trying to save to SMB share, to Disk on Key, changing File Systems [exFAT,fat32,ntfs] and nothing seemed to work).
I have never thought of it as a network problem...
It works so good on my Windows PC and my Android Mini PC...
Maybe someone can post a way to limit the connections?
Thanks
Yeah maybe you are on the right track. My xbmctorrent also crashes quite oftenly and makes my firetv to reboot. It's very annoying.
Enviado de meu GT-N7100 usando Tapatalk
KillerJoeBR said:
Yeah maybe you are on the right track. My xbmctorrent also crashes quite oftenly and makes my firetv to reboot. It's very annoying.
Enviado de meu GT-N7100 usando Tapatalk
Click to expand...
Click to collapse
Same for me.
Has anyone gotten the stream plugin to work? It's being actively developed and is apparently a fork of the xbmc torrent code.
I'm unable to get it to run, either on ftv or on a tablet, and the diagnostic logging doesn't say much to me.
My firewall supports outbound rules that apply per host, and the values it takes are sess-limit per-src-ip <number>
Probably you can do something similar in one of the open source dd-wrt platforms. There's an interesting discussion of advanced config of those at http://markmaunder.com/2011/01/26/h...-your-room-mate-or-bad-office-colleague-uses/ - but it doesn't cover sessions, but rather total per-address or per-network bandwidth. (Which I've also had set up to deal with aftv chewing up everything it can when I need to have a few hundred low-latency kilobits to reach the office - it's challenging to apply QoS to inbound, simpler to drop everything over a cap that's trying to reach a host. I unset those rules before trying xbmctorrent.)
I have the impression that xbmctorrent, at least, has its own torrent client built in. And although I've seen a configuration in the system / network menus that lets you define a proxy for xbmc to use, I haven't seen a similar config for global torrent settings.
Many standalone torrent clients have a lot of controls over maximum connections, in addition to upload/download speeds, etc.
I haven't looked to see whether a standalone torrent client, or one of the various torrent plugins for xbmc, might be able to give one systemwide control over session initiation, session timeout and session number - applying some settings that xbmctorrent would need to respect, in essence.
I suspect that they'd make it harder to use if they were able to control those things, though - xbmctorrent is doing something pretty unusual: it's polling a swarm of peers (into the thousands) and asking not just 'who has the file' but 'who has this specific piece of the file starting at time X'
It would be nice if those kinds of advanced network settings were available in the configuration of one of these video on demand torrent clients, though
So I just recently bought a Fire TV and rooted it and put on XBMC [http://forum.xda-developers.com/showthread.php?t=2790392] So after connecting to my SMB share and importing my Movies and TV shows I started watching some. The first things I played were SD and they played without issue however as soon as I tried a bluray rip or a 1080p TV show ever 3 sec its buffering. I've tried wireless and wired with the same result. I've also went to my server to review bandwidth usage. Doesn't matter if its wired or wireless i'm only avg 2.5 Mbps and most i've seen is 3.2 however if I go to the same video file on my laptop and run it i'll pull upwardes 32Mbps. There appears to be something limiting the AFTV to only 3ish Mbps any idea whats going on? I've seen people talk about increasing the cache but not sure whats going on. Any help would be nice thanks.
jdpickering said:
So I just recently bought a Fire TV and rooted it and put on XBMC [http://forum.xda-developers.com/showthread.php?t=2790392] So after connecting to my SMB share and importing my Movies and TV shows I started watching some. The first things I played were SD and they played without issue however as soon as I tried a bluray rip or a 1080p TV show ever 3 sec its buffering. I've tried wireless and wired with the same result. I've also went to my server to review bandwidth usage. Doesn't matter if its wired or wireless i'm only avg 2.5 Mbps and most i've seen is 3.2 however if I go to the same video file on my laptop and run it i'll pull upwardes 32Mbps. There appears to be something limiting the AFTV to only 3ish Mbps any idea whats going on? I've seen people talk about increasing the cache but not sure whats going on. Any help would be nice thanks.
Click to expand...
Click to collapse
I've came across this problem.
What my problem seemed to come down to was some bad sectors on my harddrive. I kept getting it where vids would start buffering when i was hitting that harddrive with something on my computer. Then I'd lose access to part of the harddrive, forcing me to check it.
Did a fix bad sectors during the last search, took all night (2TB drive, pretty much full of vids), but I haven't noticed that problem since.
And it's been a few days.
By default xbmc won't do more than that. You should try adding/changing your advancedsettings.xml to included.
<advancedsettings>
<network>
<buffermode>1</buffermode>
<readbufferfactor>5</readbufferfactor>
</network>
</advancedsettings>
Works for me.
Buffermode 1 will include local network to cache and readbufferfactor 5 will increase it beyond whats needed.
So after some playing around last night I turned Cache off all together
Code:
<advancedsettings>
<network>
<buffermode>3</buffermode>
</network>
</advancedsettings>
After doing this every ran smooth and watching the network utilization on my server it was similar to my laptop jumping around from 10 -> 30 Mbps so then I switched it to
Code:
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>10</readbufferfactor>
</network>
</advancedsettings>
And once again everything ran smooth so i believe this was the fix.
thanks
jdpickering said:
So after some playing around last night I turned Cache off all together
Code:
<advancedsettings>
<network>
<buffermode>3</buffermode>
</network>
</advancedsettings>
After doing this every ran smooth and watching the network utilization on my server it was similar to my laptop jumping around from 10 -> 30 Mbps so then I switched it to
Code:
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>10</readbufferfactor>
</network>
</advancedsettings>
And once again everything ran smooth so i believe this was the fix.
Click to expand...
Click to collapse
Thanks for these settings. Seems to have fixed my buffering issues
jdpickering said:
So I just recently bought a Fire TV and rooted it and put on XBMC [http://forum.xda-developers.com/showthread.php?t=2790392] So after connecting to my SMB share and importing my Movies and TV shows I started watching some. The first things I played were SD and they played without issue however as soon as I tried a bluray rip or a 1080p TV show ever 3 sec its buffering. I've tried wireless and wired with the same result. I've also went to my server to review bandwidth usage. Doesn't matter if its wired or wireless i'm only avg 2.5 Mbps and most i've seen is 3.2 however if I go to the same video file on my laptop and run it i'll pull upwardes 32Mbps. There appears to be something limiting the AFTV to only 3ish Mbps any idea whats going on? I've seen people talk about increasing the cache but not sure whats going on. Any help would be nice thanks.
Click to expand...
Click to collapse
I had the same issue on my first FTV. It was also happening on Plex. At first, I thought it was my network but apparently it turned out to be that particular FTV. I returned the FTV to amazon. Jump in on the recent sale from from staples. I havent loaded XBMC but with Plex installed and the same mkv blu ray movies (large file) the buffering was gone.
jdpickering said:
So after some playing around last night I turned Cache off all together
Code:
<advancedsettings>
<network>
<buffermode>3</buffermode>
</network>
</advancedsettings>
After doing this every ran smooth and watching the network utilization on my server it was similar to my laptop jumping around from 10 -> 30 Mbps so then I switched it to
Code:
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>10</readbufferfactor>
</network>
</advancedsettings>
And once again everything ran smooth so i believe this was the fix.
Click to expand...
Click to collapse
I tried the second one and now my movies just slowly buffer forever gaining 1% every 4 seconds. I am on wired gigabit using SPMC. Also I am trying to because I am getting stuttering and micro stuttering and buffer issues. Any help would be appreciated.
I'm having a similar problem. Since my HTPC took a nose dive, I've been using XBMC on FTV. It's rooted and I have no problem with local media on my WLAN, but when streaming Internet media, even 480p files will need to buffer repeatedly. I can switch to Amazon or Netflix content and stream HD/DD+ no problem.
I've tried editing the cache in advancedsettings.html as suggested in the Wiki, but none of the settings I've tried works. I hate to run a cable to the FTV, as from what I've read people still have buffering issues even when wired.
Sent from my Nexus 4
Friends,
I just got a new AFTV and trying to run XBMC but playback is just not working. I have a Gigabit wired connection and most MKVs start playing quickly with sound, but then stop in few seconds. Some run for 25 seconds and others (usually the larger MKVs) freeze and then quit under 10 seconds. Tried disabling hardware acceleration completely as well as with/without below network settings but nothing worked -
<buffermode>1</buffermode>
<readbufferfactor>10</readbufferfactor>
<cachemembuffersize>52428800</cachemembuffersize>
Did a factory reset of FTV and ran XBMC with default settings and just 1 video file but didn't help. The same files (shared in Drobo) work great on my HTPC (XBMC). Tried Kodi Alpha and SPMC with video acceleration changes as well but no go.
Here is the log with mediacodec off and then on. All other apps work very well and it's otherwise smooth so want to keep it but I got it primarily for XBMC.
Thanks for any suggestions / pointers.
10/28/2014 Update: See the last post for workaround.
Am I missing something obvious? With so many people successfully running XBMC on FTV there must be something odd in my environment.
Only thing I can think of is maybe a network issue playing off your drobo that the aftv doesn't like. Do files play properly from a local folder copied onto the aftv?
Other than that, there is a known issue with one particular firmware and xbmv, but I don't think that's the case here, Check aftvnews.com for a post about it.
Last suggestion would be to check http://kodi.wiki/view/Amazon_Fire_TV and follow everything there. It was fairly trivial to get it working, so it's odd it's not working for you.
Good luck.
eskay993 said:
Only thing I can think of is maybe a network issue playing off your drobo that the aftv doesn't like. Do files play properly from a local folder copied onto the aftv?
Other than that, there is a known issue with one particular firmware and xbmv, but I don't think that's the case here, Check aftvnews.com for a post about it.
Last suggestion would be to check http://kodi.wiki/view/Amazon_Fire_TV and follow everything there. It was fairly trivial to get it working, so it's odd it's not working for you.
Good luck.
Click to expand...
Click to collapse
Thanks eskay. I too thought it might be Drobo or network related due to the below error in the log -
ERROR: virtual unsigned int XFILE::CSmbFile::Read(void*, int64_t) - Error( -1, 110, Connection timed out )
Installing nfs 1.2.8 as we speak. If that doesn't work will try USB drive and report.
I think I found the problem. Couldn't get NFS to work on Drobo yet but XBMC on FTV works perfectly when I share a directory from my HTPC. So, it's clear that Drobo is the culprit. The HTPC share uses SMB too (Windows 8.1) so it's not specifically to SMB, maybe Drobo's implementation of SMB ...
Couldn't get NFS to work with XBMC on FTV Sad Installed NFS on Drobo 5N and my HTPC can see the directories shared from XBMC (Windows) but not XBMC on FTV. It can see the shared directory (/mnt/DroboFS/Shares/Public) not the files/folders under it. Possobly a bug in NFS code in XBMC for Android and that makes me wonder whether it's really Drobo, or XBMC for Android on FTV ...
An update in case anyone else encounters the same problem with this combination of FTV / Drobo 5N/ Netgear Nighthawk. I couldn't resolve SMB issue and nfs didn't work with XBMC on FTV properly either. I tried SFTP but it was too slow and was buffering too frequently.
I then installed lighttpd with simple directory listing on Drobo and set up XBMC to use HTTP Directory and it worked perfectly. Playback is smooth and I can skip to next chapter without any noticeable delay. Only issue is that I can't delete the files on Drobo. I am going to try WebDAV next but it's not a big issue as I can always remove the watched files from my HTPC, which connects using SMB.
I can watch 3D BluRay ISOs with just acceleration set to "software" and that shows FTV's processing power! Overall I am very happy with XBMC on FTV.
Ok So I have an AFTV ver. 1 Running Fire OS 5.0.5 and Kodi 16.0. and all of my media files will micro stutter (doesn't matter if the file is High Bitrate or not) my settings are as follows:
I have Audio Pass through enabled with Resample rate set to Low (my receiver can handle DD and DTS and the sound comes out as expected)
I have also set in video settings set display to match source refresh rate (i have tried both "Always" and "On Start/Stop")
For the Most Part the video files play fine, but every so often the file will micro stutter. All of my files are h.264 mkv's (either blu-ray rips or HD TV shows) The TV shows seem to do it the worst. I have searched the web for answers and can't figure it out. One theory that I have is that the AFTV can't output and any other refresh rate than 60hz so that is causing a problem with things that were filmed in 23.97fps or 29.97fps. If anyone has any advice for me I would really be thankful.
I may be making a big deal out of nothing, but coming from a WD TV Live box I didn't have any problems like this, don't get me wrong I wont be going back to the WD now that I have the speed of KODI, but I just want to know if its a limitation of the Hardware.
Edit I have come to the acceptance that it is a limit of the hardware. I grabbed my roommates FTV ver 2 (also updated to Fire OS 5.0.5 and running KODI 16.0 and configured it the exact same way) ran the same files and they played flawlessly. Looks like I will be upgrading.
jdawg0024 said:
Ok So I have an AFTV ver. 1 Running Fire OS 5.0.5 and Kodi 16.0. and all of my media files will micro stutter (doesn't matter if the file is High Bitrate or not) my settings are as follows:
I have Audio Pass through enabled with Resample rate set to Low (my receiver can handle DD and DTS and the sound comes out as expected)
I have also set in video settings set display to match source refresh rate (i have tried both "Always" and "On Start/Stop")
For the Most Part the video files play fine, but every so often the file will micro stutter. All of my files are h.264 mkv's (either blu-ray rips or HD TV shows) The TV shows seem to do it the worst. I have searched the web for answers and can't figure it out. One theory that I have is that the AFTV can't output and any other refresh rate than 60hz so that is causing a problem with things that were filmed in 23.97fps or 29.97fps. If anyone has any advice for me I would really be thankful.
I may be making a big deal out of nothing, but coming from a WD TV Live box I didn't have any problems like this, don't get me wrong I wont be going back to the WD now that I have the speed of KODI, but I just want to know if its a limitation of the Hardware.
Edit I have come to the acceptance that it is a limit of the hardware. I grabbed my roommates FTV ver 2 (also updated to Fire OS 5.0.5 and running KODI 16.0 and configured it the exact same way) ran the same files and they played flawlessly. Looks like I will be upgrading.
Click to expand...
Click to collapse
I have the exact same issue running the aftv1, but using plex not kodi. I'll try my aftv2 like you to see if it makes a difference. It shouldn't [emoji2]
Try turning off rate switching. AFAIK Android does not yet support this.
jmerrilljr2 said:
Try turning off rate switching. AFAIK Android does not yet support this.
Click to expand...
Click to collapse
I have tried rate switching on and off. Same problem. Doesn't happen on the FTV 2
I have no idea what is going on with your set-up but I can tell you that I have 4 FireTv1 units in my home and I can watch different content from my NAS without any issues at all.
I do not think we should be blaming the hardware......... just saying
bula1ca said:
I have no idea what is going on with your set-up but I can tell you that I have 4 FireTv1 units in my home and I can watch different content from my NAS without any issues at all.
I do not think we should be blaming the hardware....I am just saying
Click to expand...
Click to collapse
Would you mind posting your video and audio settings? Also what version Kodi are you running?
jdawg0024 said:
Would you mind posting your video and audio settings? Also what version Kodi are you running?
Click to expand...
Click to collapse
I will post them when I get home tonight but honestly I do not remember doing anything special other then install zero cache. BTW have you ever use Raw Maintenance to clean cache etc. I will recommend using it once a week at least. BTW I am on v16 at the moment just updated few days back from v15.2
bula1ca said:
I will post them when I get home tonight but honestly I do not remember doing anything special other then install zero cache. BTW have you ever use Raw Maintenance to clean cache etc. I will recommend using it once a week at least. BTW I am on v16 at the moment just updated few days back from v15.2
Click to expand...
Click to collapse
I have zero cached enabled already and I will try to clean the cache
jdawg0024 said:
I have zero cached enabled already and I will try to clean the cache
Click to expand...
Click to collapse
Do a search on youtube on how to install Raw Maintenance, it has three options Clear Cache, Deletes Thumbnails and Purge Packages
bula1ca said:
Do a search on youtube on how to install Raw Maintenance, it has three options Clear Cache, Deletes Thumbnails and Purge Packages
Click to expand...
Click to collapse
All that can be done from the maintenance tool add-on. Under general maintenance.
bula1ca said:
I have no idea what is going on with your set-up but I can tell you that I have 4 FireTv1 units in my home and I can watch different content from my NAS without any issues at all.
I do not think we should be blaming the hardware......... just saying
Click to expand...
Click to collapse
What about your video encoding settings, what file formats, codecs you use that work well...
Thanks for all of the suggestions, but I have purchased a Fire TV gen 2 and it has fixed all my problems. I have it set up the exact same way as the gen 1 and everything plays great
jdawg0024 said:
Thanks for all of the suggestions, but I have purchased a Fire TV gen 2 and it has fixed all my problems. I have it set up the exact same way as the gen 1 and everything plays great
Click to expand...
Click to collapse
Well, you didn't "fix" the problem at all, you circumvented it by buying another piece of hardware [emoji6]
ldeveraux said:
What about your video encoding settings, what file formats, codecs you use that work well...
Click to expand...
Click to collapse
Sorry, been busy with my kids for the last few days. I did not change any of the video encoding settings from what I remember.
bula1ca said:
Sorry, been busy with my kids for the last few days. I did not change any of the video encoding settings from what I remember.
Click to expand...
Click to collapse
I meant the files you're playing, not the FireTV. I think it may be a combination of video/audio encoding and the FireTV1 not playing well. What container and audio/video codec for your video files? What does MediaInfo output on them? This may be the key to understanding how best to store media for the device...
ldeveraux said:
Well, you didn't "fix" the problem at all, you circumvented it by buying another piece of hardware [emoji6]
Click to expand...
Click to collapse
You are correct, I did not fix the problem with my FTV gen 1. Over the past couple of days I had the FTV 1, FTV 2, and the Fire Stick (was setting up the stick for a friend). Both the FTV 1 and Fire Stick showed the same issues while trying to play large bitrate files. They would stutter. (not to the point that the file was unwatchable, but it was bad enough.) The FTV 2 however plays the same video file smoothly.
jdawg0024 said:
You are correct, I did not fix the problem with my FTV gen 1. Over the past couple of days I had the FTV 1, FTV 2, and the Fire Stick (was setting up the stick for a friend). Both the FTV 1 and Fire Stick showed the same issues while trying to play large bitrate files. They would stutter. (not to the point that the file was unwatchable, but it was bad enough.) The FTV 2 however plays the same video file smoothly.
Click to expand...
Click to collapse
What about the stick? Is that Stick1 or Stick2? I mean, your results aren't surprising, it would be cool to figure out exactly why.
ldeveraux said:
What about the stick? Is that Stick1 or Stick2? I mean, your results aren't surprising, it would be cool to figure out exactly why.
Click to expand...
Click to collapse
It is the firestick 1 and I am not surprised that it had a little stutter problem. I was more surprised about the Fire TV 1 that had a problem. It streams Netflix and Hulu just fine. I know that may be comparing apples to oranges
I use Steam Remote Play (Steam Link app on my Android TV) on my Android TV in my living room, connected by Ethernet cable to my router in my room, which is also connected by Ethernet cable to my PC. When making the transmission there are very strong stuttering issues, checking the statistics there are no network problems (or so I think, since being wired, and when doing the tests, it tells me that the connection was successful up to 100mbps), but I see that when those hangs occur, where Capture on 1920x1080 says the fps vary a lot, they drop from 28 and go up to 999, they vary a lot! And this does not happen on my PC, on my PC I see a super fluid, sharp image, without hanging. I have already tried all the possible configurations, maybe the TV have issues? no clean Android system software for install on my androidtv? what i think is that the android software doesn't decode the video correctly, is there any way to fix it?
edit: I already tried other services like AMD Link, Parsec, Rainway, etc, the same thing happens in most of them. Only once in my previous setup with an NVIDIA board did I get a really great experience with Moonlight, but they are just that app. And currentlyi i have AMD RX 570 card so that's impossible.
Hi,
Did you find the solution for this maybe?
I have the very same issue on my 55EP680 and I really think something is wrong with the TV as if I use my phone instead, there is no issue at all.
Can you try to disable energy saving on this app to see if it help? I read quite a few people saying this can impact on performance. Go to Settings -> Apps -> Special app access (scroll down) -> Energy optimization -> turn off energy saving for Steam Link.
I tried doing that but unfortunately did not help at all.
Does it work for anybody with this TV model?
I'm using Moonlight, H.265 decoding time is ~20-30ms same with my Fire Stick 4K. But H.264 give higher decoding time.
My TV model is 55C8 have same RTD2851 chipset.