 Re: rtmpgw
What is the use of rtmpgw?
As per its definition - rtmpgw listens for HTTP requests that specify RTMP stream parameters and then returns the RTMP data in the HTTP response. The only valid HTTP request is "GET /" but additional options can be provided in URL-encoded fashion. Options specified on the command line will be used as defaults, which can be overridden by options in the HTTP request..
So, is it a rtmpsuck corresponding for http streams (i.e. non-rtmp streams) transmitting over http ports (8080/8081) which has rtmp data embedded inside them?
|