View Single Post
  #44  
Old 07-20-2016, 03:29 AM
strumpcarec strumpcarec is offline
Member
 
Join Date: May 2014
Location: United States
Posts: 42
strumpcarec is on a distinguished road
Default

Re: ISM Downloader - Download Silverlight videos and save as MKV files


I managed to get the manifest URL and "keyID" to an encrypted Silverlight video, but it seems that I don't know how to use these pieces of information properly. What am I supposed to do with the keyID?

This is what I have been doing with ismdownloaderAVC1.exe:

Code:
@echo on
ismdownloaderAVC1 "http://URL.ism/manifest" "C:\ISMdl\Video.mkv"
pause
:fin
The result is:

Code:
ERROR: Video FourCC 'H264' is not supported!
Reply With Quote