action jellyfin_get_live_recording_file { label: "Gets a live tv recording stream." provider: jellyfin method: GET path: "/LiveTv/LiveRecordings/{recordingId}/stream" encoding: json input: { type: "object" properties: { recordingId: { type: "string" description: "Recording id." } } required: ["recordingId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }