I have an electron/ember app that allows users to store a video offline and play it later. The ember app uses a video
tag with a computed property to swap out the video src from the server with the offline link. I am storing it using electron.getPath("userData")
so for macOS it's in ~/Library/Application Support/<appname>
. The problem comes when I create the signed distributable. The offline support works just fine when running with ember electron
but as soon as a I sign and package it for release it no longer works. The video player itself loads but is just blank. Is there some limitation with using local files in release mode for electron?
samedi 22 avril 2017
Cannot play offline video in production electron app
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire