Documentation:Modules/display

From VideoLAN Wiki
< Documentation:Modules
Revision as of 06:05, 31 May 2019 by DoesItReallyMatter (talk | contribs) (Confirmed uncertain text that --sout-display-delay is in milliseconds, expand, copy-edit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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 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.