You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: documentation/README.md
+192-41
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
This will mostly be internal, but sharing broadly as a resource.
4
4
5
-
## Checklists
5
+
## Creating the Checklist
6
6
7
-
Start by copying the following into the issue for the episode. Check things off as you do them.
7
+
Start by copying the following into the issue for the episode. Check things off as you do them.
8
8
9
9
```markdown
10
10
The process for producing an episode is [here](https://github.com/vmware-tanzu/tgik/blob/master/documentation/README.md). All the detail for the steps below is there.
@@ -17,7 +17,7 @@ Monday or Tuesday:
17
17
* [ ] Add scheduled episode to TGIK playlist on YT
18
18
* [ ] Create short link in rebrandly
19
19
* [ ] Tweet about it from your personal account
20
-
* [ ] Post tweets on internal #tgik slack channel and cc @castrojo and agrey
20
+
* [ ] Post tweets on internal #tgik slack channel and cc @castrojo and Vykky
21
21
* [ ] Get confirmation from boschem that she's seen the tweet and is scheduling it
22
22
23
23
Before episode:
@@ -38,73 +38,224 @@ After show (ideally right away but can wait until Monday):
38
38
* [ ] OBS/OS Upgrade if applicable (Never on the day of a show)
39
39
```
40
40
41
-
## Scheduling a new episode
41
+
## Creating the graphic
42
42
43
-
### Creating the graphic
44
-
45
-
Find an image to use that is fun, and subtly hints at the topic for the episode.
43
+
Find an image to use that is fun and subtly hints at the topic for the episode.
46
44
For example [episode 38](https://github.com/vmware-tanzu/tgik/tree/master/episodes/038) was on Kata containers, and the [supporting image was of containers in a shipyard](https://github.com/vmware-tanzu/tgik/blob/master/episodes/038/038.png).
47
45
48
-
General process:
49
-
* Copy a previous episode into a new file and renumber it
50
-
* Pick out an image (often we use unsplash.com). Make sure we have rights to use the image.
51
-
* Open the file in Adobe Illustrator
52
-
* Delete the old image and use the "File | Place" to insert the new image. Move that to the back with "Object | Arrange | Send to Back"
53
-
* Select the semi-transparent background on the text and the logo box and use the eye dropper tool to pick a light color out of the image.
54
-
* Export to PNG in the same folder using "File | Export | Export for screens"
> This reveals two objects in the layer `Background`. The background image, which you'll replace, and a semi-transparent box representing the 1280x720 area to trim a background image to.
73
+
74
+
1. Delete the existing background image.
75
+
1. Paste in a new background image.
76
+
* We often use [unsplash.com](https://unsplash.com/); If not unsplash, ensure we have rights to use the image.
77
+
1. Move the new background image object behind the semi-transparent box
78
+
* `PgDn` or `Menu Bar > Object > Lower to Bottom`
79
+
1. Move/Scale the background image around to fit desirably in the semi-transparent box.
80
+
1. Select the background image and semi-transparent box.
Log into Rebrandly and create a new link pointing to the YouTube live stream. If you don't have Rebrandly access, reach out for help in [our internal] #tgik channel.
169
+
170
+
**Create Permanent Episode Link**
65
171
```
66
-
TGI Kubernetes 001: A great name for my episode
172
+
tgik.io/001 -> youtube.com/watch?v=ixs1-UnWiGU
67
173
```
68
174
69
-
###### Description
175
+
**Update Live Pointer**
176
+
```
177
+
tgik.io/live -> tgik.io/tgik001
178
+
```
70
179
180
+
**Update Hackmd Pointer**
71
181
```
72
-
Come hang out with Kris Nova as she does a bit of hands on hacking of Kubernetes and related topics. Some of this will be Kris talking about the things she knows. Some of this will be Kris exploring something new with the audience. Come join the fun, ask questions, comment, and participate in the live chat!
1. After importing check the `Profile` and `Scene Collection` menus to ensure `TGIK` is set.
203
+
1. Further configure the scenes to hook up your mic, screen, and webcam.
204
+
> Note: Configuring and tuning OBS is an exercise in itself. If you're a first-time OBS user, consider reaching out to someone in the [internal] #tgik channel to get a walkthrough.
90
205
91
-
Update the pointer pointer for the broad "Watch Live Now!" link. (This allows us to hard code the link in various without having to push a code change).
206
+
#### Preparing OBS for Stream:
92
207
93
-
*Example:*
208
+
1. Open `File > Settings > Stream`.
209
+
1. Paste the stream key found in the [Scheduling on Youtube section](#scheduling-on-youtube).
Once OBS is configured, you should verify stream quality to YouTube is good. It's important to test this with another at least an hour before you go live on Friday. What follows can be done to self-test well before Friday.
228
+
229
+
1. Open [YouTube Studio](https://studio.youtube.com).
230
+
1. Navigate to Videos.
231
+
1. Click the Live tab.
232
+
1. Open the Live Control Room for your upcoming stream.
0 commit comments