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
  #71  
Old 06-09-2015, 09:31 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 lto View Post
k-s-v, firefox, last rtmpdumphelper

rtmpsuck crashes when camera switches to private mode, workaround is used to close recording without crash, everything else works by default
Can you tell me how you fix the crash? This crash also seem to occur @ Naked and F4F. I think I pmed you about a year ago but never got a response.
Reply With Quote
  #72  
Old 06-10-2015, 05:14 AM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by Luminal View Post
Can you tell me how you fix the crash? This crash also seem to occur @ Naked and F4F. I think I pmed you about a year ago but never got a response.
not sure what specific "workaround" lto is referring to, but if you simply refresh/reload the page when a broadcaster switches broadcasting mode (to or from private, group, or whatever), the chances of rtmpdumphelper/rtmpsuck crashing or stalling are greatly reduced. if your javascript skills are up to it, it might be an idea to automate the page refresh action by creating a targeted browser add-on/extension.

Last edited by minipc : 06-10-2015 at 05:15 AM. Reason: spelling
Reply With Quote
  #73  
Old 06-10-2015, 11:12 AM
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 minipc View Post
not sure what specific "workaround" lto is referring to, but if you simply refresh/reload the page when a broadcaster switches broadcasting mode (to or from private, group, or whatever), the chances of rtmpdumphelper/rtmpsuck crashing or stalling are greatly reduced. if your javascript skills are up to it, it might be an idea to automate the page refresh action by creating a targeted browser add-on/extension.
If I remembered correctly, he added a line of code and recompiled it but I tried it and I still get crashes.
http://stream-recorder.com/forum/sho...&postcount=203

As for the js note, how would you determine when the broadcaster goes private/log off?

I've known about the refreshing page (I actually just close the window) but it is kind of an issue when using it on multiple streams. There's like 5-7 second window between the stream closing and rtmp crashing so it a bit hard when multitasking and not actually watching the stream

Last edited by Luminal : 06-10-2015 at 11:22 AM. Reason: Added link to previous post
Reply With Quote
  #74  
Old 06-10-2015, 04:47 PM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Default

Re: RTMPDumpHelper


Quote:
Originally Posted by Luminal View Post
...

As for the js note, how would you determine when the broadcaster goes private/log off?

I've known about the refreshing page (I actually just close the window) but it is kind of an issue when using it on multiple streams. There's like 5-7 second window between the stream closing and rtmp crashing so it a bit hard when multitasking and not actually watching the stream
certainly, manually monitoring a broadcast for state changes is impractical. that's why it's better to automate the process.

unfortunately, there is no universal solution. each site has a different way of flagging state changes. sometimes there will be a function that gets called to update a page with state changes, that can be subclassed in order to effect a reload. other times state changes are signalled through a messaging system that can be monitored. it just depends on the site.

i realize that such generalizations are not very helpful. but if i get too specific, potential targets will know how to frustrate the efforts of private add-on writers.
Reply With Quote
  #75  
Old 06-10-2015, 07:52 PM
HeatherLee HeatherLee is offline
Junior Member
 
Join Date: Jun 2015
Posts: 1
HeatherLee is on a distinguished road
Default

Re: RTMPDumpHelper


Ok I need help.

I have my own stream and I want to get rid of the embed code that sawlive.tv provides (I hate it and want the direct link). I've used the RTMPdump helper and this is my output

Code:
rtmpdump -r "rtmp://204.45.157.98/flash" -a "flash" -f "WIN 17,0,0,134" -W "http://static2.sawlive.tv/player.swf" -p "http://sawlive.tv/v/bigbrothercanada" -y "18672?MTQzNDAxMjE5Nzs5ZmVmMmQ5ZDUyMTk2YWYzMTg4OTdmM2Q0MzU2ZDIyYw==" -o "18672.flv"
As you can see there is no longer the code that looks like:

http://sawlive.tv/embed/watch/...

Just to clarify, I want to be able to find it myself instead of have someone find it for me. I would like to learn.

Anyone know how I can find it?
Reply With Quote
  #76  
Old 06-12-2015, 07:38 PM
Luminal Luminal is offline
Junior Member
 
Join Date: Dec 2012
Posts: 16
Luminal is on a distinguished road
Default

Re: RTMPDumpHelper


Can anyone offer any hints on trying to debug/run rtmpsuck on visual studios? Or if you use other IDEs
Reply With Quote
  #77  
Old 07-28-2015, 04:27 AM
a_salty_dogg a_salty_dogg is offline
Junior Member
 
Join Date: Jul 2015
Posts: 2
a_salty_dogg is on a distinguished road
Default

Re: RTMPDumpHelper


This program seemed like a godsend but I'm being driven crazy by constant "rtmpsuck.exe has encountered a problem and needs to close." crashes. They may occur within 2 minutes or 2 hours, seemingly totally randomly.
Can someone PLEASE guide me to a fix?
Running on XP, tried using it with Firefox, Opera (Classic), Opera Portable (new Opera) Chromium Portable, Midori; same result with all browsers, though Chromium and Opera crashes MAY be less frequent.
Please ask if you need more information or for me to enclose one of the crash logs.
(Afraid rtmpsrv is not a useable option as it doesn't record streams in steady time.)
Many thanks in advance.
Reply With Quote
  #78  
Old 08-15-2015, 12:53 AM
a_salty_dogg a_salty_dogg is offline
Junior Member
 
Join Date: Jul 2015
Posts: 2
a_salty_dogg is on a distinguished road
Default

Re: RTMPDumpHelper


Two weeks and not one single reply!

I must assume this board is no longer active?
Reply With Quote
  #79  
Old 09-26-2015, 06:35 AM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Default

Re: RTMPDumpHelper


what makes you think rtmpsuck crashing has anything to to with rtmpdumphelper ?
Reply With Quote
  #80  
Old 10-04-2015, 01:17 PM
joonardo joonardo is offline
Junior Member
 
Join Date: Oct 2015
Posts: 3
joonardo is on a distinguished road
Default

Re: RTMPDumpHelper




Any help?
I'm using firefox and win7.
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 04:28 AM.


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