Skip to content

Instantly share code, notes, and snippets.

@sirusdas
Last active April 6, 2023 11:27
Show Gist options
  • Save sirusdas/ff3ca0dfdeb3dd9f6deefca82d86a412 to your computer and use it in GitHub Desktop.
Save sirusdas/ff3ca0dfdeb3dd9f6deefca82d86a412 to your computer and use it in GitHub Desktop.
A way to download videos hosted on Amazon Web Services.
rtmpdump -v -r "rtmps://53c7c8e287199.streamlock.net/vods3/mp4:amazons3/coursekart/videos/1521/topics/Introduction to Compilers - Part - 1 of 1_qtp.mp4" -y "mp4:amazons3/coursekart/videos/1521/topics/Introduction to Compilers - Part - 1 of 1_qtp.mp4" -W "http://d2190hpfa85jkd.cloudfront.net/v11/student/swf/flowplayer-3.2.18.swf" -o Introduction to Compilers.mp4
or
rtmpdump -r "rtmpe://s2s984nlpdzqvb.cloudfront.net/cfx/st/mp4:gate/published/ap_tp_lecture_2017-12-19-17-00_Digital_Electronics_Karth_b9542f91-7f5c-4bf3-a3e5-7b0914db6ae8_11-32-54_2017-12-19-12.36.16.498-UTC_mnhj.mp4" -y "mp4:gate/published/ap_tp_lecture_2017-12-19-17-00_Digital_Electronics_Karth_b9542f91-7f5c-4bf3-a3e5-7b0914db6ae8_11-32-54_2017-12-19-12.36.16.498-UTC_mnhj.mp4" -W "https://doubtpoint.tv/gate/vendor/libs/jwplayer.flash.swf" -o abc.mp4 -e -b 12000
NOTE- 12000 is changed by the video length in seconds.
@harshil2424
Copy link

can you help me how to use this

@Navpan18
Copy link

Navpan18 commented Apr 6, 2023

please help me with encrypted m3u8 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment