]> git.pld-linux.org Git - packages/dss.git/blob - README.utils
add gcc43.patch
[packages/dss.git] / README.utils
1 - QTBroadcaster Requires a target ip address, a source movie, one or
2   more source hint track ids in movie, and an initial port. Every packet
3   referenced by the hint track(s) is broadcasted to the specified ip
4   address.
5
6 - QTFileInfo Requires a movie name. Displays each track id, name,
7   create date, and mod date. If the track is a hint track, additional
8   information is displayed: the total rtp bytes and packets, the average
9   bit rate and packet size, and the total header percentage of the
10   stream.
11
12 - QTFileTest Requires a movie name. Parses the Movie Header Atom and
13   displays a trace of the output.
14
15 - QTRTPFileTest Requires a movie and a hint track id in the movie.
16   Displays the RTP header (TransmitTime, Cookie, SeqNum, and TimeStamp)
17   for each packet.
18
19 - QTRTPGen Requires a movie and a hint track id. Displays the number
20   of packets in each hint track sample and writes the RTP packets to
21   file "track.cache"
22
23 - QTSampleLister Requires a movie and a track id. Displays track media
24   sample number, media time, Data offset, and sample size for each
25   sample in the track.
26
27 - QTSDPGen Requires a list of 1 or more movies. Displays the SDP
28   information for all of the hinted tracks in each movie. Use -f to save
29   the SDP information to the file [movie].sdp in the same directory as
30   the source movie.
31
32 - QTTrackInfo Requires a movie, sample table atom type, and track id.
33   Displays the information in the sample table atom of the specified
34   track. Supports "stco", "stsc", "stsz", "stts" as the atom type.
35
36 Example: "./QTTrackInfo -T stco /movies/mystery.mov 3" dumps the chunk
37 offset sample table in track 3.
38
39 - StreamingLoadTool
This page took 0.052328 seconds and 3 git commands to generate.