X-Git-Url: https://git.decadent.org.uk/gitweb/?p=lca-dvswitch.git;a=blobdiff_plain;f=index.html;h=880e691f7b23b5ac508faf7fdd9424123dae1a72;hp=06d1f77a0bbf088f8e62e02188b362de4fdd0ff3;hb=b9bdbeaace6942eb89fa3c5400fe91f8e7bbb771;hpb=c5c63a379a0fe7c931c1147c4f5b674ead4e049b diff --git a/index.html b/index.html index 06d1f77..880e691 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -DVswitch - Ben Hutchings - LCA2011 +Making great conference videos on a budget - Ben Hutchings - LCA2011 @@ -20,7 +20,7 @@ @@ -36,7 +36,7 @@ @@ -45,11 +45,34 @@
-

DVswitch

+

Making great conference videos on a budget

Ben Hutchings

+
+

The author

+ +
+ +

What is DVswitch?

@@ -84,7 +118,8 @@ A general video editor
  • - An audio mixer (but it does implement audio dubbing and level monitoring) + An audio mixer - audio functionality is limited to dubbing and + level monitoring
  • A complete recording and publishing system @@ -99,7 +134,7 @@

    The 'DV' in DVswitch

    - The name refers to the DV formats used by many video cameras: + The name refers to the DV format used by many video cameras:

    @@ -145,10 +180,13 @@

    Overview of the system

    -

    - A simplified view of the typical components: -

    - + +
    +

    + This is a simplified view of the typical components. The system + is completely flexible as to which sinks and sources are used. +

    +
    @@ -170,10 +208,10 @@ Requires a script to coordinate mixer and source startup - an annoying complication -
  • - Improvement: tally lights -
  • +
  • + Later enhancement: tally lights +
  • Next release: sources run as RTP/RTSP servers and mixer connects to them as a client @@ -184,6 +222,12 @@
  • +
    +

    + DIF is the DV Interchange Format, sometimes referred to as 'raw + DV' although it is a container format in its own right. +

    +
    @@ -199,12 +243,10 @@
  • Original protocol: mixer runs a network server; sinks run as clients and receive DIF over TCP -
      -
    • - Improvement: sink reports whether it will record; mixer can - start, stop and cut recording -
    • -
    +
  • +
  • + Later enhancement: sink reports whether it will record; + mixer can start, stop and cut recording
  • Next release: file and pipe sinks built into mixer along with an @@ -214,13 +256,35 @@
  • -

    Mixer

    +

    Mixer UI

    -

    Mixer

    - +

    Mixer UI, annotated

    + +
    + +
    +

    Mixer internals

    + +
    +

    + To simplify the diagram, I omitted connection setup, tally light + and recording control, and the internal sinks that haven't been + implemented yet. +

    +

    + All these interfaces have limited-length queues. If a queue + fills up, frames have to be dropped - we must not block or use + unlimited memory! +

    +

    + The mixer clock thread maintains a frame clock at about 25 or + 30 Hz depending on the video system, constantly adjusted to + follow the audio source. +

    +