NAME
Win32::WindowsMedia::BaseVariables - The control module for Windows Media
VERSION
Version 0.02
SYNOPSIS
use Win32::WindowsMedia::BaseVariables;
FUNCTIONS
ServerType
This function returns types and values for possible Windows Media Servers
The possible values are
Standard/Server
Advanced/Enterprise
PublishingPointLimits
This returns the Publishing Point limit variable names that can be used to set
the limits on the publishing point. Provided are the names of the internal references
used by Windows Media Services, and those displayed on the Windows Media Services management
console.
Windows Media Services Management variables names
LimitPlayerConnections
LimitOutgoingDistributionBandwidth(kbps)
LimitOutgoingDistributionConnections
LimitBandwidthPerOutgoingDistributionStream(kbps)
LimitAggregatePlayerBandwidth(kbps)
LimitBandwidthPerStreamPerPlayer(kbps)
LimitFastStartBandwidthPerPlayer(kbps)
Windows Media Services internal variables names
ConnectedPlayers
OutgoingDistributionBandwidth
OutgoingDistributionConnections
PerOutgoingDistributionConnectionBandwidth
PlayerBandwidth
PerPlayerConnectionBandwidth
PlayerCacheDeliveryRate*
FECPacketSpan*
PerPlayerRapidStartBandwidth
*These variables are not show on the management console and should
be changed/set with care.
The returned hash contains a mapping of external/internal name to internal name.
PublishingPointGeneral
This returns the Publihsing Point general variable names that can be used to set
certain properties of the stream.
Windows Media Services Management variables names
EnableFastCached
EnableStreamSplitting
StartPublishingPointWhenFirstClientConnects
EnableBroadcastAutoStart
EnableAdvancedFastStart
Windows Media Services internal variables names
AllowPlayerSideDiskCaching
AllowStreamSplitting
AllowClientToStartAndStop
EnableStartVRootOnServiceStart
AllowStartupProfile
AllowClientsToConnect
MonikerName
Name
Path
Type
Status
EnableWrapperPath
DistributionUserName
CacheProxyExpiration
IsDistributionPasswordSet
AllowStreamSplitting
AllowClientToStartAndStop
BroadcastStatus
UpTime
BufferSetting
The returned hash contains a mapping of external/internal name to internal name.
PlayerStatus
This function returns the possible player conditions
Disconnected
Idle
Open
Streaming
UserAccessSettings
This function returns the values and states available for users that are configured
for access control to the publishing point.
The possible states are
ACCESSINIT
ReadDeny
WriteDeny
CreateDeny
AllDeny
UNKNOWN
ReadAllow
WriteAllow
CreateAllow
AllAllow
ServerLogCycle
This function returns the values and states for the automatic log file cycler.
The possible states are
None
Size
Month
Week
Day
Hour
PublishingPointType
This function returns the values and types for a publishing point
The possible states are
OnDemand
Broadcast
CacheProxyOnDemand
CacheProxyBroadcast
PublishingPointBroadCastStatus
This function returns the values and states available for a publishing point
The possible states are
Stopped
Started No Data
Started
Archiving
Change In Progress
ActiveStreamType
This function returns the values and types for a stream
The possible states are
Video
Audio
Other
AUTHOR
Andrew S. Kennedy, <shamrock at cpan.org>
BUGS
SUPPORT
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Win32-WindowsMedia-Provision
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Andrew S. Kennedy, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 350:
=cut found outside a pod block. Skipping to next block.
- Around line 362:
'=item' outside of any '=over'
- Around line 366:
You forgot a '=back' before '=head1'