Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
@lowmoon: the "default" site should have been enabled by default, otherwise you wouldn't have seen even a directory listing. What distribution are you using?
Posts: 3
Joined: Mar 2014
Reputation:
0
@negge:
Ubuntu 13.10 Saucy, kernel 3.11.0-18-generic
Apache 2.4.6
PHP 5.5.3-1ubuntu2.2
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
That's strange, the symlink should be there by default. We'll just have to wait and see if someone else experiences the same issue. You did get it working in the end right?
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
Could you guys post a debug log from XBMC when you try to stream something? Maybe it could shed some light on the issue.
Posts: 43
Joined: Jul 2008
Reputation:
0
Darre
Junior Member
Posts: 43
I can look into it tomorrow, I'm not at home so I have to do this via remote desktop, but I really want to make this work for future trips out of town, so I will do what I can do help you solve this =)
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
@Darre: I can't find anything interesting in the logs, it could be that XBMC is not logging the right stuff. I highly recommend upgrading to Gotham since it could very well solve your issue (there were some changes made to the web server code pretty early in the development cycle), though I can understand your reluctance if it breaks your favorite skin. Hopefully the skins will soon be updated to be compatible again.
@snatch22: you don't have debugging enabled, but judging from your log XBMC is not able to extract the RAR archive files. It could have been unrelated too, it's hard to tell without debug logging. Have you tried downloading other files?
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
Thanks for providing a new log. The only strange thing I see is that there are sometimes five consequtive requests for the same file. You really need to test Gotham to see if the issue is reproducible.
Posts: 3,735
Joined: Dec 2010
Reputation:
53
negge
yo guysv7may bd latr tomorroe
Posts: 3,735
@snatch22: Sorry about that, I got confused. What happens when you download a file that "doesn't work"? Does it not start the download or does the download stop halfway through or something?
I suggest you create a bug report on trac.xbmc.org since this is definitely a bug in XBMC (or at least not in this application).
In other news, I finally started working on implementing transcoding, and I can say that it's looking good so far. At the moment I've only tested with WebM video, but the system is based on presets so any combination of audio/video codecs should work. The main issue at the moment is getting the transcoding process to stop once the user quits watching something, I thought I had it working but right now it has to be manually killed. It will take a lot of work before the whole thing can be merged into the master branch (I haven't even pushed the changes to Github yet), but like I said it's looking promising.