Page 1 of 2

Feeds

PostPosted: Sat Sep 24, 2011 7:45 pm
by sct|nsky
I have added a feed that contains images. Does serviio download all of the images right away or does it download them when they are needed?

Re: Feeds

PostPosted: Sat Sep 24, 2011 7:49 pm
by Cerberus
sct|nsky wrote:I have added a feed that contains images. Does serviio download all of the images right away or does it download them when they are needed?


right away.

Re: Feeds

PostPosted: Sat Sep 24, 2011 7:57 pm
by sct|nsky
Can i change it to only download them when they are viewed? I have alot of images on my server 10000+

it would be nice if serviio only download the full images when they are viewed, would not stress my web server that much.

Re: Feeds

PostPosted: Sat Sep 24, 2011 8:37 pm
by Cerberus
sct|nsky wrote:Can i change it to only download them when they are viewed? I have alot of images on my server 10000+

it would be nice if serviio only download the full images when they are viewed, would not stress my web server that much.


ok are we talkiung online feed here or do you mean a share folder with images in it ??????

Re: Feeds

PostPosted: Sat Sep 24, 2011 9:25 pm
by sct|nsky
online feed

Re: Feeds

PostPosted: Sat Sep 24, 2011 9:40 pm
by Cerberus
sct|nsky wrote:online feed


then no no way to change that.

Re: Feeds

PostPosted: Sat Sep 24, 2011 9:59 pm
by zip
sct|nsky wrote:I have added a feed that contains images. Does serviio download all of the images right away or does it download them when they are needed?

No, they are only downloaded when needed ... serviio only serves as a 'proxy'

Re: Feeds

PostPosted: Sat Sep 24, 2011 10:14 pm
by sct|nsky
thats strange im watching the logs of my web server and i see that client has requested all of the images in the feed, but i have not watched all of them on the TV.

Re: Feeds

PostPosted: Sun Sep 25, 2011 12:29 am
by zip
It gets file size of all of them , but it does not download them.

Re: Feeds

PostPosted: Sun Sep 25, 2011 7:08 am
by sct|nsky
my images are resized before they are sent to save bandwidth, so if serviio want file size of the images the server has to resize all of them.
why does serviio need the file size?

Re: Feeds

PostPosted: Sun Sep 25, 2011 10:01 am
by zip
The clients need it

Re: Feeds

PostPosted: Sun Sep 25, 2011 10:07 am
by sct|nsky
couldn't i add the length of the file in the RSS feed like this?

<enclosure url="http://xxxxxxxxxxxxxxxx.com/image.jpg" length="78645" type="image/jpeg" />

Re: Feeds

PostPosted: Sun Sep 25, 2011 11:01 am
by zip
you could and it should work, if i remember correctly

Re: Feeds

PostPosted: Sun Sep 25, 2011 4:29 pm
by sct|nsky
Does the client need the file size of the thumbnails also?
What happens if the clients get the wrong file size of the images?

Re: Feeds

PostPosted: Sun Sep 25, 2011 4:36 pm
by zip
for thumbnails, they are cached and downloaded for each image (if they exist in the feed xml).

wrong file size - probably depends on the client

Re: Feeds

PostPosted: Sun Sep 25, 2011 5:00 pm
by sct|nsky
so serviio downloads the thumbnails directly when it reads the feed, not when the TV want the thumbnail?

Re: Feeds

PostPosted: Sun Sep 25, 2011 6:03 pm
by zip
yes, otherwise the browsing experience would be rubbish (too slow)

Re: Feeds

PostPosted: Sun Sep 25, 2011 6:25 pm
by sct|nsky
also on a fast connection?

Re: Feeds

PostPosted: Sun Sep 25, 2011 6:40 pm
by zip
possibly, but not everyone has a fast connection anyway

Re: Feeds

PostPosted: Mon Sep 26, 2011 5:10 am
by sct|nsky
no chance in next version to add an option cache of thumbnails?