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-07-2012, 03:42 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Default

RTMPexplorer dont make work , Why ????


: Confused: Allô , sorry if my English is not very good , but I'll try put my doubts, i have download the RTMP RTMPDump explorer 2.4.20111222 from hear " http://stream-recorder.com/forum/ins...pdumb-t10699p2. html;like Bahman said "Download this, extract it in a folder, then click on rtmpexplorer.exe, copy it in your web url. It will find and download the stream That automatically.
But i dont get any download, I always have errors, in black box, Why ?????? I use Vista 64, i have net framework 4 and Flash Player 11, can someone help me ?, please
Reply With Quote
  #2  
Old 01-07-2012, 04:04 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


Your video link, for example?
Reply With Quote
  #3  
Old 01-07-2012, 04:39 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Talking

i forgot to say i use Google Chrome and one of the videos is this : "Ham Sandwich " from :http://www.atom.com/funny_videos/ham_sandwich/

Last edited by KSV : 01-07-2012 at 09:06 PM.
Reply With Quote
  #4  
Old 01-07-2012, 05:45 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


rtmpexplorer worked for me!!

But also you can do manual way:

Media player url
Code:
http://media.mtvnservices.com/mgid:hcx:content:atom.com:adcdac5b-102f-4706-8777-7cafc8e7e89b
Media content url
Code:
http://www.atom.com/mediagen/syndicated/?vid=mgid:hcx:content:atom.com:adcdac5b-102f-4706-8777-7cafc8e7e89b
Code:
<rendition duration="407" bitrate="900" width="640" height="360" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_640x360_900.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="1800" width="768" height="432" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_768x432_1800.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="1400" width="640" height="360" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_640x360_1400.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="400" width="512" height="288" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_512x288_400.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="625" width="512" height="288" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_512x288_625.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="2500" width="1280" height="720" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_1280x720_2500.mp4]]></src>
           </rendition>
Right now, you have rtmpe url!! use it in rtmpdump:

Code:
rtmpdump -r "rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp
.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_1280x720_2500.mp4" -W "http://m
edia.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf" -p "http://www.a
tom.com/funny_videos/ham_sandwich/" -o ham_sandwich_1280x720_2500.flv
Code:
RTMPDump v2.4 GIT-2011-12-22 (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...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              411.50
INFO:   moovPosition          36.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        23.97
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                9867000.00
INFO:   timescale             23976.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                9072912.00
INFO:   timescale             22050.00
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   length                600.00
INFO:   timescale             600.00
INFO: sampledescription:
INFO:   length                600.00
INFO:   timescale             600.00
INFO: sampledescription:
4336.176 kB / 15.52 sec (3.7%)
Reply With Quote
  #5  
Old 01-07-2012, 06:36 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


Ok ! but i dont have any knowledge about DOS was the only reason I prefer the RTMPexplorer and not RTMPdump and it`s seems there isnt a tutorial about RTMPdum for me to learn slowly. By the way the brower can make difference ? and my speednet is very slowly , this is important ?
Another thing I saw in my folder does not exist RTMPsuck , i have just seven filles ( EasyHook.dll , EasyHook 32.dll , librotmp.dll , Patch .diff , rtmdump , rtmpExplorer and rtmpsrv ) ; i saw somewhere that RTMPdump+RTMPexplorer have 8 filles not 7

I not abble to put URL in VLC : Confused:
Reply With Quote
  #6  
Old 01-07-2012, 06:39 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


Quote:
Originally Posted by bolaoito View Post
Ok ! but i dont have any knowledge about DOS was the only reason I prefer the RTMPexplorer and not RTMPdump and it`s seems there isnt a tutorial about RTMPdum for me to learn slowly. By the way the brower can make difference ? and my speednet is very slowly , this is important ?
Another thing I saw in my folder does not exist RTMPsuck , i have just seven filles ( EasyHook.dll , EasyHook 32.dll , librotmp.dll , Patch .diff , rtmdump , rtmpExplorer and rtmpsrv ) ; i saw somewhere that RTMPdump+RTMPexplorer have 8 filles not 7

I not abble to put URL in VLC : Confused:
My Stream Transport is dead for many sites : (
Reply With Quote
  #7  
Old 01-08-2012, 02:25 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


Quote:
Originally Posted by bolaoito View Post
Ok ! but i dont have any knowledge about DOS was the only reason I prefer the RTMPexplorer and not RTMPdump and it`s seems there isnt a tutorial about RTMPdum for me to learn slowly. By the way the brower can make difference ? and my speednet is very slowly , this is important ?
When your speed is low, rtmpexplorer or any other software like that, detect the low bitrate of the video!! So, When you have low speed is better to do manually (about those sites that have playlist for launching videos)!!

Quote:
Originally Posted by bolaoito View Post
Another thing I saw in my folder does not exist RTMPsuck , i have just seven filles (EasyHook.dll, EasyHook 32.dll, librotmp.dll, Patch.diff, rtmdump, rtmpExplorer and rtmpsrv) ; i saw somewhere that RTMPdump+RTMPexplorer have 8 filles not 7
I had uploaded that package for someone without rtmpsuck, because wasn't needed!!
You can get the full rtmpdump package here!! Then add rtmpexplorer to it!!

Quote:
Originally Posted by bolaoito View Post
My Stream Transport is dead for many sites : (
Use StreamTransport 1.0.2.2041!!
Reply With Quote
  #8  
Old 01-08-2012, 03:28 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Angry

Re: RTMPexplorer dont make work , Why ????


I have Stream Transport 1.0 2.2171 ( is last version ) , what you trying to say that 1.o.2.2041 is better ?

The last version dont work right to cath RTMPE ?

Stream Transport like as others had to accept the policy of the Adobe and the new versions of programs can not download RTMPE ? is that ?
Reply With Quote
  #9  
Old 01-08-2012, 03:41 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


" When your speed is low, rtmpexplorer or any other software like that, detect the low bitrate of the video!! So, When you have low speed is better to do manually (about those sites that have playlist for launching videos)!! "

Give me an example and how to make with VLC , please
Reply With Quote
  #10  
Old 01-08-2012, 03:51 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


Quote:
Originally Posted by bolaoito View Post
I have Stream Transport 1.0 2.2171 ( is last version ) , what you trying to say that 1.o.2.2041 is better ?

The last version dont work right to cath RTMPE ?

Stream Transport like as others had to accept the policy of the Adobe and the new versions of programs can not download RTMPE ? is that ?
It(Stream Transport 1.0 2.2171) still works but dunno why has a lot of bugs!!

2041 is better and works!!

Quote:
Originally Posted by bolaoito View Post
Give me an example and how to make with VLC , please
Didn't get you mean!!

You want sth like this:
Code:
rtmpdump -v -r "rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_1280x720_2500.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf" -p "http://www.atom.com/funny_videos/ham_sandwich/" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
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 02:05 PM.


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