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
For the long term I think I will put up a warning to this effect if RtmpSrv is not on the PATH.