View Single Post
  #2  
Old 11-05-2012, 08:15 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Small changes to rtmpdump/rtmpsrv


Quote:
Originally Posted by athos
As you can see, after a rtmp request is captured by rtmpsrv.exe, the stream is no longer playing in the browser. I need it to continue playing because there can be another stream coming up so I need to capture that too.
This is not possible, by design. You would have to use RtmpSuck instead.

Quote:
Originally Posted by athos
Another change is that I need to know the process id (PID) of the browser that is making the request through proxy, so rtmpsrv.exe can run rtmpdump.exe with another parameter that is the PID.
This is possible, but why would RtmpDump need the PID of the browser?
Reply With Quote