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

Support recovery from lost iTunes audio packets #8

Open
watson opened this issue Oct 7, 2015 · 1 comment
Open

Support recovery from lost iTunes audio packets #8

watson opened this issue Oct 7, 2015 · 1 comment

Comments

@watson
Copy link
Owner

watson commented Oct 7, 2015

Currently the iTunes client will not respond to retransmission requests on the control port. This works fine with the iOS client though, so I don't know what's wrong.

@skerit
Copy link

skerit commented Jun 8, 2016

I think I figured it out: itunes will send the retransmit response to the port that made the original request.
It just ignores the control port you told it earlier to use.

So sending the request via the rtp-control-server socket (the one that receives the responses) should fix this issue. (And that's also one less socket to create for every request, so there must be speed boost in there, too :))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants