View Single Post
  #53  
Old 10-08-2012, 08:37 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp-host.sh, RtmpExplorer alternative


Quote:
Originally Posted by xrspook
Code:
./rtmp-host.sh: line 44: rtmpsrv: command not found
This is a long standing issue that I never came up with a good solution for. The script is looking for RtmpSrv on the "PATH", not the current directory or even the directory with the script. For now you can fix this by doing one of these

- move RtmpSrv to the PATH, for example C:\cygwin\usr\local\bin\rtmpsrv.exe
- modify the path before running the script
Code:
PATH+=:.
For the long term I think I will put up a warning to this effect if RtmpSrv is not on the PATH.

Last edited by svnpenn : 10-08-2012 at 11:43 AM.
Reply With Quote