spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-06-25 16:57
Post: #11
cache size is 3x the specified. history buffer, current buffer, lookahead buffer.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
koomak
Junior Member Posts: 44 Joined: Apr 2012 Reputation: 0 |
2012-06-30 20:46
Post: #12
Thanks Kricker for reply
the advancesettings.xml file is located in Appdata/roaming/xbnv/userdata directory that suppose tobe I think Here is the Log file of XBMC u can check if something wrong , I streamed on more time same video stream and same result could u please look at this log: http://pastebin.com/ZCQrasQi Thanks
(This post was last modified: 2012-06-30 20:48 by koomak.)
|
| find quote |
tank_top
Junior Member Posts: 2 Joined: Jul 2012 Reputation: 0 |
2012-07-02 12:32
Post: #13
Quote:Here is my Advancedsetting file I think the problem might be you've defined advancedsettings twice in the XML file. Try this instead: Code: <advancedsettings>
(This post was last modified: 2012-07-02 12:33 by tank_top.)
|
| find quote |
koomak
Junior Member Posts: 44 Joined: Apr 2012 Reputation: 0 |
2012-07-02 19:50
Post: #14
Thanks tank-top for reply;
I changed as u posted tries the same stream as u can see in my pastebin log but same story after buffering about 15 MB this time start running and buffer again
(This post was last modified: 2012-07-02 19:51 by koomak.)
|
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,307 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-07-02 21:41
Post: #15
My only guess is that the stream is not being feed to XBMC fast enough. Can you play the same stream without issue in other players?
|
| find quote |
tank_top
Junior Member Posts: 2 Joined: Jul 2012 Reputation: 0 |
2012-07-04 06:46
Post: #16
(2012-07-02 12:32)tank_top Wrote: (2012-07-02 19:50)koomak Wrote: Thanks tank-top for reply; I don't know how picky the XML reader for advancedsettings.xml is, but try removing the space before the buffer size declaration. Like so: Code: <advancedsettings> |
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,307 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-07-04 16:56
Post: #17
I tested without and without the leading space on he buffer amount and it appeared to not matter.
|
| find quote |
scutzi128
Junior Member Posts: 32 Joined: Jan 2010 Reputation: 0 |
2012-08-22 02:52
Post: #18
For me it seemed that for smb shares the xml file did not affect the actual cache size but using ftp or webdav the cache size was affected.
|
| find quote |
gigabitfx
Junior Member Posts: 2 Joined: May 2011 Reputation: 0 |
2012-08-24 01:07
Post: #19
Im not sure why were recommending such a low (10meg??) cache to resolve this issue. I tried it myself at 10megs and it seemed to buffer less then when I didn't have anything in advancedsettings.xml. My system has 4 gigs installed ram with 3gigs available in windows so I decided to do a 512meg buffer which when set is actually 512x3=1.5gigs total xbmc buffer leaving 1.5 free for windows. Finally resolved the cache is full message on slow streams. Here is my xml file.
<advancedsettings> <network> <cachemembuffersize>536870912</cachemembuffersize> </network> </advancedsettings>
(This post was last modified: 2012-08-24 01:08 by gigabitfx.)
|
| find quote |

Search
Help