Skip to content

Commit

Permalink
Merge pull request #82 from apivideo/Fix-live-stream-thumbnail-URL
Browse files Browse the repository at this point in the history
Fix live stream thumbnail URL
  • Loading branch information
bot-api-video authored Oct 6, 2023
2 parents 7feb565 + 0133fa2 commit aaa63fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/payloads/live_streams/create/responses/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"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"
}
}
2 changes: 1 addition & 1 deletion test/payloads/live_streams/get/responses/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"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"
}
}
4 changes: 2 additions & 2 deletions test/payloads/live_streams/list/responses/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"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",
Expand All @@ -43,7 +43,7 @@
"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" : {
Expand Down
2 changes: 1 addition & 1 deletion test/payloads/live_streams/update/responses/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"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"
}
}

0 comments on commit aaa63fb

Please sign in to comment.