gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Gnash Temporary Files


From: John Gilmore
Subject: Re: [Gnash-dev] Gnash Temporary Files
Date: Wed, 19 Oct 2011 20:54:12 -0700

> However, is there a way to be more selective in what files are stored there=
>  temporarily (actually, I don't know if any are ever deleted...), and which=
>  are more permanent?
> The files I want seem all to be labelled "videoplaybackXXX", where XXX star=
> ts out blank, and then is numbered from zero on up.

If you turn off "Save Loaded Media" and just turn on "Save Streaming
Media" then you just get the .flv or .mp4 video files (and any .mp3 or
similar audio files).  If you wanted the Flash files themselves (not
the media, but the "flash movie") then you are stuck also saving all
the little image files that the Flash file loads, too.  "rm" is your
friend.

However, leaving these options on will get *all* relevant files from
all the times that gnash runs; you'll have to clean out the directory
periodically.  And gnash doesn't know good names for these streams, so
they come in with simple names that you'll probably want to rename.
On my Linux machine, "totem videoplayback117" will play back such
a file, so I can see whether it's one I want to delete.

You can also set and clear these options in the Gnash "Edit ->
Preferences" pop-up menu, from any gnash.  So you can turn off "Save
Streaming Media" after you have the one(s) that you want; and turn it
on before loading one that you want.

Unfortunately gnash doesn't have a way to save just the *current*
streaming media from a pop-up menu item ("Save as ...").  Want to add
that to the code?

        John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]