# Stripchat Live Stream Recorder

**Use case:** 

Record an active public Stripchat stream for 60 seconds and save the MP4 file in Apify storage.

## Input

```json
{
  "target": "liveStreams",
  "savedVideoUrls": [
    "https://stripchat.com/KarissaChantelle/videos/8914353"
  ],
  "liveStreamUrls": [
    "https://stripchat.com/KarissaChantelle"
  ],
  "captureDuration": 60,
  "quality": "best"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "creatorUsername": {
    "label": "Creator username",
    "format": "string"
  },
  "mediaKind": {
    "label": "Media kind",
    "format": "string"
  },
  "quality": {
    "label": "Quality",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "number"
  },
  "isVr": {
    "label": "VR video",
    "format": "boolean"
  },
  "fileName": {
    "label": "File name",
    "format": "string"
  },
  "fileSizeBytes": {
    "label": "File size in bytes",
    "format": "integer"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Stripchat Video Downloader | How to Download Stripchat Videos](https://apify.com/maximedupre/stripchat-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/stripchat-video-downloader) to learn more, explore other use cases, and run it yourself.