Difference between revisions of "Documentation:Modules/display"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=display|type=Stream output|description=display a stream}} == Options == {{Option |name=sout-display-audio |default=enabled |description=Enable audio rendering }} {{Option |n...)
 
Line 29: Line 29:
 
* [[Documentation:Modules/duplicate]]
 
* [[Documentation:Modules/duplicate]]
  
{{Documentation}}
+
{{Documentation footer}}

Revision as of 10:08, 3 October 2013

Module: display
Type Stream output
First VLC version -
Last VLC version -
Operating system(s) all
Description display a stream
Shortcut(s) -

Options

  • sout-display-audio : Enable audio rendering default value: enabled
  • sout-display-video : Enable video rendering default value: enabled
  • sout-display-delay <integer> : Introduces a delay in the stream (in ms?) default value: 100

Example

Transcode and stream a file while displaying it localy. 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}"

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.