Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=8833)

aldueza 04-19-2011 07:01 PM

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


 
u see....i hope someone to resolve this problem... tnx anywayy..

yeah our language is similar to spanish..

KSV 04-23-2011 10:34 AM

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

placebo 04-24-2011 03:59 AM

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


 
Are you going to share your program (*.exe or source code)? :o

Haippi istara! :)

aldueza 04-24-2011 03:09 PM

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


 
tnx ... can u share me this program?

KSV 04-25-2011 12:46 AM

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


 
@placebo
i have downloaded the same video @ 700 kbps and yeah video plays upto around 21 minutes only but it's not my app fault. try to play that video directly from their site and video will play upto same point as downloaded video. so this video @ 700 kbps is broken on their server.

following is the media info of same episode but downloaded video is @ 500 kbps and this is complete video.
Code:

General
Complete name                    : Sample.wmv
Format                          : Windows Media
File size                        : 108 MiB
Duration                        : 35mn 2s

Overall bit rate mode            : Variable
Overall bit rate                : 430 Kbps
Maximum Overall bit rate        : 792 Kbps
Encoded date                    : UTC 2011-03-28 10:40:56.320

Video
ID                              : 2
Format                          : VC-1
Format profile                  : MP
Codec ID                        : WMV3
Codec ID/Info                    : Windows Media Video 9
Codec ID/Hint                    : WMV3
Description of the codec        : Windows Media Video 9
Duration                        : 35mn 2s
Bit rate mode                    : Variable
Bit rate                        : 360 Kbps
Width                            : 400 pixels
Height                          : 300 pixels
Display aspect ratio            : 4:3
Frame rate                      : 29.970 fps
Bit depth                        : 8 bits
Scan type                        : Progressive
Compression mode                : Lossy
Bits/(Pixel*Frame)              : 0.100
Stream size                      : 90.2 MiB (84%)
Language                        : English (US)

Audio
ID                              : 1
Format                          : WMA
Format version                  : Version 2
Codec ID                        : 161
Codec ID/Info                    : Windows Media Audio
Description of the codec        : Windows Media Audio 9.2 -  64 kbps, 44 kHz, stereo (A/V) 2-pass CBR
Duration                        : 35mn 2s
Bit rate mode                    : Constant
Bit rate                        : 64.0 Kbps
Channel(s)                      : 2 channels
Sampling rate                    : 44.1 KHz
Bit depth                        : 16 bits
Stream size                      : 16.1 MiB (15%)
Language                        : English (US)

File Hashes:
Code:

MD5:  DE55D17EA88D91D3DE20225D35927C6E
CRC32: DEEBFC24
SHA1:  D213A300B5914C971CEBF2DC664F8CCA7E1788A3

you can try following link for testing second free video from same show.
Code:

http://cycle.edgestream.com/abs-cbn%2Fmsp-pl/es-114121-MBR.asx
@aldueza
i will provide my app after some more testing though i have tested it on several videos and it works fine with all of them.

PS: EdgeStream automatically tests your bandwidth and starts streaming the detected bitrate. my app have no control over bitrate selection. it just saves whatever is being streamed by EdgeStream. so if you have faster connection then higher quality video will be downloaded.

placebo 04-25-2011 04:44 AM

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


 
Quote:

Originally Posted by KSV (Post 27994)
you can try following link for testing second free video from same show.
Code:

http://cycle.edgestream.com/abs-cbn%2Fmsp-pl/es-114121-MBR.asx

thanks KSV. it leads to:
Code:

C:\rtmpdump-2.3>"EdgeStream Dumper.exe" "esvp://1dfef6f1c68d6599e1f829d1e3afe021f1e7f6c2c52fd7efaf29d2ebaee427e5afe6d4d965dbf1f167cdeaaee036bbb3b482867887afec28cfa8e9f128.wmv" output.wmv
and i get:

output.wmv, 103 MB (108.462.080 Bytes), crc32:76AF8307

The file plays perfectly from beginning to end (22min15sec). Works great your tool!

aldueza 04-25-2011 06:09 AM

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


 
oki tnx ksv, very genius..!! hope u fix it..!! i'll wait for this program. tnx.. happy easter day!

aldueza 04-25-2011 04:55 PM

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


 
Perfect Job! Good Application!

KSV 04-26-2011 01:21 AM

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


 
This is a command line application and you need to run it from cmd prompt not by double clicking it. you need esvp url which can be obtained from asx file (save asx file and open it with notepad). command syntax is:
Code:

"EdgeStream Dumper.exe" "esvp url" "output filename.wmv"
This app only helps in downloading uncrippled video but it doesn't remove Microsoft DRM. you must have valid license to play or unDRM such DRM'ed videos.

aldueza 04-26-2011 01:18 PM

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


 
Quote:

Originally Posted by KSV (Post 28048)
This is a command line application and you need to run it from cmd prompt not by double clicking it. you need esvp url which can be obtained from asx file (save asx file and open it with notepad). command syntax is:
Code:

"EdgeStream Dumper.exe" "esvp url" "output filename.wmv"
This app only helps in downloading uncrippled video but it doesn't remove Microsoft DRM. you must have valid license to play or unDRM such DRM'ed videos.


yeah ur right it needs a valid license for other episodes.. i have downloaded the other episode protected drm.. and i'll run with drmdbg.. and he gave me up the kid and sid.. and ive try to run dragging on freeme.. but nothing happens... i think the sid is wrong.. bcoz the video quality is blurred and noisy.!


All times are GMT -6. The time now is 07:58 PM.