NAME
Win32::WindowsMedia::BaseVariables - The control module for Windows Media
VERSION
Version 0.01
SYNOPSIS
use Win32::WindowsMedia::BaseVariables;
FUNCTIONS
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
UserAccessSettings
function2
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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 267:
'=item' outside of any '=over'
- Around line 271:
You forgot a '=back' before '=head1'