3

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!

Community
  • 1
  • 1

5 Answers5

2

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.

brspnnng
  • 41
  • 1
  • 4
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.

loretoparisi
  • 12,864
  • 9
  • 78
  • 108
0

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

br.
  • 1,099
  • 1
  • 11
  • 18
0

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/

Fareed Alnamrouti
  • 26,439
  • 4
  • 77
  • 71
0

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

kroe
  • 1,056
  • 2
  • 10
  • 22