After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 160138 - saving stream to disk
saving stream to disk
Status: RESOLVED DUPLICATE of bug 350261
Product: totem
Classification: Core
Component: general
0.99.22
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-12-01 21:04 UTC by m96
Modified: 2007-11-25 14:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description m96 2004-12-01 21:04:42 UTC
saving streams to disk would be very handy. especially if the streams are
rtsp:// or realtime.

for example i'm using totem to watch TV over inet (http://adsl.tv) and i would
like to save some programs for later watch oder important programs for storage.

one application that can do this is kaffeine which is also xine based.

thanks in advance.
Comment 1 Bastien Nocera 2004-12-12 01:17:43 UTC
The problem is that kaffeine doesn't know how to save the currently playing
track, and only knows how to save a track that will be playing the future. You
can already do that with the xine-lib backend by adding "#save:/tmp/myfile.bin"
at the end of your URL.
There are 2 options:
- caching and near instant save time for small finite streams, this joins bug 157519
- saving currently playing non-finite streams (like a live show), by replacing
the currently playing stream by one with "#save" at the end. GStreamer would
probably just "tee" a filesink early in the pipeline.

There's still the problem of big finite streams, and saving non-finite streams
with xine-lib disrupting the playback.
Comment 2 Philip Withnall 2007-11-25 14:31:16 UTC
Marking as a dupe of bug #350261. Although it's a much more recent bug, it's had more activity.

*** This bug has been marked as a duplicate of 350261 ***