Skip to content
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

Implement streaming frames as they are parsed #21

Merged
merged 2 commits into from
Jul 13, 2018

Conversation

suyashkumar
Copy link
Contributor

This change builds upon previous changes to implement functionality to stream frames to a channel as they are parsed out of a dicom. This change also updates the dicomutil command line client to optionally use this new functionality. This closes #5.

)

// FrameBufferSize represents the size of the *Frame buffered channel for streaming calls
const FrameBufferSize = 100
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty cheap since we're storing *Frame, shouldn't have over a 100 frames build up in the buffer.

@suyashkumar suyashkumar self-assigned this Jul 13, 2018
@suyashkumar suyashkumar merged commit d1a66f8 into master Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Channel Based Streaming of Frames
1 participant