## Benefits
- using streams to capture live events
## Notes
[[Streaming platforms]]
### Chat
- Only can show twitch chat
- Visibility
- https://streamchat.colinhorn.co.uk/
### Hardware
- On splitting face tracking with warudo:
- You can also try a dual PC streaming setup - use Warudo on the Windows PC and then NDI/capture card to your Mac which runs OBS. Offload as much as possible on your Windows PC (like using iPhone for tracking instead of webcam-based tracking / MediaPipe), etc. [^1]
- This means I can still use mac when doing productivity stuff? :o
### Software
- https://support.restream.io/en/articles/3935667-how-can-i-remove-restream-branding
- Seems to be only for OBS preview, not for the stream itself? not bad !
### Interactivity
- sammi solutions
- for streaming interactivity via channel points
### Internet
- 10-12 mbps for max quality on Twitch, Youtube pushes up to 50
- 1080p 6000 bitrate
- [Settings](https://help.twitch.tv/s/article/broadcasting-guidelines?language=en_US)
You're hitting Twitches enforced 6k limit hard with 1080p 60fps
Either keep 60fps and drop to 1664 x 936
or
Keep 1080p and drop to 48 FPS
### Model
If you're using OBS you can use the spout2 capture plugin, it works so much better and seamlessly than green screen.
[https://youtu.be/jiKk-hhaM70?si=ABUQS0HwxrRgwl0s](https://youtu.be/jiKk-hhaM70?si=ABUQS0HwxrRgwl0s)
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### Notes 📝
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs 📥
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts 💭
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
# References
[^1]: https://discord.com/channels/1053915524280614983/1228083838714908782/1229604619420831744