Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix live stream thumbnail URL #289

Merged
merged 3 commits into from
Oct 6, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4064,7 +4064,7 @@ paths:
iframe: '<iframe src="https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr'
hls: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8'
thumbnail: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
thumbnail: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
- liveStreamId: li4pqNqGUkhKfWcBGpZVLRY5
createdAt: '2020-07-29T10:45:35.000Z'
updatedAt: '2020-07-29T10:45:35.000Z'
Expand All @@ -4083,7 +4083,7 @@ paths:
iframe: '<iframe src="https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5'
hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8'
thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
pagination:
currentPage: 1
currentPageItems: 19
Expand Down Expand Up @@ -11044,7 +11044,7 @@ components:
iframe: '<iframe src="https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5'
hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8'
thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
schemas:
link:
type: object
Expand Down Expand Up @@ -12614,7 +12614,7 @@ components:
type: string
description: A link to the thumbnail for your video.
format: uri
example: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
example: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
live-stream-session-session:
title: LiveStreamSessionSession
type: object
Expand Down