[Webkit-unassigned] [Bug 119477] [GStreamer] Store preloaded media in webkit's cache
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 21 06:46:26 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=119477
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
See Also| |https://bugzilla.gnome.org/
| |show_bug.cgi?id=755280
--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #4)
> It can be used between sessions if webkit gives an appropriate name to the
> files IIRC. But yes, it should probably go into g_get_tmp_dir(). Main
> problem with that is that some people put /tmp on a tmpfs... so if you want
> to watch a long enough movie, your memory runs full.
/tmp on tmpfs has been default in Fedora for several years now... I was amazed quite recently to learn that other distros are still not doing this. Anyway, the videos would have to go in /var/tmp since they are big. But /var/tmp is not cleaned automatically, so there needs to be some measure to clean up leaked videos in the event of a web process crash.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150921/9eb9c812/attachment.html>
More information about the webkit-unassigned
mailing list