{if $channel}

Edit {$channel.channel_name}

e.g ClipBucket (this must be the name wowza application to be assigned )
e.g To Set channel Live manually.
{if $channel.app_type == 'Live'}
e.g This option allows users to save their stream in clipbucket
{/if}
{/if}

Manage Live Channels

Contextual classes can be used to color table rows or table cells. The classes that can be used are: .active, .success, .info, .warning, and .danger.

{if $channels} {foreach $channels as $channel} {$user = $userquery->get_user_details($channel.userid)} {/foreach} {/if}
Channel User Channel Name Channel Type Actions
{Name($user)} {$channel.channel_name} {$channel.app_type}