feat: Add broadcast creation, stream binding, and thumbnail actions#150
Open
makstech wants to merge 1 commit intobitfocus:masterfrom
Open
feat: Add broadcast creation, stream binding, and thumbnail actions#150makstech wants to merge 1 commit intobitfocus:masterfrom
makstech wants to merge 1 commit intobitfocus:masterfrom
Conversation
Add create broadcast action with title, description, visibility, scheduled start time, auto-start/stop, monitor stream, thumbnail, and stream binding options. Add standalone set thumbnail and bind/unbind stream actions. Add last_created_broadcast_id variable, available streams cache with listStreams API, and update HELP.md documentation.
e2880dc to
586d713
Compare
Collaborator
|
Neato. Decent pile of code here, will probably require some amount of the rest of the week to work through. |
Contributor
Author
|
@jswalden Yeah, and it's only the first part with 3 API endpoints to create the broadcast, i.e., create broadcast, upload thumbnail, bind stream to broadcast. After this, I want to replicate the YouTube UI when using other stream as a template, which means also calling YouTube Videos API to modify the newly created broadcast with stuff like category, made for kids, language, etc. If you need any explanation or better description, let me know, I am happy to resolve all questions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add create broadcast action with title, description, visibility, scheduled start time, auto-start/stop, monitor stream, thumbnail, and stream binding options. Add standalone set thumbnail and bind/unbind stream actions.
Add
last_created_broadcast_idvariable, available streams cache withlistStreamsAPI, and update HELP.md documentation.Closes #149