-
Notifications
You must be signed in to change notification settings - Fork 867
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
srt-file-transmit loses 99% of data in transfer #645
Comments
@dnastrain
|
Is there a way to catch problems like this in future using CI? |
Cool question! :) |
@zerodefect Drafted a PR #663. Feel free to contribute. |
Brilliant! Been on leave for a number of days, but this looks very promising and a welcome addition! |
Issue seems to coincide with commit 9e48f03 about 6 days ago, that
srt-file-transmit
no longer works correctly.Running both Source and Target sides with "-v" reveals data loss -- Source sending 1316 bytes per chunk sent, and the Target receiving 1 byte per chunk sent.
Source-side: sends a file size 134,232 bytes input3.txt
Target-side: receives file size 100 bytes output3.txt
@howlowck also observed this behavior -- we've reproduced on both Linux and Windows builds this week.
The text was updated successfully, but these errors were encountered: