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

Download video from specific webcast

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

SceneDL 12-14-2017 01:24 AM

Download video from specific webcast


 
Hello, I need help regarding downloading from the site (given below).

Link:
RTMPE:
Quote:

rtmpe://s1w4et4nwm09lv.cloudfront.net:1935/cfx/st/mp4:webcast/99/video/Final Quant - SNAP
I wasted a lot of time but unable to find the solution. Please take your time and provide a valid solution. Thankyou

Edit:

I tried freeware RTMPexplorer with RTMPdump. Hopefully, it initiated downloading but it interrupts in the middle. I tried more than 5 times but it interrupts at the same size. Please help me out.

Log:

Quote:

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

rtmpdump -r "rtmpe://s1w4et4nwm09lv.cloudfront.net:1935/cfx/st/" -a "cfx/st/" -f "WIN 25,0,0,171" -W "https://d2j5br2nd2mkwz.cloudfront.net/jwplayer.flash.swf" -p "https://cl-video.s3.amazonaws.com/webcast/99/html/99.html" -y "mp4:webcast/99/video/Final Quant - SNAP" -o Final Quant - SNAP.flv

Closing connection... done!

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: connection lost while downloading swfurl https://d2j5br2nd2mkwz.cloudfront.ne...ayer.flash.swf
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 11552.64
INFO: moovPosition 331118408.00
INFO: width 1280.00
INFO: height 720.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 40.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: tags:
INFO: ©too HandBrake 1.0.7 2017040900
INFO: trackinfo:
INFO: length 1039737600.00
INFO: timescale 90000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 554526720.00
INFO: timescale 48000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
80256.887 kB / 3625.84 sec (31.3%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
80548.474 kB / 3680.83 sec (31.8%)
Download may be incomplete (downloaded about 31.80%), try resuming

troller12 12-14-2017 11:30 AM

Re: Download video from specific webcast


 
Hi,

the video is very long with over 3 hours and in HD too.First you can try to use the resume paramter of rtmpdump you can use for not live streams.
Code:

--resume|-e            Resume a partial RTMP download
If it does fail too on any position of video and download video in parts using parameter...
Code:

--start|-A num          Start at num seconds into stream (not valid when using --live)
--stop|-B num          Stop at num seconds into stream

....like this...
Code:

80256.887 kB / 3625.84 sec (31.3%)
-A 3625
or
80548.474 kB / 3680.83 sec (31.8%)
-A 3680

....now the next download (change output name) starts from position the download did stop before.Do it so long its needed to get whole video and then append / cut video by keyframes (dont need to re-encode with any codec) with VirtualDub (freeware) or Machete (not free) tools.The video has also much time where nothing happens (they did some breaks etc) you can cut out.Just try this.

PS: -A 11510 just a few seconds before video ends.
Code:

DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Stop
DEBUG: Invoking deleteStream
DEBUG: Got Play.Complete or Play.Stop from server. Assuming stream is complete

greetz

SceneDL 12-17-2017 11:42 AM

Re: Download video from specific webcast


 
Thank you troller12. :)


All times are GMT -6. The time now is 02:46 PM.