Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/electron-bug-video-stream-crash

Demonstration of a video-streaming crash error in Electron 1.7.1
https://github.com/pfrazee/electron-bug-video-stream-crash

Last synced: 11 days ago
JSON representation

Demonstration of a video-streaming crash error in Electron 1.7.1

Awesome Lists containing this project

README

        

# video-stream-crash

```
npm install
npm start
```

It should crash immediately.

In `index.html`, you'll see

```html

```

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

```html

```