{{ collections.length }}
Collections
{{ streams.length }}
Live Streams
{{ totalVideos }}
Total Videos
Maintenance
If any videos are stuck in "processing", click this to manually sync their status with Cloudflare.
Recent Activity
-
{{ new Date(event.timestamp).toLocaleString() }}
Video "{{ event.videoName }}" was {{ event.type === 'play' ? 'viewed' : (event.type === 'download' ? 'downloaded' : event.type) }}
{{ event.location?.city || 'Unknown City' }}, {{ event.location?.country || 'Unknown Country' }}
No recent activity to show.
| Name | Videos | Share Link | Actions |
|---|---|---|---|
| {{ collection.name }} | {{ collection.videos.length }} |
No Collections Found
Click "New Collection" to get started.
| Stream Name | Status | Share Link | Created | Actions |
|---|---|---|---|---|
| {{ stream.name }} | {{ stream.isLive ? 'Live' : 'Off-air' }} | {{ new Date(stream.createdAt.toDate()).toLocaleString() }} |
No Live Streams Found
Click "New Live Stream" to create one.
Stream Preview & Details
Enter these values into your streaming software (e.g., OBS, vMix).
Generate Passcodes
Attendee Passcodes:
- {{ attendee.passcode }} {{ attendee.used ? 'Used' : 'Unused' }}
No passcodes generated yet.
{{ cloudflareAnalytics.totalMinutes || 0 }}
Total Minutes Stored
{{ cloudflareAnalytics.minutesThisMonth || 0 }}
Minutes Added This Month
${{ cloudflareAnalytics.estimatedCost.toFixed(2) }}
Estimated Yearly Cost
{{ analytics.length }}
Total Events Logged
Views by Country
Top Embedded Websites
- {{ embed.url }}{{ embed.count }} views
No embedded video views yet.
Detailed Event Log
| Video Name | Event | Location | Timestamp | Embed URL |
|---|---|---|---|---|
| {{ event.videoName }} | {{ event.type }} | {{ event.location?.city }}, {{ event.location?.country }} | {{ new Date(event.timestamp).toLocaleString() }} | {{ event.embedUrl || 'Direct' }} |