Start one source
POST/api/mediasrc/start
Starts streaming the file assigned to one one-based source slot and persists its state as playing. The slot must exist and have a valid assignment. Repeated calls are safe for normal control flows, but callers should inspect /api/mediasrc when they need to distinguish newly started from already-running sources.
Request
Responses
- 200
- 400
- 404
- 500
Operation completed.
Missing or invalid request data.
The requested resource was not found.
A local operation failed.