Itahuka Studio RTMP Phase 1
================================

Purpose:
Manual RTMP destination manager for Itahuka Studio, similar to the first production layer of StreamYard/YoloCast.

Supported without developer apps:
- YouTube RTMP/RTMPS stream key
- Facebook Live RTMP/RTMPS stream key
- TikTok Live RTMP/RTMPS stream key
- Any custom RTMP server, including MediaMTX

Install:
1. Upload this folder to your project, for example:
   /public_html/studio/platforms/

2. Edit config.php:
   - DB credentials if needed
   - ITAHUKA_RTMP_API_TOKEN
   - ITAHUKA_PROGRAM_INPUT later when your Program output is ready

3. Open:
   /platforms/install.php

4. Open:
   /platforms/rtmp_destinations.php?project=itahuka-live

5. Save destination:
   Platform: YouTube/Facebook/TikTok/Custom
   RTMP URL: from the platform
   Stream Key: from the platform

Important:
start_stream.php expects ITAHUKA_PROGRAM_INPUT to be a real program feed.
For now this module prepares the destination workflow.
Final integration with studio.php must connect the browser/livekit program output to FFmpeg/MediaMTX.
