Difference between revisions of "Fake"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(This module is not used anymore)
Line 1: Line 1:
 +
{{Historical}}
 
{{protocol|id=fake}}
 
{{protocol|id=fake}}
  
Generates a fake stream made with a fake codec with [[fourcc]] "fake".
+
Generates a fake stream made with a fake [[codec]] with [[fourcc]] "fake".
  
 
== Module options ==
 
== Module options ==
* --fake-caching ([[integer]])
+
{{See|Documentation:Modules/fake}}
*: [[Caching]] value in [[millisecond]]s
 
* --fake-fps ([[float]])
 
*: Number of frames per second
 
* --fake-id ([[integer]])
 
*: Set the ID of the fake elementary stream for use in #[[duplicate]]{} constructs (default 0).
 
* --fake-duration ([[integer]])
 
*: Duration of the fake stream in [[millisecond]]s.
 
 
 
== Source code ==
 
{{file|modules/access/fake.c|access module}}
 

Revision as of 03:07, 25 March 2019

This page is obsolete and kept only for historical interest. It may document features that are obsolete, superseded, or irrelevant. Do not rely on the information here being up-to-date.
??
VLC uses this protocol (or access module) to read data from a device or network.

Generates a fake stream made with a fake codec with fourcc "fake".

Module options

See Documentation:Modules/fake