Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
POST
/videos/live
Request
Body Params multipart/form-data
Responses
🟢200successful operation
application/json
Body
🟠400Disambiguate via `type`:
- default type for a validation error
- `live_conflicting_permanent_and_save_replay` for conflicting parameters set
🟠403Disambiguate via `type`:
- `live_not_enabled` for a disabled live feature
- `live_not_allowing_replay` for a disabled replay feature
- `max_instance_lives_limit_reached` for the absolute concurrent live limit
- `max_user_lives_limit_reached` for the user
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://peertube2.cpy.re/api/v1/videos/live' \
--form'channelId=""' \
--form'name=""'