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

How to sent each chunks immediately when it is available in the server #668

Open
itzzmearungmailcom opened this issue Dec 8, 2022 · 0 comments

Comments

@itzzmearungmailcom
Copy link

I have a server application to read large video file and split to small chunks to trasmission. Is there any way i can transfer each chunks one by one to receiver.

currently I am new to sctp and i can sent transmit the message only after every chunks are ready, but this cause delay in the reciever side to see the output.

Tried SCTP_ASSOC_SUPPORTS_INTERLEAVING in usrsctp_sendv, no luck.
Please let me know for any suggestions.

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

No branches or pull requests

1 participant