]> git.sesse.net Git - vlc/commit
Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave.
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 11 Sep 2008 22:06:15 +0000 (00:06 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 11 Sep 2008 22:06:15 +0000 (00:06 +0200)
commit60106b7432e0f6b61689486ba1fadf7c03db5f49
tree7334bb31c458d9c2d1e28b866ff44330bb146be6
parent7ad836c7d22780dc6cf0d8e74056610045102dc5
Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave.

This is commit is necessary to split the audio and video capture accesses.
Example use with current git master to record screen and webcam:
./vlc screen:// --screen-fps 25 --screen-width 100 --screen-height 100 -I dummy --screen-follow-mouse --input-slave v4l2://:audio-method=0 -vv --sout '#transcode{vcodec=mp2v,vb=1024}:std{access=file,mux=ts,dst=/tmp/a.ts}' --run-time 10
src/input/input.c