View Single Post
  #60  
Old 10-15-2012, 06:26 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:
Add some checks for RtmpSrv

Added a warning for proper version of RtmpSrv. Also fix this error

rtmpsrv: command not found

This error occurs because many people put RtmpSrv in the same folder as the
script, which may or may not be on the PATH. RtmpSrv should be kept at

/usr/local/bin

If the script finds RtmpSrv in the same folder, it will move it to the proper
location.
github.com/svnpenn/etc/commit/a769
Reply With Quote