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 11-05-2012, 04:18 AM
athos athos is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
athos is on a distinguished road
Default

Small changes to rtmpdump/rtmpsrv


Hello,

I need a few changes to rtmpsrv app from the rtmpdump package.
I am using this app on Windows.
I will pay for this changes.
Also you can bid on elance: https://www.elance.com/j/small-chang...psrv/34805406/

Here is what I need:
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.
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.

Thanks!
Reply With Quote
  #2  
Old 11-05-2012, 09: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
  #3  
Old 11-05-2012, 09:20 AM
athos athos is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
athos is on a distinguished road
Default

Re: Small changes to rtmpdump/rtmpsrv


Quote:
Originally Posted by svnpenn View Post
This is not possible, by design. You would have to use RtmpSuck instead.

This is possible, but why would RtmpDump need the PID of the browser?
Hi,

Thanks for your answer.
I need the PID of the browser because I am running multiple browsers in the same time and I need to know which browser made the correct request.

I need it to continue playing the stream in the browser because of the ads that are playing at the beggining of the movie. I know rtmpsuck is working this way, but I don't want to keep the player running all this time, I just needed the rtmpdump params.

Tell me how much it will cost?

Thanks!
Reply With Quote
  #4  
Old 11-05-2012, 09:51 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
I need the PID of the browser because I am running multiple browsers in the same time and I need to know which browser made the correct request.
If you are using Windows the program RtmpDumpHelper will give you the PID of the browser.
Reply With Quote
  #5  
Old 11-05-2012, 10:14 AM
athos athos is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
athos is on a distinguished road
Default

Re: Small changes to rtmpdump/rtmpsrv


Quote:
Originally Posted by svnpenn View Post
If you are using Windows the program RtmpDumpHelper will give you the PID of the browser.
I developed my own application, I am not using rtmpdumphelper or rtmpexplorer.
I changed a bit rtmpsrv, so is not launching rtmpdump when intercepts a stream, is running a custom app that needs the PID of the browser.

Can you help me with this?
Reply With Quote
  #6  
Old 11-05-2012, 10:42 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
I developed my own application, I am not using rtmpdumphelper or rtmpexplorer.
I changed a bit rtmpsrv, so is not launching rtmpdump when intercepts a stream, is running a custom app that needs the PID of the browser.
If you are not running RtmpDumpHelper or RtmpExplorer on Windows, then you are either using the "hosts" trick or you have made your own program to redirect RTMP traffic.

If that is the case I will need to see the source code, or we are done here.
Reply With Quote
  #7  
Old 11-05-2012, 11:06 AM
athos athos is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
athos is on a distinguished road
Default

Re: Small changes to rtmpdump/rtmpsrv


Quote:
Originally Posted by svnpenn View Post
If you are not running RtmpDumpHelper or RtmpExplorer on Windows, then you are either using the "hosts" trick or you have made your own program to redirect RTMP traffic.

If that is the case I will need to see the source code, or we are done here.
Yes, I have my own program that redirects the RTMP traffic from only one application to rtmpsrv.exe.
But I don't have the source code... :|

So is not possible just changing the rtmpsrv source code to identify the PID of the browser?
Reply With Quote
  #8  
Old 11-05-2012, 11:28 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
Yes, I have my own program that redirects the RTMP traffic from only one application to rtmpsrv.exe.
But I don't have the source code... :|
So is not possible just changing the rtmpsrv source code to identify the PID of the browser?
Yes it is possible, but I am refusing to do so unless you can get the source code to that program.
Reply With Quote
  #9  
Old 11-05-2012, 11:38 AM
athos athos is offline
Junior Member
 
Join Date: Jun 2012
Posts: 5
athos is on a distinguished road
Default

Re: Small changes to rtmpdump/rtmpsrv


Quote:
Originally Posted by svnpenn View Post
Yes it is possible, but I am refusing to do so unless you can get the source code to that program.
I will try to get the source, but it will cost me something...
All I can say about it is that is using some .dll and is registered at the start of the program using RegisterLSP.exe, a program from Microsoft.

I will be back with an answer or with the source code.

Thanks for your time!
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 11:19 AM.


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