🎬 Street Light Consulting Video Plan

🎬 Street Light Consulting Video Plan

Prepared by: Rob Street
Date: October 2025


1. Purpose and Vision

The video component of Street Light Consulting will visually extend the message of the podcast — The Science of Joy — combining short reflections on leadership, neuroscience, and faith with a calm, branded presentation.

Videos will complement the audio podcast, enhance website engagement, and serve as visual devotionals for leaders seeking renewal.


2. Objectives


3. Platform Selection

âś… Chosen Platform: Cloudflare Stream


4. Workflow Overview

  1. Record and edit video reflections (MP4 format).
  2. Upload to Cloudflare Stream.
  3. Copy the embed code from Cloudflare.
  4. Insert it into the podcast episode’s Markdown front matter as video_embed.
  5. The Jekyll layout (podcast.html) renders it automatically using a simple include.

5. Example Integration

Front Matter (Markdown):

---
title: "Episode 1 – The Science of Joy"
date: 2025-10-16
video_embed: >
  <iframe src="https://iframe.videodelivery.net/your-video-id"
  width="640" height="360" frameborder="0"
  allow="accelerometer; autoplay; encrypted-media; picture-in-picture;"
  allowfullscreen></iframe>
---

In your Jekyll Layout:


Recommended CSS:

.video-container iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 2rem auto;
  border-radius: 8px;
}

6. Branding & Design


7. Security & Privacy


8. Publishing Schedule


9. Future Development


10. Mission Statement

“To bring light to leadership through visuals that reflect peace, purpose, and divine design.”