Where to find ffmpegsumo libraries for nw.js 0.12.0? (Play audio files in Nodewebkit)

牧云@^-^@ 提交于 2019-12-01 06:28:26

问题


Hello I am working in an application using NW.js 0.12.0 (nodewebkit) and I need to find the ffmpegsumo.dll file of Google Chrome 41.0.2272.76 in order to be able to play audio files. See: NW.js Docs About it

Also I found this Answer and the 32 bit works, but the 64 does not work for me.

Where can I find?

  • ffmpegsumo.dll (Win 32 bits) FOUND HERE!
  • ffmpegsumo.dll (Win 64)
  • ffmpegsumo.so (Mac OX)
  • ffmpegsumo.so (Linux)

I know that someone else will need this as well so I will update this and add links as soon I find the files!


回答1:


Found a working ffmpegsumo.dll for the Win 64 v0.12.1 of Node Webkit. This dll is from chrome version 42.0.2311.135.




回答2:


You can find it in the soundnode app project (Soundcloud desktop app, unofficial), available on Github here

Just navigate to assets/codecs-libs/ and there are the 64bit/32bit up-to-date libraries for Linux/Mac at least.

The win32 dll, as well as all the libs, by platform, can be found in cache/ folder.

While the MacOS 64 .so library is part of the nwjs distribution.




回答3:


Get ffmpegsumo.so (Linux) from Chromium 41.0.2272.118 (tried, works)




回答4:


Every ffmpeg library could support different video formats depending on compilation options, I think your best option could be "popcorn time" or compile it yourself, popcorn time build using node webkit just download the official app for the OS you need and you can go to the installation directory and you will find the library there, in OSX case you can find it inside the app of course.

github project: https://github.com/popcorn-official/popcorn-desktop

application page: https://popcorntime.sh/




回答5:


0.12.3 32bit OSX here, for some reason the only that worked was the one posted at the end of this thread: https://github.com/nwjs/nw.js/issues/2256 it's a link to google drive: https://drive.google.com/open?id=0B-W5PD832un2ZGJLc3R6SFZwc1k&authuser=0



来源:https://stackoverflow.com/questions/29590898/where-to-find-ffmpegsumo-libraries-for-nw-js-0-12-0-play-audio-files-in-nodewe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!