Add even more of the source
This should be about everything needed to build so far?
This commit is contained in:
parent
af3619d4fa
commit
849723c9cf
547 changed files with 149239 additions and 0 deletions
38
Documentation/man/qtss/StreamingLoadTool.8
Normal file
38
Documentation/man/qtss/StreamingLoadTool.8
Normal file
|
@ -0,0 +1,38 @@
|
|||
.Dd February 11, 2005 \" DATE
|
||||
.Dt StreamingLoadTool 8 \" Program name and manual section number
|
||||
.Os Darwin
|
||||
.Sh NAME \" Section Header - required - don't modify
|
||||
.Nm StreamingLoadTool
|
||||
.Nd Load testing tool for QuickTimeStreamingServer
|
||||
.Sh SYNOPSIS \" Section Header - required - don't modify
|
||||
.Nm
|
||||
.Op Fl d \" [-d]
|
||||
.Op Fl i Ar urlid \" [-i urlid]
|
||||
.Op Fl f Ar path \" [-f configFile]
|
||||
.Op Fl c Ar # \" [-c #]
|
||||
-c fileName
|
||||
.Sh DESCRIPTION \" Section Header - required - don't modify
|
||||
.Nm
|
||||
simulates multiple RTSP/RTP clients. The number of clients, URLs, and other
|
||||
options can be configured via a
|
||||
.Ar configFile .
|
||||
.Pp
|
||||
A list of flags and their descriptions:
|
||||
.Bl -tag -width -indent \" Differs from above in -compact tag removed
|
||||
.It Fl f Ar configFile
|
||||
Config file to use. The default is /Library/QuickTimeStreaming/Config/streamingloadtool.conf
|
||||
.It Fl c Ar httpCookie
|
||||
HTTP cookie to use. Overrides what is in config file
|
||||
.It Fl i Ar urlID
|
||||
RTSP stream URL id (i.e. trackID or streamID etc.). Default is -i trackID
|
||||
.It Fl d
|
||||
Display debug messages
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /Library/QuickTimeStreaming/Config/streamingloadtool.conf -compact
|
||||
.It Pa /Library/QuickTimeStreaming/Config/streamingloadtool.conf
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr QuickTimeStreamingServer 8 ,
|
||||
.\" .Sh BUGS
|
||||
.\" .Sh HISTORY
|
Loading…
Add table
Add a link
Reference in a new issue