You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Streaming example doesn’t work on windows and shows the following errors on web devtools
Reproduction
cargo run --example streaming
Expected behavior
Should play the video
Platform and versions
Stack trace
No response
Additional context
Ob Mac it just works fine
The text was updated successfully, but these errors were encountered: