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

[Feature] Windows service to respond to UMP Stream Configuration requests #440

Open
MusicMaker opened this issue Nov 23, 2024 · 1 comment
Assignees
Labels
area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. bug 🐞 Something isn't working

Comments

@MusicMaker
Copy link

MusicMaker commented Nov 23, 2024

Description

Page 37 of the UMP 1.1.1 specification describes that a device can request a configuration request.

Upon sending
F0050103 00000000 00000000 00000000 Stream (0F) Endpoint Stream Configuration Request Complete, Protocol 0001h, Jitter 03h
The Windows service does not respond to such request.

Describe the solution you'd like
Respond to stream configuration requests

Alternatives considered
N/A

@MusicMaker MusicMaker added the feature request 💡 New feature request or proposal label Nov 23, 2024
@Psychlist1972 Psychlist1972 added the bug 🐞 Something isn't working label Nov 23, 2024
@Psychlist1972 Psychlist1972 added area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. and removed feature request 💡 New feature request or proposal labels Nov 23, 2024
@Psychlist1972
Copy link
Contributor

Is this with the same device where function block changes sent to the service are not being processed after initial negotiation? If so, may be the same issue. I'll need to see if there's some disconnection happening.

Changed to bug because there's code in the service to handle the stream configuration request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants