91127ee9a0a20fecbc4ae1407fdbd09d2507af73
[com/asn1c.git] / examples / sample.source.MHEG5 / README
1
2 GENERAL INFORMATION
3 ===================
4
5 The ISO MHEG-5 (Multimedia Hypermedia Experts Group,
6 Multimedia Presentations) decoder.
7
8 Invoking `make` will first attempt compile the ASN.1 specifications from the
9 ../ISO13522-MHEG-5.asn file. THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
10
11 OBTAINING THE MHEG-5 SPECIFICATION
12 ==================================
13
14 Due to licensing restrictions, asn1c can not include the MHEG-5 ASN.1 module
15 in its distribution.
16
17 To obtain the MHEG-5 ASN.1 specification, you should go to
18         http://www.itu.int/ITU-T/asn1/database/itu-t/t/t172
19 and select the latest "Text" version of the corresponding ASN.1 module.
20
21 After obtaining the ISO13522-MHEG-5.asn, type `make` in the directory
22 containing this README file.
23
24 mheg5dump USAGE
25 ===============
26
27 The mheg5dump utility may be used to dump the contents of the BER-encoded
28 MHEG-5 data record file:
29
30         ./mheg5dump mhegscene.ber       # Print MHEG-5 stream as XML (BASIC-XER)
31
32 The full list of recognized command line options may be obtained with
33
34         ./mheg5dump -h
35