Draft
Conversation
Now allow to specify per-stream output parameters via StreamMap
Now the linklable parser supports up to 3 components in view `input_index:media_type:stream_index`. Each component is optional for parser (but is not optional for context) and could follow in any order. First number stands for input_index, second - for stream_index.
Contributor
Author
|
@YeautyYE sorry, but I am giving up on this =( I've spent a week of evenings to understand why pipelines stuck in dead lock. I've decided to switch to calling cli from my project's code. Did not you think about some kind of major refactoring? To decrease size of unsafe code, decrease amount of same almost copy-pasted loop blocks, split functional and service code (e.g. separately implement the pipeline framework and implement the This project is very good, but it suffers from design issues and it is very hard to learn how it works. |
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.
Started to work on #53. After some work, found out that you made some changes on the Issue in different way. It have many conflicts with my work and actually does not implement the features I am need an have no enough knowledge about field you are working on. So I'will complete features I'am needed in fork and left the draft PR here - may be you will find something useful.