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

[apps] Fixed srt-file-transit (issue #645) #658

Merged
merged 4 commits into from
Apr 23, 2019

Conversation

maxsharabayko
Copy link
Collaborator

Fixed srt-file-transmit issue, introduced by #598.
Source::Read(…) now returns int and does not throw exceptions.

Fixes #645

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [apps] Area: Test applications related improvements labels Apr 23, 2019
@maxsharabayko maxsharabayko added this to the v.1.3.3 milestone Apr 23, 2019
@@ -180,7 +180,7 @@ int parse_args(FileTransmitConfig &cfg, int argc, char** argv)
return 2;
}

cfg.chunk_size = stoul(Option<OutString>(params, "1316", o_chunk));
cfg.chunk_size = stoul(Option<OutString>(params, "1456", o_chunk));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Actually I doubt this option makes any sense anymore.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I agree it is very unlikely to be used, but still is was in the previous file transmit version, so I'd better keep it, at least to minimize the work on these apps.

@rndi rndi merged commit f5f52c0 into Haivision:master Apr 23, 2019
@maxsharabayko maxsharabayko deleted the hotfix/file-transmit-645 branch May 28, 2019 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[apps] Area: Test applications related improvements Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

srt-file-transmit loses 99% of data in transfer
3 participants