ATV2 and XBMC bufferring

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
DLeavy Offline
Fan
Posts: 332
Joined: Jun 2011
Reputation: 8
Post: #281
I'm guessing, but I think they are asking if we would just take the iOS files from a 4.3 device and move them onto another ATV2 (running 4.3+) and essentially run iOS 4.3 on that device.

I doubt this would work. It'd be a curious experiment.
(This post was last modified: 2012-04-23 16:06 by DLeavy.)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,505
Joined: Feb 2008
Reputation: 58
Post: #282
it would be an epic failure Smile


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
DLeavy Offline
Fan
Posts: 332
Joined: Jun 2011
Reputation: 8
Post: #283
(2012-04-23 16:10)davilla Wrote:  it would be an epic failure Smile

I know, but it'd be fun Wink
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,904
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #284
Go for it Big Grin ... NOOTT!!!

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
infamouskiller Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #285
(2011-02-15 22:43)roygbiv Wrote:  
chad473 Wrote:My issue is that I can stream higher bitrate, larger files through frontrow and iTunes just fine. That seems to contradict the wireless bandwidth theory.

Exactly, if I use UPnP I can stream 1080p .mkvs on the ATV2 with no buffering.

Also, if I use XBMC on my laptop, I can stream the same 1080p .mkvs via SMB with no buffering.

Something is up with the SMB protocol on XBMC ATV2.

[Image: 3057307845_d046f3f0bf.jpg]


http://wiki.xbmc.org/index.php?title=Use...ttings.xml

You have to make your own buffering settings or xmbc uses its default.

How can you tell if you have a low buffering or default setting?

If you can only reverse/fast forward 9 min or abouts. and you will freeze crash or get a buffering cache message.


To fix this you remove the cache to 0 which tells the ATV2 to load the entire CACHE.

This does increase memory usage. Long as your XBMC isn't full you should be fine.

Changing your region sources opens up more dns/bandwidth as well. a setting of 3 is best.

Tested on ATV2 Most sources like some of the other laggy sources now play no problem.

please let me know if you are experiencing the same benefits.


/private/var/mobile/Library/Preferences/XBMC/userdata/

Create advancedsettings.xml if needed

putty command

apt-get install nano
nano /private/var/moblie/Library/Preferences/XBMC/userdata/advancedsettings.xml





Quote:<advancedsettings>

<network>
<cachemembuffersize>0</cachemembuffersize>
</network>

<samba>
<doscodepage></doscodepage>
<clienttimeout>10</clienttimeout>
<statfiles>false</statfiles>
</samba>

<gui><algorithmdirtyregions>3</algorithmdirtyregions></gui>
<gui><nofliptimeout>100</nofliptimeout></gui>

</advancedsettings>
find quote
harleydavison Offline
Junior Member
Posts: 1
Joined: May 2012
Reputation: 0
Post: #286
Hi all!

infamouskiller i try set this settings in XBMC, restart it and all goes in the same way. All videos in 720p(mkv) on a Samba storage over WIFI are buffering all the time, impossible to see. Also i try to set some configuration in Windows that comment in page 22 (http://forum.xbmc.org/showthread.php?tid=93514&page=22)

Code:
HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services ->LanmanServer ->Parameters

Also i try this:

Code:
netsh int tcp set global autotuninglevel=disabled

Without mention the configurations that the iOS FAQ page names (Audio settings and thumbnails)

Videos in 480p play good, but in 720p(mkv) is really bad. YouTube in 720p on XBMC is really good, so it is not a network problem.

I just jailbreak my AppleTV2 with seas0nPass 5.1 and XBMC take 3(http://forum.xbmc.org/showthread.php?tid=127369).

I have the same problem with FTP sources!

Apple-TV:~ root# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/disk0s1s1 681M 602M 73M 90% /
devfs 26K 26K 0 100% /dev
/dev/disk0s1s2 6.8G 524M 6.3G 8% /private/var

I think that is not a space problem.

If somebody can help me i'll appreciate it.
This is the log http://pastebin.com/20cHhuMY

Thanks!
harley
(This post was last modified: 2012-05-24 03:35 by harleydavison.)
find quote
Post Reply