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
  #351  
Old 04-11-2015, 12:55 PM
inet4porn inet4porn is offline
Junior Member
 
Join Date: Apr 2015
Posts: 3
inet4porn is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Many thanks KSV, Xeebo and other for further development of this tool.

Unfortunately i have random rtmpsuck crashes too.
I use: rtmpdumphelper_v1.21 + rtmpdump-2.4 (KSV Update 2015-02-09)

what can i say:
1. it crashes to 99% on chaturbate, if performer change the session from free to private mode.

2. in other cases: ( looks like something missing in the exceptions treatment)
it crashes in the evening,
if my internet service provider is overloaded
and bandwidth is unstable/significantly reduced.
(possibly packet losses/drops , incomplete or not arrived Requests)
i see many messages like this:
Code:
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
ERROR: WriteN, RTMP send error 10038 (30 bytes)
ERROR: WriteN, RTMP send error 10038 (18 bytes)
ERROR: WriteN, RTMP send error 10038 (11 bytes)
ERROR: WriteN, RTMP send error 10038 (11 bytes)
ERROR: WriteN, RTMP send error 10038 (11 bytes)
ERROR: WriteN, RTMP send error 10038 (26 bytes)
ERROR: WriteN, RTMP send error 10038 (11 bytes)
-----------------------------------------------------

I have 2 little requests(if it possible):

1. Could you add support for AMF parameter: NZ: in rtmpdump ?

-C NZ:livefeedtype:
-C NZ:gravityCookieId:

it work in rtmpdumphelper + rtmpsuck , but if i try to use rtmpdump with commandline recorded in command.txt
then i see that:

Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: Invalid AMF parameter: NZ:livefeedtype:
2. is it possible to eliminate creation of 0-Byte Files ?
i mean , create file only if connection was successful AND THE TRANSFER BEGINS.
Reply With Quote
  #352  
Old 04-18-2015, 11:01 AM
adb1212 adb1212 is offline
Junior Member
 
Join Date: Apr 2015
Posts: 4
adb1212 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


KSV's rtmpdump can not download stream more than 4GB file.
When progress reaches limit,it just stop and fails to continue.
Reply With Quote
  #353  
Old 04-18-2015, 12:38 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by adb1212 View Post
KSV's rtmpdump can not download stream more than 4GB file.
When progress reaches limit,it just stop and fails to continue.
hi if your drive is format in fat32 4GB it's the max size limit for one file
so i don't think it's a rtmpdump's problem
Reply With Quote
  #354  
Old 04-19-2015, 12:24 AM
adb1212 adb1212 is offline
Junior Member
 
Join Date: Apr 2015
Posts: 4
adb1212 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by biezom View Post
hi if your drive is format in fat32 4GB it's the max size limit for one file
so i don't think it's a rtmpdump's problem
i'm using NTFS win7 x64
it's a rtmpdump known problem,hope KSV can fix it.

i don't know how to code,but this may help
http://sourceforge.net/u/dinkypumpki...2efefcd13d403/
Reply With Quote
  #355  
Old 04-19-2015, 12:30 AM
Jinjoni Jinjoni is offline
Senior Member
 
Join Date: Apr 2015
Posts: 121
Jinjoni is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by adb1212 View Post
i'm using NTFS win7 x64
it's a rtmpdump known problem,hope KSV can fix it.

i don't know how to code,but this may help
http://sourceforge.net/u/dinkypumpki...2efefcd13d403/
That's strange. A couple days ago I downloaded a 5.6 GB file with rtmpdump.
Reply With Quote
  #356  
Old 04-19-2015, 04:23 AM
adb1212 adb1212 is offline
Junior Member
 
Join Date: Apr 2015
Posts: 4
adb1212 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by Jinjoni View Post
That's strange. A couple days ago I downloaded a 5.6 GB file with rtmpdump.
Are you using rtmpdump helper with rtmpsuck?
Reply With Quote
  #357  
Old 04-19-2015, 04:27 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by adb1212 View Post
i'm using NTFS win7 x64
it's a rtmpdump known problem,hope KSV can fix it.

i don't know how to code,but this may help
http://sourceforge.net/u/dinkypumpki...2efefcd13d403/
did you use this version?


Code:
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
Reply With Quote
  #358  
Old 04-19-2015, 04:48 AM
adb1212 adb1212 is offline
Junior Member
 
Join Date: Apr 2015
Posts: 4
adb1212 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by biezom View Post
did you use this version?


Code:
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
yes
the latest version
Reply With Quote
  #359  
Old 04-19-2015, 12:48 PM
Jinjoni Jinjoni is offline
Senior Member
 
Join Date: Apr 2015
Posts: 121
Jinjoni is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by adb1212 View Post
Are you using rtmpdump helper with rtmpsuck?
I used rtmpdump helper with rtmpserv.
Reply With Quote
  #360  
Old 04-20-2015, 09:24 AM
drivetheory drivetheory is offline
Junior Member
 
Join Date: Mar 2015
Posts: 5
drivetheory is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by KSV View Post
for the rtmpsuck issue can you test the latest official builds of rtmpdump without any patches. issue could be due to upstream changes in rtmpdump itself rather than my patches.
after a bit of testing with and without any patches it turned out to be a (failing?) cable modem of all things... replaced the modem and haven't had a problem since.

Last edited by drivetheory : 04-20-2015 at 09:24 AM. Reason: typos
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 05:48 PM.


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