Forum
[PROBLEM] Using webdav (https) - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: [PROBLEM] Using webdav (https) (/thread-1733.html)



Using webdav (https) - liveo - 7th Nov, 2013 05:39 AM

Software
XBian version:1.0
XBMC version: the latest
Overclock settings:High

Hardware
Power supply rating: Don't know, but is connected through wall outlet
RPi model (model A/B 256mb/512mb):Model B
SD card size and make/type:Kingston 8gb class 10
Network (wireless or LAN): LAN
Connected devices (TV, USB, network storage, etc.):TV

Logile
Link to logfile(s):

Problem description:
I am trying to stream from my nas to my gf's house through webdavs(https). I can add the source and it will add all my files and add them to my library. However, when i try to play a file, it will just keep saying "working" and nothing happens. Eventually i have to unplug the pi and restart. I can sftp to my nas through the pi, however i don't like this solution since there is a lot of lag/buffering and generally not a good way to stream. If i try running xbmc on my pc, it works fine through webdav.
Nas is on a 40/40 connection, and the pi is on a 20/5 connection, both are wired.
How to reproduce:
Add webdav(https) source, and add to library. Try to play a file.


Any help or suggestions to other way of streaming encrypted to the pi, is much appreciated.
thanks.


RE: Using webdav (https) - IriDium - 8th Nov, 2013 04:40 AM

Can you send the output from xbmc.log, vmstat 5 10 and dmesg when you get the "working" problem.

See my signature for details.


RE: Using webdav (https) - liveo - 9th Nov, 2013 01:22 AM

(8th Nov, 2013 04:40 AM)IriDium Wrote:  Can you send the output from xbmc.log, vmstat 5 10 and dmesg when you get the "working" problem.

See my signature for details.

Here is the xbmc log
http://pastebin.com/Z3CRBqiA

How do i get the vmstat 5 10 and dmesg?


RE: Using webdav (https) - IriDium - 9th Nov, 2013 05:35 AM

dmesg > dmesg.txt
vmstat 5 10 > vmstat.txt

Then paste the output from those txt files.

Did you turn on DEBUG? as there is a lot of debug information or is that from webdav


RE: Using webdav (https) - liveo - 9th Nov, 2013 11:12 AM

(9th Nov, 2013 05:35 AM)IriDium Wrote:  dmesg > dmesg.txt
vmstat 5 10 > vmstat.txt

Then paste the output from those txt files.

Did you turn on DEBUG? as there is a lot of debug information or is that from webdav

Yes DEBUG is on in xbmc when i made the debug file.
Weird thing happened now. I have been trying to do this on and off for the last 5 months and just an hour ago when i was trying to do the dmesg and vmstat it started working, out of nowhere??
This is really weird.
However, when I am playing and hd movie it's lagging on and off even though i can see it has buffered the next part of the movie.
Any idea?


RE: Using webdav (https) - IriDium - 10th Nov, 2013 05:57 AM

1) Turn off debug
2) Install nmon
Code:
sudo apt-get -y install nmon

Run it (Press cmnd when it starts) and check for bottlenecks (High usage will show up)