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

Windows related bugfixes for the WebSockets Server #491

Merged
merged 3 commits into from
Apr 21, 2020

Conversation

lucianoiam
Copy link
Contributor

Also adds the ability to interact with VCA strips

Escape path strings in surfaces.json
Default to index.html in mount points
Also include VCAs when sending strip descriptions
lucianoiam referenced this pull request Apr 21, 2020
This eventually needs a better solution, special casing VCAs
on the top-level.
This allows to hide the panner for example
@pauldavisthefirst pauldavisthefirst merged commit 80dc3a3 into Ardour:master Apr 21, 2020
@lucianoiam
Copy link
Contributor Author

The Windows build still has issues when serving files as of 6.0 RC1-44. Assuming that build includes commit cc08a2d in this PR

Unless index.html is appended to each surface URL a 404 is returned. This is handled by libwebsockets and never happened on other platforms.

Probably needs dedicated debugging on a Windows environment.

win

ubuntu

mac

@lucianoiam
Copy link
Contributor Author

The "Escape path strings in surfaces.json" patch was also needed and worked, though.

lucianoiam added a commit to lucianoiam/ardour that referenced this pull request Apr 24, 2020
Avoid 404s when following surface links while the issue in Ardour#491 is better investigated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants