With some exceptions, the thing that determines whether a file is a compatible video or interactive file is its Type. Here is a list of Types that the Xinet fpod(1M) daemon uses to identify video and interactive files:
•
•
•
•
•
•
•
•
•
•
•
•
• HTML files present the exception, because they are actually of the type TEXT, just like plain ASCII files. In the case of HTML files, fpod(1M) uses the file extension. It determines that files with the following extensions are HTML files:
•
•
•
•
• webarchive1
•
•
•
• The filetype(4) manual page provides more information about this.The files /var/adm/appletalk/filetype (Unix systems) and C:\Program Files\Xinet\FullPress\Admin\filetype (Windows systems) identify the file formats with which the Xinet Video module works. Once again, the filetype(4) man page provides more information.
•
•
• AIF video file containing the string AVI near the beginning of the file
• AIF video file containing the string AIFF near the beginning of the file
• MQuickTime video containing the string mdat near the beginning of the file
• QuickTime video containing the string free near the beginning of the file
• QuickTime video containing the string moov near the beginning of the file
•
• RIFF file containing the string RIFF near the beginning of the file
•
• Macromedia Flash Format File with the suffix swf
(only swf files containing Flash video will be recognized; other forms of animation such as animated GIFs or Flash interactive will not work)
• Should you license key-frame generation for a type of video file that Xinet and the Video module do not automatically recognize, you can extend the Xinet list by editing the filetype file, (/var/adm/appletalk/filetype on Unix systems and C:\Program Files\Xinet\FullPress\Admin\filetype on Windows systems). The filetype(4) man page explains the syntax. For forward compatibility, Xinet recommends that you use the file-name-extension recognition method rather than magic-number or string recognition within the data fork.If you customize the filetype file, and later, upgrade your Xinet software, your edited file will be moved aside and replaced with the distribution’s newer version. You must then update the newly installed file with the changes you made in the file that was set aside. Note: you would lose your changes if you were to install two upgrades to the software in a row without ever touching the filetype files.It is also possible to employ a custom Action to transcode video and audio files from one format to another. See Xinet Technote 0317 for more information.
•