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
  #121  
Old 10-14-2017, 01:44 PM
Luminal Luminal is offline
Junior Member
 
Join Date: Dec 2012
Posts: 16
Luminal is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by Damianonymous View Post
The latest version of rtmpdump is here: https://github.com/K-S-V/Scripts/releases Chrome 44.0.2403.157 is the latest version that supports NPAPI. You need to enable: chrome://flags/#enable-npapi ,install Adobe Flash Player (NPAPI) and run it in: chrome://plugins/ Proposes to use the Portable version, which can be installed next to the current version of Chrome: https://sourceforge.net/projects/por...me%20Portable/ Later, use F8 to add in the application, support new browser.
Can this be done with Firefox too? I did windows update yesterday and firefox updated too and now rtmpdump helper doesnt work with firefox anymore. Everything was normal yesterday before the update.
Reply With Quote
  #122  
Old 10-14-2017, 03:31 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by Luminal View Post
Can this be done with Firefox too?
Latest Firefox version 32 bit that works well with Helper 32 bit is 51.
Reply With Quote
  #123  
Old 10-14-2017, 06:39 PM
Luminal Luminal is offline
Junior Member
 
Join Date: Dec 2012
Posts: 16
Luminal is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by j_cool View Post
Latest Firefox version 32 bit that works well with Helper 32 bit is 51.
I reverted back to Firefox 55 64bit and seems to be working fine now thanks.
Reply With Quote
  #124  
Old 10-15-2017, 04:18 AM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: RTMPDumpHelper


For a moment, NPAPI support should be available in the latest version of Firefox ESR:

https://www.mozilla.org/en-US/firefo...nizations/faq/

You can use the Portable version:

https://portableapps.com/apps/intern...x-portable-esr
Reply With Quote
  #125  
Old 05-10-2018, 07:19 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by j_cool View Post
Here is an easy solution about how to get rtmp parameters in modern days. Works on bunch of other sites.
http://stream-recorder.com/forum/sho...5&postcount=35

http://www.nirsoft.net/utils/rtmp_dump_helper.html

https://addons.mozilla.org/en-US/fir...rc=userprofile
Reply With Quote
  #126  
Old 11-07-2018, 09:22 PM
101001 101001 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 7
101001 is on a distinguished road
Default

Re: RTMPDumpHelper


Sorry to bump an old thread but rtmpdumphelper hasn't worked on Stream Mate in a while and I would like to know if there is a fix for this.
Reply With Quote
  #127  
Old 11-08-2018, 06:43 AM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: RTMPDumpHelper


"Version 1.22:
RTMPDumpHelper now temporary disables the DLL protection mechanism of Firefox in order to load RTMPDumpHelper.dll into Firefox. (Also, be aware that Firefox is now installed as 64-bit Web browser by default, so you have to use the 64-bit version of RTMPDumpHelper if you have 64-bit system.)"

Have you checked Firefox? I looked at Internet Explorer and I think it's okay.

Reply With Quote
  #128  
Old 11-09-2018, 10:00 AM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by Damianonymous View Post
"Version 1.22:
RTMPDumpHelper now temporary disables the DLL protection mechanism of Firefox in order to load RTMPDumpHelper.dll into Firefox. (Also, be aware that Firefox is now installed as 64-bit Web browser by default, so you have to use the 64-bit version of RTMPDumpHelper if you have 64-bit system.)"

Have you checked Firefox? I looked at Internet Explorer and I think it's okay.

is there anything equivalent of RTMPDumpHelper for macOS or even Linux?
Reply With Quote
  #129  
Old 11-10-2018, 02:19 AM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: RTMPDumpHelper


I do not use Linux, I can not answer you.
Reply With Quote
  #130  
Old 11-10-2018, 02:52 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: RTMPDumpHelper


RTMPSRV and RTMPSUCK are for linux, no graphical user interface.

Learning rtmpdump Through Examples ( gone )
http://pclosmag.com/html/issues/201104/page19.html

Run as a root in terminal:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT

Run as a root in terminal:
rtmpsuck

As an ordinary user, open in Firefox this address: http://rt.com/on-air/rt-america-air/
Switch to root's terminal. You should see something like the following:
app: live flashVer: LNX 10,1,82,76
swfUrl: http://rt.com/s/swf/player5.4.viral.swf
tcUrl: rtmp://rt.fms.visionip.tv/live
pageUrl: http://rt.com/on-air/rt-america-air/
Playpath: RT_US_3

Break the command after a while
(Ctrl+C).

Run the command in root terminal:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT

Run the command in terminal as an ordinary user:
rtmpdump -r rtmp://rt.fms.visionip.tv/live \
-a live \
-y RT_US_3 \ -W http://rt.com/s/swf/player5.4.viral.swf \
-p http://rt.com/on-air/rt-america-air/ \
-f "LNX 10,1,82,76" \
-o ~/rt.flv \
-V \
-B 600

After 10 minutes, you will get the video file "rt.flv" in your home directory
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 08:18 AM.


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