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
  #1  
Old 01-01-2013, 09:57 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Unofficial RtmpDump binaries


Someone deleted the thread again, by "accident".
Reply With Quote
  #2  
Old 01-01-2013, 09:58 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 01-02-2013, 10:01 AM
reumb reumb is offline
Junior Member
 
Join Date: Jul 2011
Posts: 13
reumb is on a distinguished road
Default

Re: Unofficial RtmpDump binaries


cheers for updates.

no time for dlls anymore?
Reply With Quote
  #4  
Old 01-02-2013, 10:25 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
Reply With Quote
  #5  
Old 01-02-2013, 01:27 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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
Reply With Quote
  #6  
Old 01-02-2013, 06:11 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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
Reply With Quote
  #7  
Old 01-03-2013, 11:50 AM
reumb reumb is offline
Junior Member
 
Join Date: Jul 2011
Posts: 13
reumb is on a distinguished road
Default

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.-

Last edited by reumb : 01-03-2013 at 01:17 PM.
Reply With Quote
  #8  
Old 01-03-2013, 08:19 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
Reply With Quote
  #9  
Old 01-04-2013, 06:56 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Question

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 ?
Reply With Quote
  #10  
Old 01-04-2013, 07:52 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
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 11:04 AM.


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