Skip to content

Commit 3afb2fd

Browse files
Fix description of Live Streaming API script
1 parent 2814b8c commit 3afb2fd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

python/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,12 @@ Method: youtube.watermarks.set<br>
212212
Description: This sample calls the API's <code>watermarks.set</code> method to upload an image and set it as the
213213
watermark image for a channel. The request must be authorized by the channel that owns the video.
214214

215-
### [Create a broadcast](/youtube/api-samples/blob/master/python/create_broadcast.py)
215+
### [Create a broadcast and stream](/youtube/api-samples/blob/master/python/create_broadcast.py)
216216

217217
Method: youtube.liveBroadcasts.bind,youtube.liveBroadcasts.insert,youtube.liveStreams.insert<br>
218-
Description: This sample calls the API's <code>liveBroadcasts.insert</code> method to create a broadcast.
218+
Description: This sample calls the API's <code>liveBroadcasts.insert</code> and <code>liveStreams.insert</code>
219+
method to create a broadcast and a stream. Then, it calls the <code>liveBroadcasts.bind</code> method to bind
220+
the stream to the broadcast.
219221

220222
### [Retrieve a channel's broadcasts](/youtube/api-samples/blob/master/python/list_broadcasts.py)
221223

0 commit comments

Comments
 (0)