http://www.zetv.com.cn/play.a... How can I obtain the video files?
http://www.zetv.com.cn/play.a... How can I obtain the video files?
My idea is to get all the content of the page through curl, then use regular matching to find the content you need, and then create a download request.
Take a look, this video uses the rtmp protocol
RTMP Encyclopedia, you can’t get videos through http. If you really need to download, there is a way. There is a software called rtmpdump that can be downloaded. http://rtmpdump.mplayerhq.hu/ I tried it and it can be downloaded, but the speed is a bit slow. Slow.
<code>在cmd里使用: rtmpdump -r rtmp://218.28.177.199:1935/vod2/mp4/xxsd/20160727092517877544/720p.mp4 -o m.mp4 记得-o参数,不然cmd秒奔</code>