بنية تحتية للبث الشاملة مصممة خصيصًا لاستوديوهات Maponga — تشمل تطبيق ويب React لإدارة الأصول والقنوات، وتطبيق Encoder شقيق مع SSO، وواجهة خلفية NestJS، ووظيفتي AWS Lambda لتنسيق MediaLive و MediaPackage و MediaTailor و MediaConvert لنشر قناة FAST بنقرة واحدة مع إدراج إعلانات SCTE-35.

طوّرنا منصة إدارة الوسائط المتكاملة التي تشمل الواجهة الأمامية (frontend) بـ React، وواجهة خلفية (backend) بـ NestJS API، ووظيفتي AWS Lambda.
بنينا وظيفة FAST Channel Lambda التي تنسق AWS MediaLive و MediaPackage و MediaTailor لتوفير قناة خطية مباشرة بنقرة واحدة.
طبقنا جدولة القنوات القائمة على التقويم (FullCalendar) مع إدارة خانات البرامج بالسحب والإفلات (drag-and-drop) وتكوين علامات الإعلانات.
أنشأنا حقن علامات إدراج التقسيم SCTE-35 مما يتيح إدراج الإعلانات من جانب الخادم (SSAI) بواسطة MediaTailor أثناء البث المباشر.
طوّرنا وظيفة Video Encoding Lambda التي تُشغّل AWS MediaConvert عند الرفع إلى S3، مما ينتج مخرجات خاصة بالشركاء من ملفات تعريف قابلة للتكوين.
بنينا نظام الرفع متعدد الأجزاء (multipart upload) الموقّع مسبقًا (presigned) لـ S3 الذي يدعم ملفات تصل إلى 11 جيجابايت مع سير عمل ثلاثي المراحل: الرفع، التأكيد، والإنهاء.
طبقنا مصادقة JWT قائمة على ملفات تعريف الارتباط (cookies) مع تجزئة Argon2، و SSO بين M-Studio وتطبيق Encoder، والتحكم في الوصول القائم على الأدوار.
أنشأنا مكتبة أصول شاملة مع نماذج إنشاء متعددة الخطوات، واستيراد CSV بالجملة، وتشغيل فيديو HLS، وإدارة الحلقات، وإدارة الصور المصغرة/التعليقات.
صممنا ودمجنا تبديل المدخلات الديناميكي باستخدام ميزة MediaLive $urlPath$ لدوران المحتوى الفعال دون الحاجة إلى مدخلات لكل فيديو.
بنينا لوحات تحكم للتحليلات في الوقت الفعلي باستخدام ApexCharts تعرض مقاييس الأصول والقنوات والفيديو جنبًا إلى جنب مع طبقة تقارير مالية ومبيعات.
يوحّد خط أنابيب المحتوى إلى البث بالكامل في واجهة واحدة سهلة الاستخدام للمشغل، مع نشر قناة FAST بنقرة واحدة، وترميز آلي متعدد الشركاء، وإدراج إعلانات من جانب الخادم — ليحل محل سير عمل AWS Console المجزأ.
دعنا نناقش كيف يمكننا تحقيق رؤيتك بنفس مستوى الخبرة والتفاني.
MicrocosmWorks built the FAST channel system using AWS Lambda functions that orchestrate MediaLive, MediaPackage, and MediaTailor for one-click live linear channel provisioning. Calendar-based scheduling with FullCalendar provides drag-and-drop program slot management, while SCTE-35 splice insert markers enable MediaTailor server-side ad insertion (SSAI) during live playback. Dynamic input switching using MediaLive's $urlPath$ feature handles content rotation without per-video inputs.
MicrocosmWorks developed an AWS Lambda function that triggers MediaConvert encoding jobs on S3 upload, producing partner-specific output profiles from configurable encoding templates. Each distribution partner like TCL or Vizio receives video in their required format, resolution, and bitrate specifications. The encoding pipeline handles batch processing and sends completion notifications, so operators only need to upload once for multi-partner distribution.
MicrocosmWorks built a three-phase upload workflow: presigned multipart S3 upload initiation, chunked upload with progress tracking, and server-side confirm-and-finalize that validates file integrity. Files up to 11 GB are uploaded directly from the browser to S3 using presigned URLs, bypassing the NestJS backend for transfer. This approach eliminates server bandwidth bottlenecks and supports resume-on-failure for large media files over unreliable connections.
Yes, MicrocosmWorks built MapongaStudio as a unified content management platform. The asset library manages on-demand video with multi-step creation forms, CSV bulk import, HLS playback preview, episode management, and thumbnail/caption management. FAST channel operations including scheduling, ad insertion, and live monitoring are accessible in the same interface, with SSO connecting the main M-Studio app and the sister Encoder App.
MicrocosmWorks built real-time analytics dashboards using ApexCharts showing asset performance, channel viewership, video engagement metrics, and a financial and sales reporting layer. The analytics cover both FAST channel metrics like viewer retention and ad fill rate, and asset library metrics like upload volume and encoding completion rates. MRSS feed generation enables content syndication tracking across distribution partners.