NO-EXEC PATCH FOR SHARED CPANEL HOSTING

Upload these files into your existing /platforms/ folder:

api/start_stream.php
assets/rtmp.js

This patch removes PHP exec() usage.

Old behavior:
- Start Stream tried to launch FFmpeg from PHP.
- Failed on shared hosting: Call to undefined function exec()

New behavior:
- Start/Prepare returns the RTMP/SRT target only.
- YOLOCast target can be prepared from config.php.
- studio.php/browser layer will use the returned target later.

Required:
Use the previous YOLOCast config.php and set:

const ITAHUKA_YOLOCAST_STREAM_KEY = 'YOUR_REAL_KEY';

Do not use the masked dotted key.
