Create RTSP Schedule
POST/program/api/v2/streams/:id/rtsp-schedules
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Create a new RTSP schedule for a stream
Generate JWTRequest
Responses
- 201
- 400
- 403
- 404
- 409
- 500
Schedule created
Bad Request - Invalid schedule or RTSP source not configured
Forbidden - Stream belongs to different project
Stream not found
Conflict - Schedule already exists for stream (V1 limitation)
Internal Server Error