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

rtmp-host.sh, RtmpExplorer alternative

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

svnpenn 05-18-2012 10:21 PM

rtmp-host.sh, RtmpExplorer alternative


 
I never really liked RtmpExplorer

- Only works with Internet Explorer
- Closed source (sort of)
- Requires .NET Framework

This is something I came up with. Basically it dumps the memory of Flash Player, which contains all the RTMP parameters. You put in a search string, e.g. "rtmp", and it should find all the RTMP URLs, e.g.

Code:

rtmpte://cp97384.edgefcs.net
Enter the host

Code:

cp97384.edgefcs.net
After that it will automatically edit your hosts file, invoke RtmpSrv, then RtmpDump. I have tested it on Cygwin but it should work on MinGW with a little modification. Requires

- Firefox or Pale Moon
- ProcDump

Any suggestions welcome.

github.com/svnpenn/dotfiles/blob/master/bin/rtmp-host.sh

It's been updated: http://github.com/svnpenn/etc/blob/master/rtmp-host.sh

Josan420 05-19-2012 10:03 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
:confused: can u please give some more instructions for on how to use it with CYGWIN

drbmn 05-19-2012 10:07 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Hi,
can you help me with your script, please?
Everytime when enter the search string, it tells me
-> Line 17: strings: Command not found!
and also the same on -> Line 21: /c/windows/system32/drivers/etc/hosts: No such file or directory.

Thanks

bat999 05-19-2012 02:00 PM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by svnpenn (Post 46353)
Any suggestions welcome.

What about a linux version?
:)

svnpenn 05-19-2012 06:45 PM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by drbmn
Everytime when enter the search string, it tells me
-> Line 17: strings: Command not found!
and also the same on -> Line 21: /c/windows/system32/drivers/etc/hosts: No such file or directory.

Fixed.

Quote:

Originally Posted by bat999
What about a linux version?

Its almost working with linux now I think. We would need to find a linux program that can dump a running process, on Windows its ProcDump.

drbmn 05-20-2012 02:42 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by svnpenn (Post 46394)
Fixed.



Thank you! But only one more mistake is there, it shows me error on Line 26 to start rtmpsrv. And its in the same directory as rtmpsrv and the other files.

evol 05-20-2012 04:54 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Is there no way to make a script for windows without the use of Cygwin or MinGW as there are ports of the commands you use ?

To be honest i would find booting my Puppy Linux CD much easier than doing this and probably quicker too ?

:o

svnpenn 05-20-2012 08:34 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by drbmn (Post 46404)
Thank you! But only one more mistake is there, it shows me error on Line 26 to start rtmpsrv. And its in the same directory as rtmpsrv and the other files.

What is the error?

Quote:

Originally Posted by evol (Post 46408)
Is there no way to make a script for windows without the use of Cygwin or MinGW as there are ports of the commands you use ?

To be honest i would find booting my Puppy Linux CD much easier than doing this and probably quicker too ?

You would be referring to a batch file. Sorry but now that I have used Bash I will never go back.

Edit: Thanks for telling me about Puppy Linux though! I havent used Ubuntu live for a while because so big and slow.

drbmn 05-20-2012 10:03 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by svnpenn (Post 46414)
What is the error?

Press Enter to start RtmpSrv, then restart video
After capture, press "q, enter" to quit
[I pressed enter]
Line 26: rtmpsrv: Command not found!
dos2unix: File capture.sh is being converted to Unix Format ....

Thats the message, but what's capture.sh?

svnpenn 05-20-2012 10:16 AM

Re: rtmp-host.sh, RtmpExplorer alternative


 
Quote:

Originally Posted by drbmn
Press Enter to start RtmpSrv, then restart video
After capture, press "q, enter" to quit
[I pressed enter]
Line 26: rtmpsrv: Command not found!

Fixed.

Quote:

Originally Posted by drbmn
dos2unix: File capture.sh is being converted to Unix Format ....

Thats the message, but what's capture.sh?

capture.sh is just a capture of the RtmpDump command, something like

rtmpdump -r "asdf" -a "asdf" -W "asdf" -y "asdf" -o "asdf"


All times are GMT -6. The time now is 06:18 PM.