You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| constants.tsx | 5 years ago | |
| edit-directory.tsx | 5 years ago | |
| edit-social-links.tsx | 5 years ago | |
| edit-tags.tsx | 5 years ago | |
| form-textfield.tsx | 5 years ago | |
| form-toggleswitch.tsx | 5 years ago | |
| social-icons-dropdown.tsx | 5 years ago | |
| video-latency.tsx | 5 years ago | |
| video-variant-form.tsx | 5 years ago | |
| video-variants-table.tsx | 5 years ago | |
README.md
Config
TODO: explain how to use
and how the customform-xxxx components work together.
Misc notes
instanceDetailsneeds to be filled out beforeyp.enabledcan be turned on.
Config data structure (with default values)
{
streamKey: '',
instanceDetails: {
tags: [],
nsfw: false,
},
yp: {
enabled: false,
instance: '',
},
videoSettings: {
videoQualityVariants: [
{
audioPassthrough: false,
videoPassthrough: false,
videoBitrate: 0,
audioBitrate: 0,
framerate: 0,
},
],
}
};