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

[bug] streaming example doesn’t work on windows on dev branch #7842

Closed
Zercerium opened this issue Sep 16, 2023 · 0 comments
Closed

[bug] streaming example doesn’t work on windows on dev branch #7842

Zercerium opened this issue Sep 16, 2023 · 0 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@Zercerium
Copy link

Describe the bug

Streaming example doesn’t work on windows and shows the following errors on web devtools

Refused to connect to 'http://ipc.localhost/__initialized' because it violates the following Content Security Policy directive: "default-src 'self' ipc:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
Refused to connect to 'http://ipc.localhost/__initialized' because it violates the document's Content Security Policy.
value
Refused to connect to 'http://ipc.localhost/video_uri' because it violates the following Content Security Policy directive: "default-src 'self' ipc:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
Refused to connect to 'http://ipc.localhost/video_uri' because it violates the document's Content Security Policy.

Reproduction

cargo run --example streaming

Expected behavior

Should play the video

Platform and versions

Windows
dev branch

Stack trace

No response

Additional context

Ob Mac it just works fine

@Zercerium Zercerium added status: needs triage This issue needs to triage, applied to new issues type: bug labels Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

1 participant