Field | Type | Required | Description |
---|---|---|---|
subscribe_url |
str | ✔️ | Source URL of the incoming stream to subscribe to. |
publish_url |
str | ✔️ | Destination URL of the outgoing stream to publish. |
control_url |
Optional[str] | ➖ | URL for subscribing via Trickle protocol for updates in the live video-to-video generation params. |
events_url |
Optional[str] | ➖ | URL for publishing events via Trickle protocol for pipeline status and logs. |
model_id |
Optional[str] | ➖ | Name of the pipeline to run in the live video to video job. Notice that this is named model_id for consistency with other routes, but it does not refer to a Hugging Face model ID. The exact model(s) depends on the pipeline implementation and might be configurable via the params argument. |
params |
Optional[components.Params] | ➖ | Initial parameters for the pipeline. |