NW.exe (windows) and NWJS.app (Mac) - Forum

Forum Navigation
You need to log in to create posts and topics.

NW.exe (windows) and NWJS.app (Mac)

Hi everyone!

Since the last version of VisualNeo Web, I work to compile my application with NW and also with PWA.

My topic today is about a problem I encountered when I checked my application with NW.

My video application worked fine except that there was no sound.

Support for VisualNeo Web transfer me to a track (website).

After doing research, I discovered that I was not the only one to have had this sound problem.

The source responsible for the problem was the ffmpeg.dll file (windows) and the libffmpeg.dylib file (Mac).

The following site has a new version that you can download. Once downloaded, simply replace the old file with the new one.

The old file dates from December and the new date from February.

https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

For windows, you just have to put the file in the nwjs folder that you downloaded before.

For the Mac, you must open the nwjs file and follow the path that I indicated on the image included in the message.

So I highly recommend changing this file to the new version. That's what I did and the sound of my videos works fine now.

I hope you find this information useful.

If you have any questions about this, you can send me a message.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 2 other users have reacted to this post.
luishpVadimpaeonDarbdenral

@rocote

Many thanks!!

Thank you Rocote !

Very good to know, thanks!