View Single Post
  #4  
Old 11-03-2015, 09:47 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Help download video form moon.vn


@ baohiep

About the ports: You can enter single ports or ranges in the tool like this for example.
Code:
1934-1936,80,443
If you pay the stream and you want to find out the port then use CMD tool with the command...
Code:
netstat -ano
...to see all remotes / IP addresses / ports / status / PID.In this case port is 443 you can enter in the tool.

Now you can also use...
Code:
rtmpdump -r "rtmps://123.30.136.230:443/vod//Info/Toan2016/ProS/Gioi thieu/02.Khoa luyen thi THPTQG 2016.mp4" -T "abcd1234" | "player" -
greetz
Reply With Quote