AV/C Streaming Overview

This section describes the AV/C Streaming filter driver, Avcstrm.sys, that Microsoft provides to assist with streaming media data from an AV/C subunit if that data is in either SDDV or MPEG2TS formats. These formats are the two most common methods for storing the digital data in the media signal.

Avcstrm.sys is a lower-level subunit filter driver that is located immediately above Avc.sys and 61883.sys in the driver stack and below any subunit drivers. The AV/C Stream filter driver provides additional support for the AV/C protocol driver. It is optional for a vendor to use this support.

The 1394 Trade Association tape subunit specifications support different transport state controls, such as play, pause, record and stop, regardless of its media signal. However, the data format for the same subunit type can be the same or different. For example, both DV and DVHS devices contain tape subunits. However, DV generally uses the SDDV data format that is based on the IEC 61883-2 specification, whereas, DVHS uses the MPEG2TS data format that is based on the 61883-4 specification. A filter driver for tape subunits must therefore support both SDDV and MPEG2TS data formats but use the same device control for the tape subunit. This implies that every subunit driver must duplicate the same functionality to provide format-aware streaming capability.

Controlling an AV/C subunit driver on the 61883 and AV/C subunit driver stacks requires driver functions to receive or transmit data streams using device driver interfaces (DDIs) provided by the 61883 protocol driver. These driver functions perform the following operations:

  • Allocate isochronous resources and make an isochronous connection

  • Queue data buffers

  • Attach and complete receiving or transmitting data buffers

  • Synchronize stream state across threads

The AV/C Stream filter driver relies on the 61883.sys protocol driver. Avcstrm.sys uses DDIs provided by 61883.sys to perform isochronous connection and isochronous data streaming, and it uses Avc.sys to issue AV/C commands for external device control.

For more information about the AV/C protocol upon which the AV/C Streaming filter driver is built, see AV/C Overview. For more information about the 61883 protocol, see IEC-61883 Client Drivers.

For more information and resources see the following links:

Windows Driver Model

International Electrotechnical Commission