# Mux This directory contains the manifest-only connector for [`source-mux`](https://www.mux.com/). ## Documentation reference: Visit `https://docs.mux.com/api-reference` for API documentation ## Authentication setup `Mux` uses Http basic authentication, Visit `https://docs.mux.com/core/make-api-requests#http-basic-auth` for getting your API keys. ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `username` | `string` | Username. | | | `password` | `string` | Password. | | | `start_date` | `string` | Start date. | | | `playback_id` | `string` | Playback ID. The playback id for your video asset shown in website details | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | video_assets | id | DefaultPaginator | ✅ | ✅ | | video_live-streams | id | DefaultPaginator | ✅ | ✅ | | video_playbacks | id | DefaultPaginator | ✅ | ❌ | | system_signin-keys | id | DefaultPaginator | ✅ | ✅ | | video_playback-restrictions | id | DefaultPaginator | ✅ | ✅ | | video_transcription-vocabularies | id | DefaultPaginator | ✅ | ✅ | | video_uploads | id | DefaultPaginator | ✅ | ❌ | | video_signing-keys | id | DefaultPaginator | ✅ | ✅ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | | ------------------ | ------------ | --- | ---------------- | | 0.0.2 | 2024-10-28 | [47492](https://github.com/airbytehq/airbyte/pull/47492) | Update dependencies | | 0.0.1 | 2024-09-27 | [45921](https://github.com/airbytehq/airbyte/pull/45921) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |