Skip to content
Snippets Groups Projects

Add display to show what's being shown/recorded

Closed Davis Omokaro requested to merge (removed):3.0 into 3.0
1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,20 @@ We use the ``access`` parameter of the ``std`` module to specify weather the out
+ Streamed over the network (``access=http``, or ``access=udp``, etc.)
.. _add-diplay-to-show-what-is-streamed:
**********************************************
Add display to show what is streamed/recorded
**********************************************
To view what is being streamed/recorded at the same time of the streaming/recording run the following command in the terminal:
.. code-block ::
$ vlc dshow:// :dshow-vdev="myWebcam" :dshow-adev :live-caching=300 --sout="#duplicate{dst=display,dst=transcode{vcodec=h264,vb=512}}:std{access=file,dst=foo/sample_file.mp4}"
.. _save-file-locally:
***************************
Loading