View Single Post
  #4  
Old 09-08-2010, 03:13 AM
Stream Recorder
 
Posts: n/a
Default

Re: is there any possibility for converting rtmp url in http url


rtmpgw is a server for streaming media content from RTMP out to HTTP.

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.


You can also try to re-broadcast RTMP streams using freeware VLC player.
Reply With Quote