YouTube Data API: liveStreams. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams
YouTube Data API: liveStreams. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams
(delete$ auth parameters)https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/delete
Required parameters: id
Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel
Deletes a video stream.
https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/delete Required parameters: id Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel Deletes a video stream.
(insert$ auth parameters body)https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/insert
Required parameters: part
Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel
Body:
{:cdn {:format string, :frameRate string, :ingestionInfo IngestionInfo, :ingestionType string, :resolution string}, :contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :etag string, :id string, :kind string, :snippet {:channelId string, :description string, :isDefaultStream boolean, :publishedAt string, :title string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}
Creates a video stream. The stream enables you to send your video to YouTube, which can then broadcast the video to your audience.
https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/insert
Required parameters: part
Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel
Body:
{:cdn {:format string,
:frameRate string,
:ingestionInfo IngestionInfo,
:ingestionType string,
:resolution string},
:contentDetails {:closedCaptionsIngestionUrl string,
:isReusable boolean},
:etag string,
:id string,
:kind string,
:snippet {:channelId string,
:description string,
:isDefaultStream boolean,
:publishedAt string,
:title string},
:status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}
Creates a video stream. The stream enables you to send your video to YouTube, which can then broadcast the video to your audience.(list$ auth parameters)https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/list
Required parameters: part
Optional parameters: id, maxResults, mine, onBehalfOfContentOwner, onBehalfOfContentOwnerChannel, pageToken
Returns a list of video streams that match the API request parameters.
https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/list Required parameters: part Optional parameters: id, maxResults, mine, onBehalfOfContentOwner, onBehalfOfContentOwnerChannel, pageToken Returns a list of video streams that match the API request parameters.
(update$ auth parameters body)https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/update
Required parameters: part
Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel
Body:
{:cdn {:format string, :frameRate string, :ingestionInfo IngestionInfo, :ingestionType string, :resolution string}, :contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :etag string, :id string, :kind string, :snippet {:channelId string, :description string, :isDefaultStream boolean, :publishedAt string, :title string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}
Updates a video stream. If the properties that you want to change cannot be updated, then you need to create a new stream with the proper settings.
https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/update
Required parameters: part
Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel
Body:
{:cdn {:format string,
:frameRate string,
:ingestionInfo IngestionInfo,
:ingestionType string,
:resolution string},
:contentDetails {:closedCaptionsIngestionUrl string,
:isReusable boolean},
:etag string,
:id string,
:kind string,
:snippet {:channelId string,
:description string,
:isDefaultStream boolean,
:publishedAt string,
:title string},
:status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}
Updates a video stream. If the properties that you want to change cannot be updated, then you need to create a new stream with the proper settings.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |