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

Unofficial RtmpDump binaries

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

svnpenn 01-01-2013 08:57 PM

Unofficial RtmpDump binaries


 
Someone deleted the thread again, by "accident".

svnpenn 01-01-2013 08:58 PM

Re: Unofficial RtmpDump binaries


 
Quote:

Clean up RtmpDump usage page

fix wrapping of long lines
add space before each param
comma instead of pipe character
short form first
capitalized some acronyms
github.com/svnpenn/rtmpdump/commit/8762

reumb 01-02-2013 09:01 AM

Re: Unofficial RtmpDump binaries


 
cheers for updates.

no time for dlls anymore?

svnpenn 01-02-2013 09:25 AM

Re: Unofficial RtmpDump binaries


 
Quote:

Originally Posted by reumb
no time for dlls anymore?

The current builds are pure "static" builds, no dlls, and static exe. If I was to build the dll it would be as a separate, "shared" build. Unless I see some big demand I will not be making shared builds going forward.

svnpenn 01-02-2013 12:27 PM

Re: Unofficial RtmpDump binaries


 
Quote:

SendInvoke

Some servers were stopping after about 500 kB downloaded.

Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: height 480.00
INFO: width 640.00
571.996 kB / 7.12 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
574.196 kB / 7.28 sec
Download complete

Ref
http://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip
Problem server
http://www.cybc.com.cy/index.php/tv?id=90
github.com/svnpenn/rtmpdump/commit/5b6f

svnpenn 01-02-2013 05:11 PM

Re: Unofficial RtmpDump binaries


 
Quote:

verifyClient

Some servers were stopping after about 2 MB downloaded.

Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: width 768.00
INFO: height 572.00
INFO: fps 25.00
1636.427 kB / 7.44 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 7597
1671.344 kB / 7.68 sec
Download complete

Running with debug shows server invoking verifyClient

DEBUG: RTMP_ClientPacket, received: invoke 34 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name., STRING: verifyClient>
DEBUG: Property: <Name: no-name., NUMBER: 120781448.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., NUMBER: 38.54>
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <verifyClient>

Ref
http://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip
Problem server
http://kissfm.ro/kisstv
github.com/svnpenn/rtmpdump/commit/2872

reumb 01-03-2013 10:50 AM

Re: Unofficial RtmpDump binaries


 
a make of latest pu fails.

parseurl.c: In function 'spawn_dumper':
parseurl.c:406:3: warning: implicit declaration of function 'CreateJobObject'
parseurl.c:406:15: warning: initialization makes pointer from integer without a ca
parseurl.c:409:43: error: 'JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE' undeclared (first u
parseurl.c:409:43: note: each undeclared identifier is reported only once for each
parseurl.c:410:3: warning: implicit declaration of function 'SetInformationJobObje
parseurl.c:420:7: warning: implicit declaration of function 'AssignProcessToJobObj
make[1]: *** [parseurl.o] Error 1


-did jump over those RtmpDumpHelper switch patches and a make was success.-

svnpenn 01-03-2013 07:19 PM

Re: Unofficial RtmpDump binaries


 
Quote:

Originally Posted by reumb
a make of latest pu fails.
parseurl.c: In function 'spawn_dumper':
parseurl.c:406:3: warning: implicit declaration of function 'CreateJobObject'
parseurl.c:406:15: warning: initialization makes pointer from integer without a ca
parseurl.c:409:43: error: 'JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE' undeclared (first u
parseurl.c:409:43: note: each undeclared identifier is reported only once for each
parseurl.c:410:3: warning: implicit declaration of function 'SetInformationJobObje
parseurl.c:420:7: warning: implicit declaration of function 'AssignProcessToJobObj
make[1]: *** [parseurl.o] Error 1
-did jump over those RtmpDumpHelper switch patches and a make was success.-

i686-w64-mingw32-gcc -H parseurl.c reveals this

Code:

. rtmp_sys.h
.. /usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h
... /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h
.... /usr/i686-w64-mingw32/sys-root/mingw/include/windef.h
..... /usr/i686-w64-mingw32/sys-root/mingw/include/winnt.h

Before I make any changes I need to see your "make" line.

evol 01-04-2013 05:56 AM

Re: Unofficial RtmpDump binaries


 
When i use your builds with rtmpdumphelper i get no output to the Command.bat but the stream downloads fine any ideas ?

svnpenn 01-04-2013 06:52 AM

Re: Unofficial RtmpDump binaries


 
Quote:

Originally Posted by evol
When i use your builds with rtmpdumphelper i get no output to the Command.bat but the stream downloads fine any ideas ?

I dont use "Command.bat". That is KSV convention.


All times are GMT -6. The time now is 02:19 PM.