View Single Post
  #1101  
Old 07-16-2017, 01:20 AM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by wankxxx View Post
OK I think i figured out part of the problem. I use another USER account on my mac for all my porn-y stuff. When I try to run anything in terminal from that account, nothing works. I followed the instructions perfectly.

Soooo, I logged into my main account and tried to install everything there and it seemed to work. Well kinda It installs everything per the instructions and when I go to http://localhost:9080 I see the models. but when I try to include one i get an ffmpeg error after it refreshes & it crashes

events.js:160
throw er; // Unhandled 'error' event
^

Error: spawn ffmpeg ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
the script cannot find ffmpeg file

The easiest way to fix it will be to copy ffmpeg in /usr/local/bin. If you downloaded you ffmpeg into Downloads directory, then the command will look like this
Code:
sudo cp ~/Downloads/ffmpeg /usr/local/bin
Reply With Quote