View Single Post
  #1  
Old 04-05-2010, 12:35 PM
Stavr0 Stavr0 is offline
Junior Member
 
Join Date: Mar 2010
Posts: 9
Stavr0 is on a distinguished road
Question

rtmpsuck feature request


would it be possible to add a forward-ip parameter, this way we could use a simple HOSTS entry to redirect to 127.0.0.1 and have rtmpsuck connect to the real rtmp server's IP
Code:
 > ping rtmpsrv.example.com
Reply from 128.121.122.50: bytes=32 time=26ms TTL=54

hosts:
127.0.0.1   rtmpsrv.example.com

 > rtmpsuck --fwdip 128.121.122.50
Reply With Quote