View previous topic :: View next topic |
Author |
Message |
tel Tux's lil' helper
Joined: 15 Aug 2006 Posts: 112
|
Posted: Mon Apr 18, 2011 3:10 pm Post subject: WebDAV stops working after 50 MB |
|
|
I have a very simple webdav set up; it just hosts some videos I've recorded, and my intent is to stream the videos to my iphone or to a remote laptop.
It works fine, except that it completely stops after 50 MB of data has been transferred. That works out to be almost exactly half of a 30 minute TV show. What's interesting is that I can download the entire file without problem and play the file from the local device, so there seems to be some intrinsic problem limiting streaming but not downloading.
As this happens on multiple devices, I don't think it's a local device issue. I've searched the apache configuration files, and I don't see any configuration that limits the streaming. I don't think I have any limitation built in to my router, but I haven't checked that out fully.
Mostly, I want to know if there is indeed some webdav setting that I've overlooked to allow me to stream the full file. The webdav server is very basic, using apache as the software.
Thanks! |
|
Back to top |
|
|
chiefbag Guru
Joined: 01 Oct 2010 Posts: 542 Location: The Kingdom
|
Posted: Mon Apr 18, 2011 3:26 pm Post subject: |
|
|
Take a look at davfs2.conf maybe the cache size needs to be increaced.
The default is 50MB
vi /etc/davfs2/davfs2.conf
|
|
Back to top |
|
|
tel Tux's lil' helper
Joined: 15 Aug 2006 Posts: 112
|
Posted: Mon Apr 18, 2011 4:40 pm Post subject: |
|
|
Hmm. Don't seem to have a /etc/davfs2 directory or a davfs2.conf file anywhere. |
|
Back to top |
|
|
|