View Single Post
  #2  
Old 09-17-2014, 12:41 PM
michaeldjcox michaeldjcox is offline
Junior Member
 
Join Date: Sep 2014
Posts: 2
michaeldjcox is on a distinguished road
Default

Re: rtmpdump fails when run as windows system user


Found the answer.

Rtmpdump needs HOMEDRIVE and HOMEPATH environment variables to be defined.

For normal users they are but for local system user they are not.

I just chose a directory to use set the variables and everything worked.

Michael
Reply With Quote