Skip to content

pfrazee/electron-bug-video-stream-crash

Repository files navigation

video-stream-crash

npm install
npm start

It should crash immediately.

In index.html, you'll see

<webview src="custom://video"></webview>

The custom protocol re-routes to localhost:8080. If you change it to that http url, the crash goes away:

<webview src="http://localhost:8080"></webview>

About

Demonstration of a video-streaming crash error in Electron 1.7.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published