mherger wrote: 
> > I'm seeing the same - I've a stream running for 2.5hrs and it keeps
> > growing. I'll need to check to see if the recent update made things
> > worse as nobody reported this issue in the last 9 months.
> 
> I'm not sure how exactly you're pulling in the data, and how it's beeing
> 
> cached. But the async http code would read the http response's header 
> and cache based on the information given there. But I think you can tell
> 
> it to not cache the data at all. If you're using 
> Slim::Utils::Cache->set() you can add the expiry time as a third
> parameter.

Thanks.
The DASH code is based on the Triode's HLS code which used
Slim::Networking::SimpleAsyncHTTP.  DASH had a problem with redirection
so I basically copied the SimpleAsyncHTTP and modified the OnRedirect.

I need to test with HLS to see if problem happens - if not then it is in
my version of SimpleAsyncHTTP.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to