Thread: rtmpgw
View Single Post
  #2  
Old 03-16-2015, 06:25 PM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: rtmpgw


Quote:
Originally Posted by ironsheik View Post
can someone tell me how to give rtmpgw commands with example?
what is the difference between rtmpdump and rtmpgw commands? thx
rtmpdump:

Code:
"rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN%2017,0,0,135" -W "http://mybeststream.xyz/Yjc3Y2Y5YTljNGYyMWVkYmFmZDBmNDM2/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28494" -y "itv1826"
rtmpgw (You can't have empty space, if you have, use hex for space: %20):

Code:
http://localhost/?r=rtmpe://l.xuscacamusca.se/r/&a=r/&f=WIN%2017,0,0,135&W=http://mybeststream.xyz/Yjc3Y2Y5YTljNGYyMWVkYmFmZDBmNDM2/jwplayer.flash.swf&p=http://mybeststream.xyz/?id=28494&y=itv1826
simpletv:

Code:
rtmp://$OPT:rtmp-raw=rtmpe://l.xuscacamusca.se/r/ app=r/ flashVer=WIN%2017,0,0,135 swfUrl=http://mybeststream.xyz/Yjc3Y2Y5YTljNGYyMWVkYmFmZDBmNDM2/jwplayer.flash.swf pageUrl=http://mybeststream.xyz/?id=28494 playpath=itv1826
Reply With Quote