Fake
From VideoLAN Wiki
fake
|
VLC uses this protocol (or access module) to read data from a device or network.
The module name to use at the command line is fake. |
Generates a fake stream made with a fake codec with fourcc "fake".
Module options
- --fake-caching (integer)
- Caching value in milliseconds
- --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 milliseconds.
Source code
- modules/access/fake.c (access module)