VDH download failed on this page #2417
-
Your questionHi, Thanks, Addon & CoApp version and detailsversion: 9.5.0.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I do not work for VDH. I am just another user. Also, please read #2214. I also was unable to get VDH to download these videos. For some reason, VDH recognizes only 2 of the videos. I think if you try to play each one, you might get VDH to detect the third one. But it seems to be a pointless exercise. I looked at what Firefox was showing in the Network Monitor of the Developer Tools. There were 4 HLS manifests shown. Two seemed to be master manifests pointing to the other 2, which were stream manifests. I ran all 4 through ffprobe & got errors. There is reference in each ffprobe report to a key file. I believe these streams are encrypted & the key file is not being read properly. This looks to me like a case of stealth DRM. They are using special techniques to ensure that the content can't be downloaded. It looks like your only recourse is a screen recorder. I did launch playback of one of the videos & it did play fine in Firefox. I had both video & audio for the few seconds I let it play. So it looks like a screen recorder would work OK with this content. But downloading seems out of the question. Why can you play the content but not download it? Because the secret formula for interpreting the key file -- actually key files, plural, there were bunches of them in the Network Monitor after I had played the bit I did play -- is built into the player on the web page. It seems to be very specifically targeted at preventing downloading. This content appears to be hosted on the cloud service Amazon Web Services. I'm sure they have all manner of tricks up their sleeve to block downloading. It's probably the same technique they use for protecting Amazon Prime videos. |
Beta Was this translation helpful? Give feedback.
I do not work for VDH. I am just another user. Also, please read #2214.
I also was unable to get VDH to download these videos. For some reason, VDH recognizes only 2 of the videos. I think if you try to play each one, you might get VDH to detect the third one. But it seems to be a pointless exercise.
I looked at what Firefox was showing in the Network Monitor of the Developer Tools. There were 4 HLS manifests shown. Two seemed to be master manifests pointing to the other 2, which were stream manifests. I ran all 4 through ffprobe & got errors. There is reference in each ffprobe report to a key file. I believe these streams are encrypted & the key file is not being read properly. This look…