Re: Customized rtmpdump binaries with patch fileCode:
rtmpdump -r "rtmp://www.axcast.com/axcast_video/19" -a "axcast_video/19" -f "WI |
Re: Customized rtmpdump binaries with patch fileHi KSV,
hi folks, I have a strange problem where dumping via rtmpdump.exe works but via librtmp.dll using XBMC not: RTMPDUMP: Code:
rtmpdump -r "rtmp://*/live" -W "httpp://rottr.bplaced.net/players.swf" -p "*" -v -y "*" -o "*" Code:
23:24:20 T:6416 NOTICE: -->Python Interpreter Initialized<-- Any thoughts on that? cheerz, lorus |
Re: Customized rtmpdump binaries with patch fileyeah i can reproduce this problem. rtmpdump adds flash version to the connect request while librtmp doesn't do so by default. so you have to pass it explicitly. as a workaround you can add it to the the command manually.
Code:
flashVer=WIN%2010,0,32,18 |
Re: Customized rtmpdump binaries with patch fileHey KSV,
found out that difference via wireshark shortly before you anwered here, too. But didn't get it work because of the space. %20 works like a charm ... thx :) |
Re: Customized rtmpdump binaries with patch fileRecently a user asked me how to dump a stream on:
http://beta.ddoss.me/pay_tv.php So in case anyone is interested to make it work some lines need to be added to rtmp.c: Code:
else if (strstr(pageUrl, "ddoss.me")) Code:
rtmpdump -r rtmp://pc3oot.us.to:1935/live -p http://beta.ddoss.me/pay_tv.php -W http://ni208114_1.vweb03.nitrado.net/playr.swf -y action |
Re: Customized rtmpdump binaries with patch file@KSV please support for that
|
Re: Customized rtmpdump binaries with patch fileKSV, I think UKCast did something to break your RTMP Redirect code.
The following channel: http://www.ukcast.tv/channel.php?u=kkttv Shows that rtmpdump attempts to go to the redirected server but then just sits there for ages. Yet if you do a direct ukcast URL like rtmpe://93.120.27.58/live it works fine. |
Re: Customized rtmpdump binaries with patch fileIt's not even working on the website!
|
Re: Customized rtmpdump binaries with patch fileQuote:
At first it was loading in the webpage but not with rtmpdump then later it wasn't working in both. Yet another ukcast channel I found did work. So they must be having server issues. |
Re: Customized rtmpdump binaries with patch fileHello!
I have a problem with the latest version of patched rtmpsuck on windows xp 32bit. It's crashes every few minutes of working: ![]() Fault address can be one of this: 0x00002ae4, 0x00003bfb, 0x000378c0. Debug output: DEBUG2: 0100: 0b . DEBUG2: RTMP_ReadPacket: fd=1452 DEBUG2: 0000: 46 00 00 2f 00 01 01 08 F../.... DEBUG2: 0000: 6a 7f 73 67 e6 17 57 8c f2 2d 74 d7 4b 2c c2 f6 j.sg..W..-t.K,.. DEBUG2: 0010: db 92 0c 26 05 ad 50 23 e8 bb cb d6 76 c1 9b d8 ...&..P#....v... DEBUG2: 0020: 67 2d 5d c3 0c f5 4a 5b 01 3f 87 17 43 a3 dd 92 g-]...J[.?..C... DEBUG2: 0030: 13 e9 de 05 05 91 d4 e5 02 71 e6 35 3d c7 f6 b3 .........q.5=... DEBUG2: 0040: 6f ff 54 46 5a bb 4e 66 96 39 c6 24 5b ae bd c8 o.TFZ.Nf.9.$[... DEBUG2: 0050: 1f 27 a5 ab 69 d3 06 3d 73 6d 26 73 73 0b 47 be .'..i..=sm&ss.G. DEBUG2: 0060: e4 ba e2 19 6c 6b 4e 27 34 7f e0 a1 21 31 df 28 ....lkN'4...!1.( DEBUG2: 0070: cb c8 12 31 1b 7a c4 a9 29 cb 6b 93 91 4a e9 a6 ...1.z..).k..J.. DEBUG2: 0080: 25 3f 7b e6 5a 08 0f a4 33 b2 34 9d 6b 0a b2 67 %?{.Z...3.4.k..g DEBUG2: 0090: 01 04 1f 1e 16 6b ba 04 cb 25 2d 71 5d db 84 8a .....k...%-q]... DEBUG2: 00a0: db 5b ce b2 cf 24 64 f3 dc 3f 2d 37 5a 8e 82 5a .[...$d..?-7Z..Z DEBUG2: 00b0: 63 c6 49 60 4b d1 39 be 65 e4 ec 02 49 aa 12 88 c.I`K.9.e...I... DEBUG2: 00c0: 10 bf 54 c7 32 07 a9 55 b5 35 38 97 5a 2d 46 37 ..T.2..U.58.Z-F7 DEBUG2: 00d0: 00 5b aa 91 32 25 06 1d 1b 68 de c4 e8 9a ad 32 .[..2%...h.....2 DEBUG2: 00e0: 50 1d d5 92 c2 68 97 c9 fe 75 ef 0e 26 86 a1 15 P....h...u..&... DEBUG2: 00f0: ae 63 31 67 6c 0a 62 d2 44 5c ba 40 5b a0 5a f7 .c1gl.b.D\.@[.Z. DEBUG2: 0100: ad . DEBUG2: RTMP_SendChunk: fd=1696, size=257 DEBUG2: 0000: 46 00 00 2f 00 01 01 08 F../.... DEBUG2: 0000: 6a 7f 73 67 e6 17 57 8c f2 2d 74 d7 4b 2c c2 f6 j.sg..W..-t.K,.. DEBUG2: 0010: db 92 0c 26 05 ad 50 23 e8 bb cb d6 76 c1 9b d8 ...&..P#....v... DEBUG2: 0020: 67 2d 5d c3 0c f5 4a 5b 01 3f 87 17 43 a3 dd 92 g-]...J[.?..C... DEBUG2: 0030: 13 e9 de 05 05 91 d4 e5 02 71 e6 35 3d c7 f6 b3 .........q.5=... DEBUG2: 0040: 6f ff 54 46 5a bb 4e 66 96 39 c6 24 5b ae bd c8 o.TFZ.Nf.9.$[... DEBUG2: 0050: 1f 27 a5 ab 69 d3 06 3d 73 6d 26 73 73 0b 47 be .'..i..=sm&ss.G. DEBUG2: 0060: e4 ba e2 19 6c 6b 4e 27 34 7f e0 a1 21 31 df 28 ....lkN'4...!1.( DEBUG2: 0070: cb c8 12 31 1b 7a c4 a9 29 cb 6b 93 91 4a e9 a6 ...1.z..).k..J.. DEBUG2: 0080: 25 3f 7b e6 5a 08 0f a4 33 b2 34 9d 6b 0a b2 67 %?{.Z...3.4.k..g DEBUG2: 0090: 01 04 1f 1e 16 6b ba 04 cb 25 2d 71 5d db 84 8a .....k...%-q]... DEBUG2: 00a0: db 5b ce b2 cf 24 64 f3 dc 3f 2d 37 5a 8e 82 5a .[...$d..?-7Z..Z DEBUG2: 00b0: 63 c6 49 60 4b d1 39 be 65 e4 ec 02 49 aa 12 88 c.I`K.9.e...I... DEBUG2: 00c0: 10 bf 54 c7 32 07 a9 55 b5 35 38 97 5a 2d 46 37 ..T.2..U.58.Z-F7 DEBUG2: 00d0: 00 5b aa 91 32 25 06 1d 1b 68 de c4 e8 9a ad 32 .[..2%...h.....2 DEBUG2: 00e0: 50 1d d5 92 c2 68 97 c9 fe 75 ef 0e 26 86 a1 15 P....h...u..&... DEBUG2: 00f0: ae 63 31 67 6c 0a 62 d2 44 5c ba 40 5b a0 5a f7 .c1gl.b.D\.@[.Z. DEBUG2: 0100: ad . DEBUG2: RTMP_ReadPacket: fd=1452 DEBUG2: 0000: 47 00 00 7e 00 38 05 09 G..~.8.. DEBUG2: RTMP_SendPacket: fd=1452, size=34 DEBUG2: 0000: 43 ff ff ff 00 00 22 14 ff ff 94 29 C....."....) DEBUG2: 0000: 02 00 0c 64 65 6c 65 74 65 53 74 72 65 61 6d 00 ...deleteStream. DEBUG2: 0010: 3f f0 00 00 00 00 00 00 05 00 3f f0 00 00 00 00 ?.........?..... DEBUG2: 0020: 00 00 .. ERROR: WriteN, RTMP send error 10053 (46 bytes) ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 14341 |
Re: Customized rtmpdump binaries with patch fileI was trying to figure out why a simple rtmpdump command was blocking with message:
Code:
onStatus.............level...error..code...NetConnection.Connect.Rejected Code:
if (AVMATCH(&code, &av_NetStream_Failed) |
Re: Customized rtmpdump binaries with patch filecan't get teledunet.com streams with rtmpdump anyone have a solution?
|
Re: Customized rtmpdump binaries with patch file@KSV
www.filmon.com recently changed their vod methodology. Using MediaBox I get: url: rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548/mp4:116548.mp4 app: demand/storage/25/410/116548 extra: flashVer: WIN 12,0,0,44 pageUrl: http://www.filmon.com/vod/view/5717-...-from-a-killer swfUrl: http://www.filmon.com/tv/modules/Fil...layer.swf?v=48 tcUrl: rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548 playPath: mp4:116548.mp4 which yields: rtmpdump.exe -r "rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548/mp4:116548.mp4" -y "mp4:116548.mp4" -p "http://www.filmon.com/vod/view/5717-0-letters-from-a-killer" -W "http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=48" -v -z -m 15 | ffplay.exe" -i - but this fails with: DEBUG: Property: <Name: code, STRING: NetConnection.Call.Failed> DEBUG: Property: <Name: description, STRING: Method not found (FCSubscribe).> DEBUG: (object end) DEBUG: (object end) DEBUG: HandleInvoke, server invoking <_error> ERROR: rtmp server sent error I think the "extra:" above implies additional info is required. Can you help? |
Re: Customized rtmpdump binaries with patch fileCode:
rtmpdump -r "rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548" -a "demand/storage/25/410/116548" -f "WIN 11,9,900,170" -W "http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf" -p "http://www.filmon.com/vod/view/5717-0-letters-from-a-killer" -C O:1 -C O:0 -y "mp4:116548.mp4" -o "2014-02-09_11-55-38_mp4_116548.flv" |
Re: Customized rtmpdump binaries with patch file@chap Thanks for the tip. Actually it turns out the c (conn) 's are not required, and it failed for me because I included a v (live) when it is a file.
So the minimum command that works is: rtmpdump.exe -r "rtmp://flash-cloud.filmon.com/demand/storage/25/410/116548" -a "demand/storage/25/410/116548" -y "mp4:116548.mp4" -p "http://www.filmon.com/vod/view/5717-0-letters-from-a-killer" -W "http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=48" |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
RTMPDump v2.4 With this mod, work but sometimes rtmpdump fail and don't run also with some teledunet stream (Linux): Code:
else if (strstr(pageUrl, "streampiraten.ws")) Please KSV, can you compile a binary for Windows, also with this mod? |
Re: Customized rtmpdump binaries with patch fileI've compiled rtmpdump with KSV's patch and streampiraten.ws's fix for Windows.
Code:
http://www.mediafire.com/download/cfdlwsqg9zg3c4s/RTMPDUMP+2.4+%2B+KSV+Patch+%2B+StreamPiraten.ws+Fix+%28Windows+32_64+bit%29.rar 32 bit version (Cygwin) need Cygwin's dll. |
Re: Customized rtmpdump binaries with patch fileQuote:
Great catch! 64 bit version resolved an issue I had with this stream: rtmp://evp.mm.uol.com.br/radioam_poa/_definst_/radioam_poa.sdp/radioam_poa Would it be possible for you to compile a 32 bit version that runs natively and doesn't use Cygwin? Thanks. |
Re: Customized rtmpdump binaries with patch fileThanks for your work KSV et alia.
When you calculate the SWFVerification token you must have the decompressed swf which in normal case is as simple as CWS. But what if you have a ZWS compressed swf? See http://static1.tele-cinco.net/comun/...7e39b10cf57 8 It's already included this case? and if not, there is a possibility to implement lzma decompression? |
Re: Customized rtmpdump binaries with patch fileNot implemented in hashswf
if (i->first) { i->first = 0; /* compressed? */ if (!strncmp(p, "CWS", 3)) { *p = 'F'; i->zlib = 1; } HMAC_crunch(i->ctx, (unsigned char *)p, 8); p += 8; len -= 8; i->size = 8; } So the program fails when the swf is ZWS which it's managed as FWS |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch fileQuote:
http://www.7-zip.org/sdk.html So your best option is to decompress then calculate the swfsize and swfhash manually and pass them as arguments --swfsize --swfhash |
Re: Customized rtmpdump binaries with patch fileThanks,
i'll try, anyway would be desiderable to implement the library in the rtmpdump project thinking in the possible expansion of the lzma compression to all swf's. I'll try this too. |
Re: Customized rtmpdump binaries with patch fileFailed with hulu.
Please help ! d:\rtmpdump>perl get_flash_videos http://www.hulu.com/watch/601533 Using method 'hulu' for http://www.hulu.com/watch/601533 Downloading http://www.hulu.com/watch/601533 Found Hulu CID: 60347287 Found Hulu EID: wFXYYpQm3ZALl8lw9Az5CQ Using quality H264 Medium RTMPDump v2.4 GIT-2013-10-07 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... 2 request not supported, attempting to use SWFVerification Type 1! Patches welc ome... ERROR: rtmp server sent error ERROR: rtmp server requested close Download failed, no valid file downloaded Couldn't download any videos. I am using win 7 . with combined get_flash_videos |
Re: Customized rtmpdump binaries with patch fileChanges:
1. also check client signature to detect if server wanna use old rtmp handshake (fixes handshake problems with some lousy servers)2. added support for ddoss.me, streampiraten.ws changes 3. handle NetConnection.Connect.Rejected for onStatus response along with _error |
Re: Customized rtmpdump binaries with patch fileKSV
thanks:cool: |
Re: Customized rtmpdump binaries with patch fileperfect KSV
|
Re: Customized rtmpdump binaries with patch fileI have a strange mips.tv issue.
I am attempting to use the following link: <link>rtmp://5.63.146.236/live playpath=msnbcbcb swfurl=http://www.mips.tv/content/scripts/eplayer.swf pageUrl=http://www.mips.tv/embedplayer/msnbcbcb/1/600/400 swfVfy=true conn=S:OK live=true timeout=30 buffer=90000</link> using the latest librtmp. For some reason it plays for like 3 seconds and totally freezes XBMC. It also will not even begin to download with rtmpsrv. Nothing looks to have really changed in Wireshark and obviously the video plays fine in their own player. |
Re: Customized rtmpdump binaries with patch file@RedPenguin
can u post the link where i can test this or similar stream? |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileyour playpath is missing some parameters.
Code:
msnbcbcb?id=194645 |
Re: Customized rtmpdump binaries with patch fileQuote:
Odd how it "works" but freezes without the ID part though, you think it would have just failed all together. |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileAnother one:
Code:
else if (strstr(pageUrl, "arschkrampe.in")) Code:
rtmpdump -r rtmp://pc3oot.us.to:1935/live -y ak -W http://ni208114_1.vweb03.nitrado.net/player.swf -p http://arschkrampe.in/ak/akstream.php |
Re: Customized rtmpdump binaries with patch filei have posted an update for streampiraten.ws and clones (ddoss.me, arschkrampe.in etc.).
|
Re: Customized rtmpdump binaries with patch fileThanks..!!! Genius
|
Re: Customized rtmpdump binaries with patch fileI use your version of rtmpdump with rtmpdumphelper and it works great, but it always crashes when watching cam show and camera switches from public to private. This bug exist for months so instead just waiting for fix I wrote about it here. Anyway thanks for great work!
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
I explained reproduction steps in private message. |
Re: Customized rtmpdump binaries with patch fileHello
thanks ksv sir for guide edited: cause some one said it if not want to banned |
All times are GMT -6. The time now is 01:58 PM. |