Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-18-2010, 12:41 PM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Tools that can be used with rtmpsuck on windows?


I have been searching a tool that can let you redirect the traffic from rtmp server to rtmpsuck or rtmpsrv,so you can dump the stream much easier with both tools
Since windows host file cannot map ip address and another,it's needed to find another tool that can do the job
And I have found some tcp/udp redirection tools,but they simply do not work or maybe I just don't know what I should do to make them working

Fpipe - source port forwarder/redirector
Winrelay - TCP/UDP forwarder/redirector
Windows version of ipfw,which s supposed to work with rtmpsuck on Mac OS,but the windows version does not work


Can they be used with rtmpsuck/rtmpsrv?
Reply With Quote
  #2  
Old 03-18-2010, 12:59 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: Tools that can be used with rtmpsuck on windows?


According to their documentation, the wipfw code currently does not support port forwarding / redirection.

fpipe - nope, doesn't do what's needed.

winrelay - nope.
Reply With Quote
  #3  
Old 03-18-2010, 01:36 PM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: Tools that can be used with rtmpsuck on windows?


Thanks for the reply
I read on somewhere that you mentioned you have made a tool that can work on XP,but not on vista and 7
What is that tool?
I am currently using Windows XP,so it might be useful for the XP users
Reply With Quote
  #4  
Old 04-05-2010, 01:11 PM
Stavr0 Stavr0 is offline
Junior Member
 
Join Date: Mar 2010
Posts: 9
Stavr0 is on a distinguished road
Lightbulb

Re: Tools that can be used with rtmpsuck on windows?


Quote:
Originally Posted by noob2001204 View Post
I have been searching a tool that can let you redirect the traffic from rtmp server to rtmpsuck or rtmpsrv,so you can dump the stream much easier with both tools
Since windows host file cannot map ip address and another,it's needed to find another tool that can do the job
And I have found some tcp/udp redirection tools,but they simply do not work or maybe I just don't know what I should do to make them working.
I've found a way to intercept rtmp traffic under Windows. You need:
  • Virtualizing software (VMware, Virtualbox or QEmu)
  • A working guest OS running inside the VM
  • the latest RTMPSUCK (rtmpdump 2.2b)

This requires you know what the rtmp URL is being called. Use something like TamperData extension to monitor URLs as they go by

In the VM's guest OS, make sure you can connect to the stream with the browser, ie have Flash installed etc..

Once you can SEE the stream, open the guest's VM HOSTS file (system32\drivers\etc\hosts) and create an IP address for the RTMP hostname, this must be the local IP address of your HOST OS (not VM)
Code:
IPCONFIG
Windows IP Configuration
Ethernet adapter virtualnet:
        Connection-specific DNS Suffix  . : local
        IP Address. . . . . . . . . . . . : 192.168.1.200
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1

NOTEPAD C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS

  hostpc 192.168.1.100 # this is my host pc
  guestvm 192.168.1.200 # this is my VM guest
  rtmpsrv.example.com  192.168.1.100 # rtmp://rtmpsrv.example.com/foo/bar/myfavoriteshow/?etc=&blahblah
On the HOST os, run
Code:
IPCONFIG
Windows IP Configuration
Ethernet adapter Ethernet:
        Connection-specific DNS Suffix  . : local
        IP Address. . . . . . . . . . . . : 192.168.1.100
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
RTMPSUCK -z   2> suck.log
this will create a huge file (several MBs)

back on the guest VM OS, restart the stream.

once you see the first seconds of video, kill everything, including rtmpsuck.

you should now have everyting you're looking for in SUCK.LOG.
Reply With Quote
  #5  
Old 04-05-2010, 02:19 PM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: Tools that can be used with rtmpsuck on windows?


Quote:
Originally Posted by Stavr0 View Post
I've found a way to intercept rtmp traffic under Windows. You need:
Sure,it works for mapping hostname to ip
But the problem is that you can't do it if the hostname is a ip address because hosts file cannot handle mapping ip to ip
eg: rtmpe://76.76.24.57/canaldosconcursos/_definst_/doConnect=conexaoremota/doPlay=fastplay
Reply With Quote
  #6  
Old 04-05-2010, 06:52 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: Tools that can be used with rtmpsuck on windows?


I think, if you're going to go to the trouble of setting up a VM, you can configure it with NAT'd networking, so all of its traffic goes through the host. Then you can configure the host to intercept with rtmpsuck... (Haven't tried it. Don't know what other configuration would be needed.)
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:58 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons