Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphelp wanted: playing a file into main thread in electron #959
Comments
This comment has been minimized.
This comment has been minimized.
|
Creating a readStream and sending via ipc any new data looks goog option but see https://github.com/feross/webtorrent/issues/971 |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working with webtorrent on electron, after read the docs of how works electron I discovered that the play of file should works in main thread, beacuse if it runs in a html it will be asiciated with a renderer activity, and in change of renderer the play will be interrupted, but in API I can't find a way of do this. So my question is what method I should use to play a file in main thread?
Thanks for any response.
@feross