FFMpeg Executable

Recommend this page to a friend!

      Expert JS Camera Capture  >  All threads  >  FFMpeg Executable  >  (Un) Subscribe thread alerts  
Subject:FFMpeg Executable
Summary:Using FFMpeg
Messages:7
Author:Terry Woody
Date:2015-12-13 15:10:57
 

  1. FFMpeg Executable   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2015-12-13 15:10:57
Just downloaded latest version and must say, great job Andras!

Little confused about the ffmpeg.txt file:

Copy ffmpeg executable to this folder.
ffmpeg.org/

I assume to download 32/64bit for platform (windows in my case) at:

ffmpeg.zeranoe.com/builds/

Then place the ffmpeg.exe from "bin" folder?

Having issues using video and wanted to make sure understand FFMpeg steps.

Thanks for your time and sharing your work.

  2. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2015-12-15 02:02:41 - In reply to message 1 from Terry Woody
My issue has noting to do with FFMpeg.

sites.google.com/a/chromium.org/dev ...

Cannot get to work in Chrome of Win 10 Edge due to getUserMedia().

Sorry to bother with FFMpeg issue (even thought still not clear on).

Cheers

  3. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2015-12-15 02:04:27 - In reply to message 2 from Terry Woody
Sorry, should have said:

Chrome OR Win 10 Edge

  4. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Andras Toth Andras Toth - 2015-12-15 11:52:50 - In reply to message 3 from Terry Woody
Hi,

It is true...

Using Chrome: requires ffmpeg for mixing streams or must save both of audio and video streams.
Using Firefox: not requires ffmpeg.
Using IE edge: recording is not works because edge not supported webm.

Regards


  5. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2015-12-15 12:18:30 - In reply to message 4 from Andras Toth
Unfortunately cannot get the latest version to work using Chrome.

s27.postimg.org/cyaa4bbdf/Chrome_Er ...

Does not matter if I place it on https or not, simply does not work.

  6. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Andras Toth Andras Toth - 2015-12-15 20:39:03 - In reply to message 5 from Terry Woody
Hello,

For testing WebRTC / getUserMedia applications with Chrome without ssl one can load the WebRTC application from:

a local file.

a local Web server with http://localhost/... or http://127.0.0.1/...

OR

Configure your server ssl and https...


Actually, Firefox continues to support getUserMedia over http://

  7. Re: FFMpeg Executable   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2015-12-15 21:37:21 - In reply to message 6 from Andras Toth
Ok. I give up:)

I did try it on live server using SSL and same issue. Did that before trying on local server.

No big deal, will continue using the older version.

Cheers!