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

babelgum.com - rtmpe stream download problem (rtmpe:// .flv)

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

compn 04-22-2009 10:14 AM

babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
anyone know if its possible to download from babelgum.com ?

Code:

http://www.babelgum.com/browser.php#play|SEARCH,channelID:136855,order:FEATURED|0,3018011
is the video i want to get. i tried getflv and rtmpdump and Orbit Downloader but they failed.

Stream Recorder 04-22-2009 12:59 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
The programs mentioned above are not the best RTMP recorders.

I was able to download videos from babelgum.com with Replay Media Catcher 3.0.2 and plugin_zrtmp.dll 5.3.6.9.

But I wasn't able to download these videos with Jaksta.

compn 04-22-2009 03:04 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
ah thanks, i had corrupted my Replay Media Catcher install and could not test that.

its working good!!

Stream Recorder 04-22-2009 03:15 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
You are welcome! And good to see you in the forum again!

Elice 04-23-2009 06:27 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Quote:

Originally Posted by Stream Recorder (Post 10415)
The programs mentioned above are not the best RTMP recorders.

I was able to download videos from babelgum.com with Replay Media Catcher 3.0.2 and plugin_zrtmp.dll 5.3.6.9.

But I wasn't able to download these videos with Jaksta.

Do I need to change the configuration settings (plugin_zrtmp.ini) for that plugin version to work? I opened RMC, removed the plugin temporarily and replaced it with the different version but it didn't work for babblegum. Should I replace it before I start RMC instead?

I'm trying to download an rtmpe stream at a different website with Jaksta but it didn't work because a supported playlist wasn't detected.

Stream Recorder 04-23-2009 08:46 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Quote:

Originally Posted by Elice (Post 10440)
Do I need to change the configuration settings (plugin_zrtmp.ini) for that plugin version to work? I opened RMC, removed the plugin temporarily and replaced it with the different version but it didn't work for babblegum. Should I replace it before I start RMC instead?

What version of Replay Media Catcher do you have? It worked for me when using RMC v.3.0.2 and plugin_zrtmp.dll 5.3.6.9.

Elice 04-23-2009 10:43 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
That was the problem, thanks. It works for babelgum but not for the site I need because of SWF verification. Thank you, though. That's the only difference between the rtmpe streams, I'm assuming?

Just curious: is it illegal to download those types of videos or is it just illegal to have a business such as RMC that promotes downloading encrypted files?

Stream Recorder 04-23-2009 01:53 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Quote:

Originally Posted by Elice (Post 10446)
That was the problem, thanks. It works for babelgum but not for the site I need because of SWF verification. Thank you, though. That's the only difference between the rtmpe streams, I'm assuming?

AFAIK SWF verification can be use for both rtmp and rtmpe streams. RTMPE protocol sends encrypted data.

Quote:

Originally Posted by Elice (Post 10446)
Just curious: is it illegal to download those types of videos or is it just illegal to have a business such as RMC that promotes downloading encrypted files?

As of January 28, 2009, any newly installed copy of Replay Media Catcher does not support Adobe Secure RTMP Measures
Is it legal to record video streams? Can it be considered as a piracy?

When recording any streams, you should use stream recording software as a personal archiving tool only. It is illegal to distribute your recordings without authorization. You should also read the ToS and make sure that it doesn't prohibit you to record media content.

Recording encypted streams violates DMCA, that's why there are no any RTMPE recorders and MoveMediaPlayer recorders.


Related thread:
RTMPE stream recording/downloading/capturing/ripping/saving

ralphtheman23 05-09-2009 12:01 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
I've already followed the instructions on this thread and it didn't work for me.

And I downloaded the plugin_zrtmp.dll 5.3.6.9 from someone in the following thread and it still didn't work.
ReplayMediaCatcher can't record RTMPE stream: Download old version of plugin_zrtmp.dll

Elice 06-30-2009 04:55 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
How do I find the correct address for this rtmpe stream? URL Snooper doesn't work for me anymore (something to do with the Wincap) and I can't figure it out.

Code:

http://flash.velocix.com/c123/0000000000003844/917.mp4?format=jscript2&protocol=rtmpte&_=1246361553281
Or find any of the rtmpe streams on Bablegum? Replay Media Catcher 3.02 with the plugin no longer works.

Elice 07-06-2009 04:43 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Okay, using an example I found from a blog, I was able to parse the stream together, like this,

Code:

flvstreamer -r “rtmp://93.174.101.12/flash/mp4:bt-97a9c529645bcf073d3edca063e63657e52c7c19″ -o test.mp4
but it doesn't work for the rtmpte stream I want. Following the example, it should look like this,

Code:

rtmpte://212.187.212.150/flash/mp4:bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa -o test.flv
but it says the client signature doesn't match. Any suggestions?

any ANONYMOUS forum user 07-06-2009 07:26 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Hi Elice

It works for me, you only need to download rtmpdump 1.6 and try again check this:

Code:

C:\>rtmpdump -r "rtmpte://212.187.212.150/flash/mp4:bt-946353e619a8d3d3554bd98e2
d3b25a4a7d483aa" -o elice.mp4

Code:

RTMPDump v1.6
(c) 2009 Andrej Stepanchuk, license: GPL

DEBUG: Parsing...
DEBUG: Parsed protocol: 4
DEBUG: Parsed host    : 212.187.212.150
DEBUG: Parsed app    : flash
DEBUG: Parsed playpath: mp4:bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: Protocol : RTMPTE
DEBUG: Hostname : 212.187.212.150
DEBUG: Port    : 1935
DEBUG: Playpath : mp4:bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa
DEBUG: tcUrl    : rtmpte://212.187.212.150:1935/flash
DEBUG: app      : flash
DEBUG: flashVer : LNX 9,0,124,0
DEBUG: live    : no
DEBUG: timeout  : 300 sec
DEBUG: Connect, ... connected, handshaking
DEBUG: HandShake: Client type: 06

DEBUG: HandShake: DH pubkey position: 1215
DEBUG: HandShake: Client digest offset: 410
DEBUG: HandShake: Initial client digest:
56 8D B2 B5 A9 CC 04 3C 43 A8 31 9D 85 CA 9C 16 2C 88 C1 6A 74 CC FC B0 58 BA 45
 97 EB 55 E6 6E
DEBUG: HandShake: Type Answer  : 06
DEBUG: HandShake: Server Uptime : 878202107
DEBUG: HandShake: FMS Version  : 3.0.1.1
WARNING: Trying different position for server digest!

DEBUG: HandShake: Server DH public key offset: 1349
DEBUG: HandShake: Secret key:
0A 02 53 EF 7F BD AD 04 AA 0A 7A C1 80 46 1C 57 C4 1C D0 EB 2C DF 45 04 E1 3E 64
 48 0C 76 35 2B C7 2B D7 6A 53 FF F1 76 1F AE E0 72 97 1D 41 4C 8A E0 5B 87 27 7
9 2D 68 4A 02 66 E4 C0 AE 37 48 56 91 7F B7 78 5F 9B 4C 0C 92 AA 8D 0B 26 4D EC
4A 93 0B 85 E8 E7 74 E4 14 6F 1F 64 3E 21 B6 C0 CD A0 56 A3 7D 08 D4 5E B0 A4 15
 AE C9 0A 28 B4 C1 59 87 3D AE FF 7A 89 D7 0B 92 B8 E5 30 B5 37
DEBUG: RC4 Out Key:
53 1C 07 EE 3B 35 3B 47 88 B2 75 59 A1 5A 6F 0E
DEBUG: RC4 In Key:
34 70 CB F9 EE 18 F8 BB C2 D0 8D EC 68 89 D5 05
DEBUG: HandShake: Client signature digest position: 410
DEBUG: HandShake: Digest key:
44 78 D0 BD E1 03 CA 48 D6 09 94 40 A9 26 E0 D2 97 32 38 8D CE 28 26 33 9F F5 01
 05 32 D4 16 3C
DEBUG: HandShake: Signature calculated:
D3 18 76 7E 53 23 E3 49 FD 70 F6 D8 7F D2 28 CB A3 8B 66 8C 6B 78 9F 70 BF 50 E8
 B0 8A 8E 6D 5A
DEBUG: HandShake: Server sent signature:
D3 18 76 7E 53 23 E3 49 FD 70 F6 D8 7F D2 28 CB A3 8B 66 8C 6B 78 9F 70 BF 50 E8
 B0 8A 8E 6D 5A
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Calculated digest key from secure key and server digest:
EB 3D 4D FF 32 C0 FD 87 81 67 BB E0 26 C4 FA F2 E6 B9 FC 1A 80 6E 1B 37 56 BE 05
 C0 37 0A C6 C2
DEBUG: HandShake: Client signature calculated:
50 C3 AE D3 FE 35 E3 2D E6 96 3A 83 48 EB 8F 84 6A DA 82 AA 6A 6E 5F D8 3E 70 BD
 AC D9 66 21 D7
DEBUG: HandShake: Handshaking finished....
DEBUG: Connect, handshaked
Connected...

Starting download at 0.000 KB
DEBUG: GetNextMediaPacket, received: server BW
DEBUG: GetNextMediaPacket, received: client BW
DEBUG: HandlePing, received ping. type: 0, len: 6
DEBUG: GetNextMediaPacket, received: invoke 190 bytes
DEBUG: Property: <Name:                  no-name., STRING:      _result>
DEBUG: Property: <Name:                  no-name., NUMBER:      1.00>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    fmsVer, STRING:      FMS/3,0,1,123>
DEBUG: Property: <Name:              capabilities, NUMBER:      31.00>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    level, STRING:      status>
DEBUG: Property: <Name:                      code, STRING:      NetConnection.Co
nnect.Success>
DEBUG: Property: <Name:              description, STRING:      Connection succe
eded.>
DEBUG: Property: <Name:            objectEncoding, NUMBER:      0.00>
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <connect>
DEBUG: sending ping. type: 0x0003
DEBUG: GetNextMediaPacket, received: invoke 29 bytes
DEBUG: Property: <Name:                  no-name., STRING:      _result>
DEBUG: Property: <Name:                  no-name., NUMBER:      2.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:                  no-name., NUMBER:      1.00>
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <createStream>
DEBUG: SendPlay, sending play: mp4:bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa
DEBUG: sending ping. type: 0x0003
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: HandlePing, received ping. type: 4, len: 6
DEBUG: GetNextMediaPacket, received: invoke 228 bytes
DEBUG: Property: <Name:                  no-name., STRING:      onStatus>
DEBUG: Property: <Name:                  no-name., NUMBER:      0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    level, STRING:      status>
DEBUG: Property: <Name:                      code, STRING:      NetStream.Play.R
eset>
DEBUG: Property: <Name:              description, STRING:      Playing and rese
tting bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa.>
DEBUG: Property: <Name:                  details, STRING:      bt-946353e619a8d
3d3554bd98e2d3b25a4a7d483aa>
DEBUG: Property: <Name:                  clientid, STRING:      BGaIL6YS>
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Reset
DEBUG: HandlePing, received ping. type: 0, len: 6
DEBUG: GetNextMediaPacket, received: invoke 167 bytes
DEBUG: Property: <Name:                  no-name., STRING:      onStatus>
DEBUG: Property: <Name:                  no-name., NUMBER:      0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    level, STRING:      status>
DEBUG: Property: <Name:                      code, STRING:      NetStream.Play.S
tart>
DEBUG: Property: <Name:              description, STRING:      Started playing
bt-946353e619a8d3d3554bd98e2d3b25a4a7d483aa.>
DEBUG: Property: <Name:                  clientid, STRING:      BGaIL6YS>
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Start
DEBUG: GetNextMediaPacket, received: notify 24 bytes
DEBUG: Property: <Name:                  no-name., STRING:      |RtmpSampleAcces
s>
DEBUG: Property: <Name:                  no-name., BOOLEAN:    FALSE>
WARNING: ignoring too small audio packet: size: 0
DEBUG: GetNextMediaPacket, received: notify 44 bytes
DEBUG: Property: <Name:                  no-name., STRING:      onStatus>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                      code, STRING:      NetStream.Data.S
tart>
DEBUG: GetNextMediaPacket, received: notify 494 bytes
DEBUG: Property: <Name:                  no-name., STRING:      onMetaData>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                  duration, NUMBER:      158.44>
DEBUG: Property: <Name:              moovposition, NUMBER:      32.00>
DEBUG: Property: <Name:                    width, NUMBER:      512.00>
DEBUG: Property: <Name:                    height, NUMBER:      288.00>
DEBUG: Property: <Name:              videocodecid, STRING:      avc1>
DEBUG: Property: <Name:              audiocodecid, STRING:      mp4a>
DEBUG: Property: <Name:                avcprofile, NUMBER:      77.00>
DEBUG: Property: <Name:                  avclevel, NUMBER:      21.00>
DEBUG: Property: <Name:                    aacaot, NUMBER:      2.00>
DEBUG: Property: <Name:            videoframerate, NUMBER:      25.00>
DEBUG: Property: <Name:          audiosamplerate, NUMBER:      32000.00>
DEBUG: Property: <Name:            audiochannels, NUMBER:      2.00>
DEBUG: Property: <Name:                trackinfo, OBJECT>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    length, NUMBER:      3961000.00>
DEBUG: Property: <Name:                timescale, NUMBER:      25000.00>
DEBUG: Property: <Name:                  language, STRING:      und>
DEBUG: Property: <Name:        sampledescription, OBJECT>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                sampletype, STRING:      avc1>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                    length, NUMBER:      5067776.00>
DEBUG: Property: <Name:                timescale, NUMBER:      32000.00>
DEBUG: Property: <Name:                  language, STRING:      eng>
DEBUG: Property: <Name:        sampledescription, OBJECT>
DEBUG: Property: <Name:                  no-name., OBJECT>
DEBUG: Property: <Name:                sampletype, STRING:      mp4a>
DEBUG: Set duration: 158.440000
WARNING: ignoring too small video packet: size: 5
1330.205 KB (16.2%)


Elice 07-07-2009 09:00 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Okay, thanks, it works now! I was using 1.4. I didn't think 1.6 worked for me when I originally started using rtmpdump but I guess it does. :)

borboleta 07-07-2009 07:12 PM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Thank you guys for the example streams teaching how to use rtmpdump. I do not know, now, is how to find the file I just downloaded, I am confused in what to do next, once the stream has been dumped. Any help is most appreciated.:)

any ANONYMOUS forum user 01-25-2010 01:22 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Hey,

I've tried for hours to rip this video to no avail:

Code:

http://www.babelgum.com/browser.php#play/SEARCH_SIMILAR,clipID:4001624,includeClip:true,order:MOST_RELEVANT/0,4001624
What program should I use?

I would really appreciate your help.

Thanks

any ANONYMOUS forum user 01-25-2010 01:24 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Quote:

Originally Posted by any ANONYMOUS forum user (Post 15803)
Hey,

I've tried for hours to rip this video to no avail:

Code:

http://www.babelgum.com/browser.php#play/SEARCH_SIMILAR,clipID:4001624,includeClip:true,order:MOST_RELEVANT/0,4001624
What program should I use?

I would really appreciate your help.

Thanks

Have you tried rtmpdump 2.1c or any other RTMPE recorder?

noob2001204 01-25-2010 02:52 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
That's simple rtmp stream

URL:

Code:

rtmp://babel.fcod.llnwd.net/a4276/o37/mp4:production/0000000000004007/247.mp4

any ANONYMOUS forum user 01-25-2010 06:15 AM

Re: babelgum.com - rtmpe stream download problem (rtmpe:// .flv)


 
Quote:

Originally Posted by noob2001204 (Post 15810)
That's simple rtmp stream

URL:

Code:

rtmp://babel.fcod.llnwd.net/a4276/o37/mp4:production/0000000000004007/247.mp4

I downloaded the latest version of Replay Media Catcher and it works fine for me.


All times are GMT -6. The time now is 06:34 PM.