]> git.sesse.net Git - vlc/commit
* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
authorChristophe Massiot <massiot@videolan.org>
Thu, 10 Mar 2005 17:23:43 +0000 (17:23 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 10 Mar 2005 17:23:43 +0000 (17:23 +0000)
commitacf4606c17f89631b8a3568d0824a4dcab6ebbb6
tree846151f84bcad4bd8c9c44c458f4a88ae5a2d886
parent9cb4d58cce49e1a1687bd51dfb9a12cb4a5b6a1f
* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
  video by a fixed panel (format .uyvy). Specify panel files with
  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
  switches to panel #1 (0 is the live video, -1 disables all output).
  The audio is blanked out when a panel is active. --sout-switcher-command
  specifies the first command to run on start-up.
* modules/access/fake.c: Fake video input simulating a video at x fps.
  Use it to switch between fixed panels with the switcher when you have
  no video.
configure.ac
modules/access/Modules.am
modules/access/fake.c [new file with mode: 0644]
modules/stream_out/Modules.am
modules/stream_out/switcher.c [new file with mode: 0644]