Before I start streaming, go to [[My pre-streaming checklist]]
## Notes
- Definitely going to need to practices
- Can do some ChatGPT practice
- Can do test streams without anyone watching
- Streaming can be the solution to chasing growth
- At it's core, you are the product
- You can't put on a show continuously without burning out, it must be a part of you
- book club vtuber
- [[My Twitch Panels]]
- [[My stream schedule]]
### Resolution
- 1664x936
### Types
- Coworking
- Inspiration
### Links
### Redeems
- posture check
- drink water
- choose song
- highlight message
- play sound
- star fall
### Awareness
- Just share the VODs and mini updates so people who come are actually interested
### Scenes
[[My Warudo Scenes]]
#### Study
- All-in-one solution [[Super Sweet Bot]]
- Inspirations
- https://www.youtube.com/watch?v=YHp7ggqKx94&ab_channel=Tipanya
- https://www.twitch.tv/rosannatxt/about
- Elements
- Chat
- Timer
- Sessions
- Song
- Task list?
- Commands
### Assets
- [[Streaming overlays]]
#### Inspiration
- [Celestial streamlabs](https://widgets.streamelements.com/scene/astrology-package-start-soon-scene)
- Too bad it's preset to be aqua aaa
### Debut
#### Examples
Slides from
https://www.twitch.tv/videos/2106350751
### When streaming
- Open up restream io for chat
## Productivity
### Goals
```dataview
table list("🎯 " + Description, "💡 " + Why) as "Details"
FROM #goal AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Projects
```dataview
table Deadline
FROM #project AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Habits
```dataview
table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc
```
## Knowledge
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```