View Single Post
  #5  
Old 07-20-2016, 08:56 PM
mdg84 mdg84 is offline
Junior Member
 
Join Date: Jul 2016
Posts: 5
mdg84 is on a distinguished road
Default

Re: RTMPDump Batch Download Script


Code:
rtmpdump -r "rtmpe://website.com:1935/vod_paid" -a "vod_paid" -f "WIN 22,0,0,209" -W "http://website.com/flash/title_player.swf" -u "xxxxxxxxxxxxxxx" -p "http://website.com" -y "mp4:path/to/video1" -o "D:\video1"

rtmpdump -r "rtmpe://website.com:1935/vod_paid" -a "vod_paid" -f "WIN 22,0,0,209" -W "http://website.com/flash/title_player.swf" -u "xxxxxxxxxxxxxxx" -p "http://website.com" -y "mp4:path/to/video2" -o "D:\video2"

rtmpdump -r "rtmpe://website.com:1935/vod_paid" -a "vod_paid" -f "WIN 22,0,0,209" -W "http://website.com/flash/title_player.swf" -u "xxxxxxxxxxxxxxx" -p "http://website.com" -y "mp4:path/to/video2" -o "D:\video2"
Example of the command lines, obscured of course. Works perfect when I manually pasted into the command prompt.
Reply With Quote