Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

External player?
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
External player?
10th Apr, 2013, 06:14 AM
Post: #1
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
External player?
HI,

The situation is I am using Bitcasa as aplace to store my media - I then map the infinate drive via SMB in Xbian and play media this way. Problem is - On larger MKV files I get quite a bit of buffering.

I have tried a few things to narrow it down.

Firstly I tried a speed test to the servers that Bitcasa use to store their data and I am getting over 100mb so that side of it isn't an issue.

Secondly I tried the same file in VLC player with an increased buffer size and got very little to no buffering at all. Which leads me to think the issue is somewhere with Xbian?

Is it possible to either increase the cache size or use an external player with Xbian?

Thanks for any help
Find all posts by this user
Quote this message in a reply
10th Apr, 2013, 06:45 AM
Post: #2
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: External player?
please read my signature and follow the guide to provide more details Wink
also add the MediInfo out of the file you trying to play

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
10th Apr, 2013, 08:25 AM
Post: #3
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: External player?
Increase the cache by creating a ~/.xbian/userdata/advancedsettings.xml file with the following content:

<advancedsettings>
<network>
<cachemembuffersize>16777216</cachemembuffersize>
</network>
</advancedsettings>

To learn about the advancedsettings.xml file see this link:

http://wiki.xbmc.org/?title=advancedsettings.xml

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
24th Aug, 2013, 09:48 PM
Post: #4
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
Hi, I am trying to do exactly the same thing and am also getting buffering issues, could anyone give me a step by step of how to create the advanced settings file and increase the buffer size..it would be greatly appreciated.

thanks
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 04:06 AM
Post: #5
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: External player?
(24th Aug, 2013 09:48 PM)shades Wrote:  Hi, I am trying to do exactly the same thing and am also getting buffering issues, could anyone give me a step by step of how to create the advanced settings file and increase the buffer size..it would be greatly appreciated.

xbian images ships with advancedsettings.xml pre-created. it's located at /home/xbian/.xbmc/userdata/advancedsettings.xml .

the buffer is set to 20Mb by default, which should be definitely enough.

while playing video, press "O" on keyboard (or on your remote button which provides "context-menu" in XBMC) and check whether it is really buffer under run (cpu load not hitting 100%) and buffer MB allocation going from xx to 0 (possibly with growing skipped frames number).

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 05:19 AM
Post: #6
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
(25th Aug, 2013 04:06 AM)mk01 Wrote:  
(24th Aug, 2013 09:48 PM)shades Wrote:  Hi, I am trying to do exactly the same thing and am also getting buffering issues, could anyone give me a step by step of how to create the advanced settings file and increase the buffer size..it would be greatly appreciated.

xbian images ships with advancedsettings.xml pre-created. it's located at /home/xbian/.xbmc/userdata/advancedsettings.xml .

the buffer is set to 20Mb by default, which should be definitely enough.

while playing video, press "O" on keyboard (or on your remote button which provides "context-menu" in XBMC) and check whether it is really buffer under run (cpu load not hitting 100%) and buffer MB allocation going from xx to 0 (possibly with growing skipped frames number).

I am struggling to find the advanced setting file..the only files i have are
bootcode
cmdline
config
COPYING
fixup
initramfs
kernel
licence.broadcom
start.elf
system.map
system.map-3.8.13+


help please lol
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 05:40 AM
Post: #7
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: External player?
(25th Aug, 2013 05:19 AM)shades Wrote:  
(25th Aug, 2013 04:06 AM)mk01 Wrote:  xbian images ships with advancedsettings.xml pre-created. it's located at /home/xbian/.xbmc/userdata/advancedsettings.xml .

I am struggling to find the advanced setting file..the only files i have are
bootcode
cmdline
config

it's not at /boot. it is under user xbian home directory. log into your RPI and go to folder as already noted (my quote in bold few lines above).

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 06:04 AM
Post: #8
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
(25th Aug, 2013 05:40 AM)mk01 Wrote:  
(25th Aug, 2013 05:19 AM)shades Wrote:  
(25th Aug, 2013 04:06 AM)mk01 Wrote:  xbian images ships with advancedsettings.xml pre-created. it's located at /home/xbian/.xbmc/userdata/advancedsettings.xml .

I am struggling to find the advanced setting file..the only files i have are
bootcode
cmdline
config

it's not at /boot. it is under user xbian home directory. log into your RPI and go to folder as already noted (my quote in bold few lines above).

I double click the sd card and the files that I have noted above is all I see

(25th Aug, 2013 06:04 AM)shades Wrote:  
(25th Aug, 2013 05:40 AM)mk01 Wrote:  
(25th Aug, 2013 05:19 AM)shades Wrote:  
(25th Aug, 2013 04:06 AM)mk01 Wrote:  xbian images ships with advancedsettings.xml pre-created. it's located at /home/xbian/.xbmc/userdata/advancedsettings.xml .

I am struggling to find the advanced setting file..the only files i have are
bootcode
cmdline
config

it's not at /boot. it is under user xbian home directory. log into your RPI and go to folder as already noted (my quote in bold few lines above).

I double click the sd card and the files that I have noted above is all I see

do you mean log in via ssh?
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 06:48 AM
Post: #9
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: External player?
(25th Aug, 2013 06:04 AM)shades Wrote:  do you mean log in via ssh?

yes. the folder (path) is on part of the SD CARD which your Windows / MacOS can't read.

you have to boot RPI up and login with ssh.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 07:59 AM
Post: #10
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
(25th Aug, 2013 06:48 AM)mk01 Wrote:  
(25th Aug, 2013 06:04 AM)shades Wrote:  do you mean log in via ssh?

yes. the folder (path) is on part of the SD CARD which your Windows / MacOS can't read.

you have to boot RPI up and login with ssh.

It doesnt seem like increasing the buffer size is helping..I wonder if anyone has actually managed to get xbmc working with the pi without buffering
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 08:53 AM
Post: #11
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: External player?
that's why I posted that most of the time it's not about the buffer underrun as it.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 06:48 PM
Post: #12
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
(25th Aug, 2013 08:53 AM)mk01 Wrote:  that's why I posted that most of the time it's not about the buffer underrun as it.

I Never disagreed but it was worth a shot Wink
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 06:58 PM
Post: #13
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: External player?
to my knowledge the size of buffer you referring to has no effect on local files or local streams but only internet streams.
And if you finally post some info I asked at first we may actually move somewhere Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 07:17 PM
Post: #14
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: External player?
(25th Aug, 2013 06:58 PM)rikardo1979 Wrote:  to my knowledge the size of buffer you referring to has no effect on local files or local streams but only internet streams.
And if you finally post some info I asked at first we may actually move somewhere Wink

Actually the buffer applies to any stream (NFS, SMB, Internet and UPnP).

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
25th Aug, 2013, 07:21 PM
Post: #15
shades Offline
Registered
Posts: 11
Joined: Mar 2013
Reputation: 0
RE: External player?
(25th Aug, 2013 06:58 PM)rikardo1979 Wrote:  to my knowledge the size of buffer you referring to has no effect on local files or local streams but only internet streams.
And if you finally post some info I asked at first we may actually move somewhere Wink

I think you're getting confused with the other person who was posting in here mate..you didnt ask me for any info
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 10:23 AM Powered By MyBB, © 2002-2025 MyBB Group.