Difference between revisions of "Documentation:Modules/timeshift"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
This access filter will enable timeshifting on live streams. The user will thus be able to pause the stream. Buffered data will be stored in memory for short periods and on the hard drive afterwards.
 
This access filter will enable timeshifting on live streams. The user will thus be able to pause the stream. Buffered data will be stored in memory for short periods and on the hard drive afterwards.
  
<font color="red">''' ** Warning : the following documentation is deprecated ** '''</font>
+
<font color="red">''' ** Warning : the following documentation is deprecated ** '''
 +
 
 +
It is now in the VLC core.
 +
</font>
  
 
== Options ==
 
== Options ==

Revision as of 22:07, 5 April 2011

Module: timeshift
Type Access filter
First VLC version 0.8.2
Last VLC version 0.9.9
Operating system(s) all
Description enable timeshifting on live streams
Shortcut(s) -

This access filter will enable timeshifting on live streams. The user will thus be able to pause the stream. Buffered data will be stored in memory for short periods and on the hard drive afterwards.

** Warning : the following documentation is deprecated **

It is now in the VLC core.

Options

  • timeshift-granularity <integer> : Size of temporary files in MB default value: 50
  • timeshift-dir <string> : Directory where temporary files will be stored.
  • timeshift-force : Force use of the timeshift module even if the underlying access claims that it can pause default value: disabled

Example

% vlc --access-filter timeshift <some live stream>
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.