Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpgw

(http://stream-recorder.com/forum/showthread.php?t=19494)

ironsheik 03-16-2015 04:57 AM

rtmpgw


 
can someone tell me how to give rtmpgw commands with example?
what is the difference between rtmpdump and rtmpgw commands? thx

-D3n1s- 03-16-2015 06:25 PM

Re: rtmpgw


 
Quote:

Originally Posted by ironsheik (Post 74914)
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

ironsheik 03-17-2015 12:15 AM

Re: rtmpgw


 
thx for reply.
so after giving that rtmpgw command does that make the rtmp stream "rtmpe://l.xuscacamusca.se/r/" into http stream? what is the http address of the new stream? is it same like "http://l.xuscacamusca.se/r/"?
it seems after giving rtmpgw command, it says something like now streaming at http://0.0.0.0:80 or something like that. what does that mean?

snuky 03-17-2015 08:08 AM

Re: rtmpgw


 
Quote:

Originally Posted by ironsheik (Post 74936)
thx for reply.
so after giving that rtmpgw command does that make the rtmp stream "rtmpe://l.xuscacamusca.se/r/" into http stream? what is the http address of the new stream? is it same like "http://l.xuscacamusca.se/r/"?
it seems after giving rtmpgw command, it says something like now streaming at http://0.0.0.0:80 or something like that. what does that mean?

Because another process is using 80 port. Change it to rtmpgw -g 8080 Port 8080

passa1 03-17-2015 11:50 AM

Re: rtmpgw


 
this above is not working.Can you please check again playpath =itv1826?

Can you get playpath of HBO on the same site: http://usachannels.tv/hbo.php

-D3n1s- 03-17-2015 03:03 PM

Re: rtmpgw


 
Quote:

Originally Posted by passa1 (Post 74954)
this above is not working.Can you please check again playpath =itv1826?

Can you get playpath of HBO on the same site: http://usachannels.tv/hbo.php

Code:

itv1521
Code:

hbo889

passa1 03-17-2015 10:43 PM

Re: rtmpgw


 
what method did u use?
I have tried rtmpdump helper I got none.

troller12 03-18-2015 02:15 PM

Re: rtmpgw


 
Hi,

RDH works if you use (add) port 443.If you wanna use rtmpgw with your player (VLC) then enter this data into URL input..
Code:

http://localhost/?r=rtmpe://5.153.233.106:443/c0be82e1442e7169a9a358db47fcafcb/hbo889&p=http://mybeststream.xyz
PS: Don't forget to keep running your rtmpgw before you enter URL in player.

greetz

iamsumit 12-17-2015 11:13 PM

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?


All times are GMT -6. The time now is 08:27 PM.