0
0
Cart1item

Cart

HomeShopVideo Podcast PackagesVideo Podcast System Rental #1

Description

  • 3 Sony ZV-E10 Kit Mirrorless Vlog Cameras with 16-50mm Lens – Black
  • Osee GoStream Deck All in One Pro Live Streaming Multi Camera Video Mixer Switcher Recorder Player Kit 4 HDMI in USB-C I/O with 14 Inch Monitor Built-in DC-to-Type C Cable
  • 3 HDMI 50ft Fiber cables
  • all other cables to either live broadcast, connect to a laptop

Reviews

There are no reviews yet.

Be the first to review “Video Podcast System Rental #1”

Your email address will not be published. Required fields are marked *

Recently viewed products

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });