PDA

View Full Version : Help download video form moon.vn


baohiep
11-02-2015, 07:20 AM
Hi everyone, sorry if my english is bad.

My friend asked me to download a video from moon.vn for him. It's a study website.

I have succeeded in downloading video from hocmai.com and iss.edu.vn (by using rtmpdumphelper). I think they are the same to moon.vn so I use URL Snooper to catch the link but I only get the rtmps url without port. I don't know which port to config in rtmpdumphelper to catch the link.

Here is what I got from URL Snooper:
http://i.imgur.com/Ldk9br5.png
RTMPDumpHelper:
http://i.imgur.com/SaJXNXZ.png

I have decompile the swf player and found the tokey is abcd1234.
If anyone know which port is, I'm very grateful. Also if then please show me how to get it?

P/s: If there's a different way to download the video please tell me. My friend really needs it. Thanks again.

PayNow
11-02-2015, 08:08 AM
If you have teamviewer Sent me via PM i'll help you. or else poste the page link i'll download & upload it

baohiep
11-02-2015, 08:16 AM
Here is an example link: http://moon.vn/ThongBao1/ThongBao1.aspx?NewsID=4315&MenuId=314

Can you show me how to download it by myself?

troller12
11-03-2015, 09:47 AM
@ baohiep

About the ports: You can enter single ports or ranges in the tool like this for example.
1934-1936,80,443
If you pay the stream and you want to find out the port then use CMD tool with the command...
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...
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