Chapter 3: Condition Reference
live=
Tests if the streaming content is a live stream.
Syntax
live=yesno
Layer and Transaction Notes
•Use in <Cache> and <Proxy> layers.
•Applies to streaming transactions.
Examples
;The following policy restricts access to live streams during morning hours.
;In this example, we use a policy layer to define policy just for the live streams.
;This example uses the restrict form and integrates with other <proxy> layers.
<proxy>
deny live=yes time=1200..0800 ; Policy for live streams
See Also
•Conditions: bitrate=, streaming.client=, streaming.content=
•Properties: access_server( ), max_bitrate(), streaming.transport( )
103