Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 04-19-2011, 07:01 PM
aldueza aldueza is offline
Aldueza
 
Join Date: Apr 2011
Posts: 11
aldueza is on a distinguished road
Default

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..
Reply With Quote
  #12  
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
  #13  
Old 04-24-2011, 03:59 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

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


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

Haippi istara!
Reply With Quote
  #14  
Old 04-24-2011, 03:09 PM
aldueza aldueza is offline
Aldueza
 
Join Date: Apr 2011
Posts: 11
aldueza is on a distinguished road
Default

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


tnx ... can u share me this program?
Reply With Quote
  #15  
Old 04-25-2011, 12:46 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


@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.

Last edited by KSV : 04-25-2011 at 02:58 AM.
Reply With Quote
  #16  
Old 04-25-2011, 04:44 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
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!
Reply With Quote
  #17  
Old 04-25-2011, 06:09 AM
aldueza aldueza is offline
Aldueza
 
Join Date: Apr 2011
Posts: 11
aldueza is on a distinguished road
Default

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!
Reply With Quote
  #18  
Old 04-25-2011, 04:55 PM
aldueza aldueza is offline
Aldueza
 
Join Date: Apr 2011
Posts: 11
aldueza is on a distinguished road
Default

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


Perfect Job! Good Application!
Reply With Quote
  #19  
Old 04-26-2011, 01:21 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


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.
Reply With Quote
  #20  
Old 04-26-2011, 01:18 PM
aldueza aldueza is offline
Aldueza
 
Join Date: Apr 2011
Posts: 11
aldueza is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
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.!
Reply With Quote
Reply Post New Thread
Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 03:27 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons