Documentation:Modules/display
Jump to navigation
Jump to search
Module: display | |
---|---|
Type | Stream output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Display stream output |
Shortcut(s) | display
|
Contents
Options
- sout-display-audio <boolean> : Enable audio rendering. default value: enabled
- sout-display-video <boolean> : Enable video rendering. default value: enabled
- sout-display-delay <integer> : Introduces a delay (ms) in the display of the stream. default value: 100
Examples
Transcode and stream a file while displaying it locally.
This will display the transcoded version:
% vlc somevideo.avi --sout "#transcode{vcodec=mp2v,vb=2048,acodec=mpga,ab=96}:duplicate{dst=std{access=udp,mux=ts{ttl=12},url=239.255.1.1},dst=display}"
This will display the original version:
% vlc somevideo.avi --sout "#duplicate{dst='transcode{vcodec=mp2v,vb=2048,acodec=mpga,ab=96}:std{access=udp,mux=ts{ttl=12},url=239.255.1.1}',dst=display}"
Source code
See also
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.