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] srt-live-transmit default chunk size set to 1456 #870

Merged
merged 1 commit into from Sep 12, 2019

Conversation

maxsharabayko
Copy link
Collaborator

Default maximum payload size and chunk size for SRT live transmit is set to 1456 bytes.
Fixes #702
Closes #862

@maxsharabayko maxsharabayko added Type: Maintenance Work required to maintain or clean up the code [apps] Area: Test applications related improvements labels Sep 12, 2019
@maxsharabayko maxsharabayko added this to the v1.4.0 milestone Sep 12, 2019
@maxsharabayko maxsharabayko added this to Needs review in Development via automation Sep 12, 2019
@maxsharabayko
Copy link
Collaborator Author

Checked stdout-> stdin piping with:

  1. Transmit 1456 bytes of payload
    ./srt-live-transmit srt://:4200 file://con | ./srt-live-transmit file://con srt://10.129.10.148:4200
  2. Transmit 1316 bytes of payload
    ./srt-live-transmit srt://:4200 file://con | ./srt-live-transmit file://con srt://10.129.10.148:4200 -c 1316

Development automation moved this from Needs review to Reviewer approved Sep 12, 2019
@rndi rndi merged commit d0a442c into Haivision:master Sep 12, 2019
Development automation moved this from Reviewer approved to Done Sep 12, 2019
@maxsharabayko maxsharabayko deleted the develop/stransmit-1456-chunk branch December 7, 2021 09:54
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 Priority: High Type: Maintenance Work required to maintain or clean up the code
Projects
No open projects
Development
  
Done
Development

Successfully merging this pull request may close these issues.

srt-live-transmit default chunk size
3 participants