Posts: 7
Joined: Feb 2004
Reputation:
0
i tried to disable the id3 tag reading, but doesn't solve this problem.ok, i uploaded the sources to the sf tracker (all changed files, i tried to make less chages as possible in original code, but needed some - too many times tries to get thumbnails, it too slow in ftp). i'll solve this problem with songs, and make active mode(some ftps requires), but i need more time (i've got mountains of work).
Posts: 9
Joined: Mar 2004
Reputation:
0
hi,
disabling of folder.* reading is nice. i played around with ftpfs/lufs too, and had to disable it/skip those requests in the streaming server, cause its very slow. would be mabye a nice option too, cause i gues many dont use it anyway.
tric
Posts: 9
Joined: Mar 2004
Reputation:
0
i havnt disabled it in xbmc, i disabled it in streaming server xbms, i simply send -1 back on open request for folder.(jpg|tbn)
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
hmm.. that is weird.
are you using ccxstream? because with ccxstream, it should not be trying to actually open the file. it tries to get info first and if the file does not exist, it will return a file not found type error: cc_xstream_xbmsp_error_no_such_file.
are you seeing that if the file does not exist, it still tries to actually open the file?
if using smb, then latest cvs does not try to open the actual file to test if it exists. it will do a stat on it instead.
ts
42.7% of all statistics are made up on the spot
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.
Posts: 9
Joined: Mar 2004
Reputation:
0
i am using xns/xbms, and even ccxstream need to do a lookup on the file, and thats very slow over a ftp connect. imagine a dir with 100 dirs, that will give you 200 folder.* requests, ie every request 0.5s (actually that would be a fast ftp connection), that will give you a 100sec delay. thats why i disabled the folder.* lookup at all. i guess this will give you some problems when you use smb too.
Posts: 7
Joined: Feb 2004
Reputation:
0
i understand tric, sorry i was too tired...
active mode support finished, and file changed on sf tracker.
important: as i saw, the active mode isn't supported by the player, but you can copy files from server in active mode.
next time i will fix bug on my music (i hope), because it would be nice, but i think stream serving is not the first priority in ftp client (smb's much better, faster, easy to use & manage), but you can reach, check and copy files from a server without pc, from another xbox without pc, etc...