View Single Post
  #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