Documentation:Modules/display
From VideoLAN Wiki
Module: display | |
---|---|
Type | Stream output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | display a stream |
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 Guide • Streaming HowTo • Hacker's Guide • Modules)
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. |