-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video Compositor SDK #154
Merged
Merged
Video Compositor SDK #154
Conversation
This file contains 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
* Remove old compositor * Remove template dir * Update core version * Fix credo * Add licence
* WIP * WIP 2 * Fix starting * Handler * Add output registering * Registering outputs * Fix crashing on scene update * Dynamic outputs * Add dupa pipeline * Semi working POC of POC of POC * Fix inputs/outputs linking * Add 2 inputs, add unregister * TODO * Remove H264 parser from VC * `send_stream` -> `example` * Add custom messages handling * rm vc deps * Add VC downloading and running * rm vc from lock * Turned shit into diamond * Fix process leak * Increase UDP buffer size (#137) Packages of size greater than this buffer were truncated, 16 KB is too little Increased to 1MB * Add shader to example * Make example working * Move examples * Add transition example * Add server started probing * Update readme * Add automatic VC binary downloading on compilation * Add vc_server_port_number option * Ports rework * Add simple docs * Fix dialyzer * Messages docs * Add typedocs * Fix dialyzer * Remove samples from git * Fix creating samples dir * fmt * Fix stream format handling * Remove debug compositor * Add file exists check to `download_compositor` task * Review suggestions * Fix lint * Fix port searching * Remove first buffer check in output processor * Enforce keys in structs * Fix credo * Update docs * Mix format * Fix downloading VideoCompositor binary * Fix hardcoded sample paths * Add dynamic outputs example * API rework * Fix dynamic outputs example * Fix layout example * Add docs * Rm jason dependency * Fix paths * Code format * Paths rework * Remove Rambo * Update mix.lock * Update mix.lock * Add download_compositor compiler * Fix downloading vc binary on compilation * Separate examples * Minor fix * string -> atom * Add lock file creation, fix examples * Make `membrane_h264_plugin` work automatically * Update readme * Remove `:membrane_rtp_h264_plugin` from `:extra_applications` * Add child groups, server lunch retries * Minor fixes * Update readme * `info` -> `debug` --------- Co-authored-by: DominikWolek <[email protected]>
…amples file structure (#144) * Bump to core 1.0 * Flatten examples structure * Move examples out of `lib` directory
…145) * Send `:input_registered` msg after receiving first frame * Update docs
* Using started compositor server * Review suggestions
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.
No description provided.