summaryrefslogtreecommitdiff
path: root/libraries/libiec61883/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libiec61883/README')
-rw-r--r--libraries/libiec61883/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libiec61883/README b/libraries/libiec61883/README
new file mode 100644
index 0000000000..a604982b48
--- /dev/null
+++ b/libraries/libiec61883/README
@@ -0,0 +1,10 @@
+This library is an implementation of IEC 61883, part 1 (CIP, plug registers
+and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of
+IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols.
+
+The libiec61883 library provides a higher level API for streaming DV, MPEG-2
+and audio over Linux IEEE 1394. This includes both reception and transmission.
+It uses the new "rawiso" API of libraw1394, which transparently provides
+mmap-ed DMA for efficient data transfer.
+
+This requires libraw1394 (available at SlackBuilds.org).