View Single Post
  #9  
Old 04-23-2011, 10:34 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: How to download/record/capture esvp:// stream


I have further investigated this issue. this site seems to contain three types of videos and all of them use http protocol. you just need to figure out the correct url of stream.

1. first type of videos are that in which video is protected by Microsoft DRM and requires valid license to play or unDRM. check my first post
Code:
http://stream-recorder.com/forum/showpost.php?p=27643&postcount=5
2. second type of videos are that in which video is not protected by Microsoft DRM but it uses a custom encryption which can be decoded only by EdgeStream while playing the video. That's the reason why we were not able to play the downloaded video for following url:
Code:
http://cycle.edgestream.com/abs-cbn%2Fmsp-pl/es-114047-MBR.asx
3. third type of videos are that which are neither protected by Microsoft DRM nor by their own custom encryption. these videos can be directly downloaded and played.
Example url: Imortal Episode 1
Code:
http://tfcnow.abs-cbn.com/index_freevideos.aspx
Download link:
Code:
mmsh://abscbn7.streamguys.us/abs-cbn/teleserye/imortal/20101004-imortal-low.wmv
So how to save the second type of free videos?

I have developed an application which can dump second type of videos.
your video url:
Code:
http://cycle.edgestream.com/abs-cbn%2Fmsp-pl/es-114047-MBR.asx
screenshot of my app:


Media Sample of downloaded file:
Code:
http://www.mediafire.com/file/1g8v3ea9a2o63e6/Sample.wmv

Last edited by KSV : 04-23-2011 at 12:06 PM. Reason: Sample uploaded
Reply With Quote