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

Customized rtmpdump binaries with patch file

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

diablo888 04-26-2013 08:16 PM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 61871)
it doesn't have anything to do with OS. can anyone else confirm this on a different OS than XP?

i can confirm adding timestamps doesnt work here either, win 7 ultimate

latest rtmpsuck and rtmpdump
Code:

RTMP Proxy Server v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
      app : NxServer
  flashVer : WIN 11,5,502,110
    swfUrl : http://www.myfreecams.com/mfc2/flash/MfcVideo121228.swf
    tcUrl : rtmp://video100.myfreecams.com:1935/NxServer
  pageUrl : http://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=0&
cache_id=1365466682&target=main
      live : no
  Playpath : mfc_107297555
 Saving as : mfc_107297555.flv
WARNING: ignoring too small audio packet: size: 0

edit: runnin it with rtmpdumphelper, and as poster before said: it WORKS on WindowsXP here... strangely enough...NOT on win7, i started a new folder from scratch on both machines, winxp works, win7 didnt :/

RedPenguin 04-27-2013 06:36 PM

Re: Customized rtmpdump binaries with patch file


 
I have compiled Linux 32/64, MacOS x86 32/64, and iOS (figured maybe somebody needs) of this release for anybody who needs them.

http://www.mediafire.com/?x4cvp5hl4m9xr it's under the Newer folder and then pick your OS/Arch

chap 04-27-2013 10:54 PM

Re: Customized rtmpdump binaries with patch file


 
RedPenguin
Thanks:cool:

CLran619 04-28-2013 01:02 AM

Re: Customized rtmpdump binaries with patch file


 
up until today i have been using rtmpsrv to capture adult swim content from xbmc. how ever all of a sudden this happens every time......any help. i cant resume the download
Code:

RTMP Server v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://cp219687.edgefcs.net/ondemand" -a "ondemand?auth=daEcMaWaJb
xbpd_cMcQcQaQdLd4akaMara3-brFmFV-hca-rmLuHCIsA&aifp=v001&slist=protected/2013-04
/ASOE1004241300054570_B1R1" -y "mp4:protected/2013-04/ASOE1004241300054570_B1R1"
 -o "ASOE1004241300054570_B1R1.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration                694.10
INFO:  moovPosition            40.00
INFO:  width                  1280.00
INFO:  height                  720.00
INFO:  videocodecid            avc1
INFO:  audiocodecid            mp4a
INFO:  avcprofile              77.00
INFO:  avclevel                40.00
INFO:  aacaot                  2.00
INFO:  videoframerate          29.97
INFO:  audiosamplerate        48000.00
INFO:  audiochannels          2.00
INFO: trackinfo:
INFO:  length                  20822802.00
INFO:  timescale              30000.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  length                  33316864.00
INFO:  timescale              48000.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  length                  694101.00
INFO:  timescale              1000.00
INFO: sampledescription:
INFO:  sampletype              tx3g
INFO:  displayflags            0.00
INFO:  horizontaljustification 1.00
INFO:  verticaljustification  255.00
INFO:  backgroundcolor        0.00
INFO: defaulttextbox:
INFO:  top                    0.00
INFO:  left                    0.00
INFO:  bottom                  720.00
INFO:  right                  1280.00
INFO: defaultstyle:
INFO:  startchar              0.00
INFO:  endchar                0.00
INFO:  fontid                  1.00
INFO:  facestyleflags          0.00
INFO:  fontsize                18.00
INFO:  textcolor              4294967295.00
70853.618 kB / 297.33 sec (42.8%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
71214.892 kB / 298.20 sec (42.9%)
Download may be incomplete (downloaded about 42.90%), try resuming


KSV 04-28-2013 02:17 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by diablo888 (Post 61877)
runnin it with rtmpdumphelper, and as poster before said: it WORKS on WindowsXP here... strangely enough...NOT on win7, i started a new folder from scratch on both machines, winxp works, win7 didnt :/

That's pretty strange issue. i will look into this in a day or two.

Quote:

Originally Posted by CLran619 (Post 61891)
up until today i have been using rtmpsrv to capture adult swim content from xbmc. how ever all of a sudden this happens every time......any help. i cant resume the download

Code:

ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
isn't it clear enough? you should have used -W | --swfVfy switch. what's the problem with resume? post the debug log after adding following to rtmpdump command.
Code:

-z 2> Debug.txt

CLran619 04-28-2013 04:32 AM

Re: Customized rtmpdump binaries with patch file


 
hmmmmm. lil new to this whole thing so i don't catch on to error codes being spit out at me. ik last week it worked fine and now it doesnt lol. as far as --swfvfy command i wouldn't know where to work that in. sorry for the newbish-ness lol

CLran619 04-28-2013 04:49 AM

Re: Customized rtmpdump binaries with patch file


 
again sorry for my newb comments but ive got to learn somewhere. after an hour or so on the wiki and studying how to properly use some of the commands ive figuered out both of my issues thx KSV for compiling this :) also just a question. are u involved with teamXBMC at all? i feel like ive seen ur name in their forums b4

flocked 04-28-2013 06:12 AM

Re: Customized rtmpdump binaries with patch file


 
Should this one work with chaturbate?
Because I only get "Model status is error" on mac.

alexanderd 05-04-2013 05:40 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 61892)
That's pretty strange issue. i will look into this in a day or two.

Any luck with rtmpsuck+win7 issue?

KSV 05-07-2013 03:29 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by alexanderd (Post 61971)
Any luck with rtmpsuck+win7 issue?

i have found and fixed the issue. timestamp buffer was 1 byte less than required. it was working as expected on XP but causing trouble on some other platforms. first post is updated with new package.

@All:

when you thank me for my contribution don't forget that it also contain patches from Xeebo. so spread your thanks evenly :D.


All times are GMT -6. The time now is 05:48 PM.