Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
guessing rtmpe url of MTV.comHi there
Does anyone know how the MTV URLs are usually constructed? I'm trying to guess the url of a show which says it's no longer available, however I suspect/hope that it might be still on their servers since every file related to the video is still there (snapshots, description, etc) here are unavailable Crystal Castles interviews on MTV Subterranean I'd like to get to see: Quote:
http://www.mtv.com/videos/misc/39729...ew-album.jhtml rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/mt_sub_depeche_mode_rt169271_s2_448x336_650.flv and another one: http://www.mtv.com/videos/interview/...gwriting.jhtml rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv2.com/onair/subterranean/young_veins/m2_subterranean_tyv_rt212307_beingasongwriter_384x216_450.mp4 all the other parts I could try and guess but where does the number in bold come from? any help would be appreciated. Last edited by 6SzRqd0DiTqlKcx : 01-16-2011 at 02:19 PM. |
#2
|
|||
|
|||
Re: guessing rtmpe url of MTV.comThat's a tough one sorry - good luck - hopefully somebody else has some insight into this - but I'm all out of good ideas for this one
|
#3
|
|||
|
|||
Re: guessing rtmpe url of MTV.comTry these: -
rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s4_768x432_1700.mp4 rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s3_768x432_1700.mp4 rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s1_768x432_1700.mp4 rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s5_768x432_1700.mp4 rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s2_768x432_1700.mp4 |
#4
|
|||
|
|||
Re: guessing rtmpe url of MTV.comQuote:
|
#5
|
|||
|
|||
Re: guessing rtmpe url of MTV.com You made my day, thanks a lot synopeas!!!
Would you post a little tutorial about how you got it? EDIT: did you manage to download 100% complete? for me all the parts got cut off at some point.. Code:
rtmpdump.exe -r "rtmpe://cp21595.edgefcs.net/ondemand/mtvco mstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s4_768x432_1700.mp4" -o vh_s ub_rt212097_s4_768x432_1700.mp4 RTMPDump v2.3 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... WARNING: HandShake: Type mismatch: client sent 6, server answered 8 INFO: Connected... ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy! Starting download at: 0.000 kB INFO: Metadata: INFO: duration 46.95 INFO: moovPosition 32.00 INFO: width 768.00 INFO: height 432.00 INFO: videocodecid avc1 INFO: audiocodecid mp4a INFO: avcprofile 77.00 INFO: avclevel 30.00 INFO: aacaot 2.00 INFO: videoframerate 29.97 INFO: audiosamplerate 22050.00 INFO: audiochannels 2.00 INFO: trackinfo: INFO: length 1404000.00 INFO: timescale 29970.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: length 1035264.00 INFO: timescale 22050.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a 1866.494 kB / 21.99 sec (46.8%) ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 66354 1880.773 kB / 21.99 sec (46.8%) |
#6
|
|||
|
|||
Re: guessing rtmpe url of MTV.comTo ensure you get complete downloads use this as an example: -
rtmpdump -r "rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s4_768x432_1700.mp4" -W "http://media.mtvnservices.com/player/release/?v=4.11" -o vh_sub_rt212097_s4_768x432_1700.flv -V To get the download urls, use this as a template: - _http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid%3Auma%3Avideo%3Amtv.co.uk% 3A****** Replace the 6 asterisks at the end with the 6 digits from the web page url and put that in your browser. e.g. - _http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid%3Auma%3Avideo%3Amtv.co.uk% 3A573382 |
#7
|
|||
|
|||
Re: guessing rtmpe url of MTV.comI only downloaded one but it was complete:-
rtmpdump -r "rtmpe://cp21595.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s4_768x432_1700.mp4" -W "http://media.mtvnservices.com/player/release/?v=4.11" -o vh_sub_rt212097_s4_768x432_1700.flv -V |
#8
|
|||
|
|||
Re: guessing rtmpe url of MTV.comit looks complete enough, but it says try resuming.
do you get the same result? C:\rtmpdump-2.3>rtmpdump -r "rtmpe://cp21595.edgefcs.net/ondemand/mt vcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s4_768x432_1700.mp4" -W " http://media.mtvnservices.com/player/release/?v=4.11" -o vh_sub_rt212097_s4_768x 432_1700.flv -V RTMPDump v2.3 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL DEBUG: Protocol : RTMPE DEBUG: Hostname : cp21595.edgefcs.net DEBUG: Port : 1935 DEBUG: Playpath : mp4:mtvcomstor/_!/mtv.com/onair/subterranean/vh_sub_rt212097_s 4_768x432_1700 DEBUG: tcUrl : rtmpe://cp21595.edgefcs.net:1935/ondemand DEBUG: swfUrl : http://media.mtvnservices.com/player/release/?v=4.11 DEBUG: app : ondemand DEBUG: live : no DEBUG: timeout : 30 sec DEBUG: SWFSHA256: DEBUG: 95 63 9e 5a 58 3c 2e 79 82 2f d7 45 29 91 5b ed DEBUG: 7d d6 69 22 e3 e6 6a 50 4b 52 b2 76 bc 35 53 95 DEBUG: SWFSize : 1074759 DEBUG: Setting buffer time to: 36000000ms Connecting ... DEBUG: RTMP_Connect1, ... connected, handshaking DEBUG: HandShake: Client type: 06 DEBUG: HandShake: DH pubkey position: 118 DEBUG: HandShake: Client digest offset: 825 DEBUG: HandShake: Initial client digest: DEBUG: 8a d0 d3 30 57 b8 c0 96 c0 36 dd 98 83 ea ed 26 DEBUG: ab 9e 6c 30 7f 98 3c e4 46 1e 2a bc e0 84 39 1a DEBUG: HandShake: Type Answer : 08 WARNING: HandShake: Type mismatch: client sent 6, server answered 8 DEBUG: HandShake: Server Uptime : 1547164438 DEBUG: HandShake: FMS Version : 3.5.4.1 DEBUG: HandShake: Server DH public key offset: 489 DEBUG: HandShake: Secret key: . (snipped) . DEBUG: Got Play.Complete or Play.Stop from server. Assuming stream is complete 4132.896 kB / 46.90 sec (99.8%) DEBUG: RTMP_Read returned: 27036 Download may be incomplete (downloaded about 99.80%), try resuming DEBUG: Closing connection. |
#9
|
|||
|
|||
Re: guessing rtmpe url of MTV.comYes, that's what I get too.
I think the important bit of the message is this: - DEBUG: Got Play.Complete or Play.Stop from server. Assuming stream is complete |
#10
|
|||
|
|||
Re: guessing rtmpe url of MTV.comokay so i don't really know much about technology but i really want to see those videos hahahahha i have no idea what to do with all of those url things .mp4 how can i download/watch them?
sorry for being lame |
Tags: mtv, rtmpe |
Thread Tools | |
Display Modes | |
|
|