nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.31k stars 3.88k forks source link

Working ffmpegsumo.dll for Chromium 38.0.2125.104 / Node-Webkit 0.11.5? #2898

Closed ghost closed 6 years ago

ghost commented 9 years ago

Does anyone have a working ffmpegsumo.dll for Chromium 38.0.2125.104

I can't find one anywhere. The one in Chromium 39.0.2171.95 crashes node webkit

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

SwissEngine commented 9 years ago

https://github.com/Soundnode/soundnode-app/blob/master/assets/codecs-libs/ffmpegsumo.dll seems to be working for me

laraduarte commented 9 years ago

Hi, i need the dll for the version 0.11.5 - Chromium 38.0.2125.104. anyone? Thanks

jakemmarsh commented 9 years ago

I get Uncaught ReferenceError: Audio is not defined when using the codecs linked by @SwissEngine above. Does anyone have working codecs or a solution for this problem?

doanamo commented 9 years ago

Here is the DLL from 64bit version of Chrome 38.0.2125.122 - http://s000.tinyupload.com/?file_id=98439818087699648975. Slightly newer than the one 0.11.5 uses but seems to be working perfectly. Source: http://nomanatif.blogspot.com/2014/11/download-google-chrome-v380-2125122.html

Edit: 32 bit version - http://s000.tinyupload.com/index.php?file_id=80546501735641471695

jakemmarsh commented 9 years ago

@gunstarpl what about for OSX? That's what I'm developing on, so can't test with that dll!

doanamo commented 9 years ago

@jakemmarsh: You have to find an offline installer for an older Chrome version (38.0.2125.xxx). Few MB download is online, 35MB+ is offline. I recommend uninstalling Chrome first and then installing the older one with your internet connection disabled, so it doesn't automatically update. Then look for OSX equelevant of the DLL file in Chrome directory. Just remember Chromium != Chrome, the former has needed codecs disabled. Also, don't mix 64bit and 32bit binaries.

Here's the first result from Google: http://filehippo.com/mac/download_google_chrome_for_mac/59266/

jakemmarsh commented 9 years ago

@gunstarpl I tried using the ffmpegsumo.so from multiple versions of Chrome downloaded from here. Unfortunately, if I go any older than the current version (39.0.2171.xx) with NW 0.11.5, I get the Audio is not defined error. If I use the current version, Audio is defined but crashes when playing due to missing its play() method.

doanamo commented 9 years ago

@jakemmarsh: I am on Windows myself, so I have no idea why it won't work on OSX. Sorry.

fcore117 commented 9 years ago

where to get dll for my 42.0.2273.0 that plays h264, 64bit

deanshub commented 9 years ago

for the latest nw i used the ffmpegsumo.dll within the last 41 version in this site

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.