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

Help with website

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

Shis1947 06-25-2015 07:57 AM

Help with website


 
Hello
I am trying to download a video from the website given below using rtmpdump
I tried using rtmpdump Helper but it was in vain

Pageurl: http://live.rankerslearning.com/demo/viewdemovideos
RTMPDumphelper gave me this:
Code:

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://182.18.162.84/VOD" -a "VOD" -f "WIN 18,0,0,160" -W "http://r
eleases.flowplayer.org/swf/flowplayer-3.2.16.swf" -p "http://live.rankerslearnin
g.com/demo/viewdemovideos" -y "mp4:DemoHigh_30042015_Eamcet_BOTANY_JANAKIRAM_FAB
ACEAE_512.mp4" -o mp4_DemoHigh_30042015_Eamcet_BOTANY_JANAKIRAM_FABACEAE_512.flv


Closing connection... done!

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Can anyone tell me or suggest me what to use to record those videos? I want to do this through command line so that i can control from other apps :)

P.S: The video works well when i dont run rtmpdump but it fails to load even in browser when rtmpdump is running

biezom 06-25-2015 09:19 AM

Re: Help with website


 
Quote:

Originally Posted by Shis1947 (Post 77765)
Hello
I am trying to download a video from the website given below using rtmpdump
I tried using rtmpdump Helper but it was in vain

Pageurl: http://live.rankerslearning.com/demo/viewdemovideos
RTMPDumphelper gave me this:
Code:

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://182.18.162.84/VOD" -a "VOD" -f "WIN 18,0,0,160" -W "http://r
eleases.flowplayer.org/swf/flowplayer-3.2.16.swf" -p "http://live.rankerslearnin
g.com/demo/viewdemovideos" -y "mp4:DemoHigh_30042015_Eamcet_BOTANY_JANAKIRAM_FAB
ACEAE_512.mp4" -o mp4_DemoHigh_30042015_Eamcet_BOTANY_JANAKIRAM_FABACEAE_512.flv


Closing connection... done!

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Can anyone tell me or suggest me what to use to record those videos? I want to do this through command line so that i can control from other apps :)

P.S: The video works well when i dont run rtmpdump but it fails to load even in browser when rtmpdump is running

hi
try rtmpsuck.exe instead of rtmpsrv.exe in RTMPDump Options

also maybe you need update your rtmpdump's version
you use an older version "RTMP Server 2.4 git-6230845 2011-9-25"
last version compiled by KSV
https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip

Shis1947 06-25-2015 12:33 PM

Re: Help with website


 
Quote:

Originally Posted by biezom (Post 77767)
hi
try rtmpsuck.exe instead of rtmpsrv.exe in RTMPDump Options

also maybe you need update your rtmpdump's version
you use an older version "RTMP Server 2.4 git-6230845 2011-9-25"
last version compiled by KSV
https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip

thanks for helping but its not working :(
i updated to latest version similar error
on changing to rtmpsuck, here is the output:
Code:

RTMP Proxy Server v2.4 GIT-2015-01-15 (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 : VOD
  flashVer : WIN 18,0,0,160
    swfUrl : http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf
    tcUrl : rtmp://182.18.162.84/VOD
  pageUrl : http://live.rankerslearning.com/Home/SubScribeDetailsFullNew/?4201
      live : no
  Playpath : mp4:VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PART1_256.mp4
 Saving as : 2015-06-25_11-33-29_mp4_VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PAR
T1_256.flv
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              90000.00
INFO:  length                  295398000.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  157545472.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                41.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  768.00
INFO:  height                  576.00
INFO:  frameWidth              768.00
INFO:  frameHeight            576.00
INFO:  displayWidth            768.00
INFO:  displayHeight          576.00
INFO:  framerate              25.00
INFO:  moovposition            355498159.00
INFO:  duration                3282.20

And then stuck with no progress :|
After waiting for long time, i get this with error

biezom 06-25-2015 01:00 PM

Re: Help with website


 
you must leave your video shoot. rtmpdump records in real time.
and the file is in rtmpdumphelper's folder

Shis1947 06-25-2015 01:06 PM

Re: Help with website


 
Quote:

Originally Posted by biezom (Post 77775)
you must leave your video shoot. rtmpdump records in real time.
and the file is in rtmpdumphelper's folder

Wow thank you you were right, i tried this when i stopped and it downloaded part of file so i guess it is working
Can you help me in converting the code directly into rtmpdump.exe command line? I guess that must be possible too then
The rtmpserv still not working
Here's what rtmpdump gave me
Code:

RTMP Proxy Server v2.4 GIT-2015-01-15 (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 : VOD
  flashVer : WIN 18,0,0,160
    swfUrl : http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf
    tcUrl : rtmp://182.18.162.84/VOD
  pageUrl : http://live.rankerslearning.com/Home/SubScribeDetailsFullNew/?4201
      live : no
  Playpath : mp4:VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PART1_256.mp4
 Saving as : 2015-06-26_12-32-02_mp4_VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PAR
T1_256.flv
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              90000.00
INFO:  length                  295398000.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  157545472.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                41.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  768.00
INFO:  height                  576.00
INFO:  frameWidth              768.00
INFO:  frameHeight            576.00
INFO:  displayWidth            768.00
INFO:  displayHeight          576.00
INFO:  framerate              25.00
INFO:  moovposition            355498159.00
INFO:  duration                3282.20

Edit: No, it only downloads till the time it is being streamed on the browser :| if suppose i stop streaming in browser, recording also stops
Also i tried Replay Media Catcher 6 and same problem, need to keep it on

Is this some extra layer of protection?? No way to download videos?

stinkfoot 06-25-2015 11:22 PM

Re: Help with website


 
Quote:

Originally Posted by Shis1947 (Post 77772)
thanks for helping but its not working :(
Code:

RTMP Proxy Server v2.4 GIT-2015-01-15 (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 : VOD
  flashVer : WIN 18,0,0,160
    swfUrl : http://releases.flowplayer.org/swf/flowplayer-3.2.16.swf
    tcUrl : rtmp://182.18.162.84/VOD
  pageUrl : http://live.rankerslearning.com/Home/SubScribeDetailsFullNew/?4201
      live : no
  Playpath : mp4:VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PART1_256.mp4
 Saving as : 2015-06-25_11-33-29_mp4_VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PAR
T1_256.flv
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              90000.00
INFO:  length                  295398000.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  157545472.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                41.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  768.00
INFO:  height                  576.00
INFO:  frameWidth              768.00
INFO:  frameHeight            576.00
INFO:  displayWidth            768.00
INFO:  displayHeight          576.00
INFO:  framerate              25.00
INFO:  moovposition            355498159.00
INFO:  duration                3282.20


yes downloading for me. no playing nothing. no being able to browsing this
Code:

http://live.rankerslearning.com/Home/SubScribeDetailsFullNew/?4201
still yes downloading. no playing nothing. result downloading being this file VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PART1_256. flv

yes downloading full speed with no never playing nothing. you rtmpdump being broken.

Shis1947 06-26-2015 02:50 AM

Re: Help with website


 
Quote:

Originally Posted by stinkfoot (Post 77795)
yes downloading for me. no playing nothing. no being able to browsing this
Code:

http://live.rankerslearning.com/Home/SubScribeDetailsFullNew/?4201
still yes downloading. no playing nothing. result downloading being this file VODLow_PHYSICS_JEE_LCRCIRCUITS_25112014_PART1_256. flv

yes downloading full speed with no never playing nothing. you rtmpdump being broken.

Hello, Thanks for help
I just tried on a different computer with new rtmpump and rtmpdumphelper but still can't get to work

Here is what it shows to me:


Also how were you able to download while recording in browser is off? Did you used rtmpsuck or rtmpsrv? :)
Also how for that file which you have no access it requires login? Can you post the command you used :rolleyes:

Shis1947 06-26-2015 06:06 PM

Re: Help with website


 
Ok i was trying with a different website where rtmpdump works successfully. But is there anyway to make rtmpdump open multiple connections / multi threading to increase download speed? :confused:


All times are GMT -6. The time now is 05:13 AM.