Downloading jwplayer video thats been secured?
July 31st, 2016
Thanks very much
Use a screen capture program and record it 1:1. Unfortunately, it’s the only way AFAIK.
The link might be stored in the player code itself, meaning it wouldn’t be visible in the page source. There’s a FF addon called DownloadHelper that can extract links some of the time, so you could try that Otherwise, you can try decompiling the .swf and look for the link in there, or you can run Wireshark before viewing the video and look for the request that fetches the video.
Will you PM me the link and I’ll have a play to see what i can see..
The link might be stored in the player code itself, meaning it wouldn't be visible in the page source. There's a FF addon called DownloadHelper that can extract links some of the time, so you could try that Otherwise, you can try decompiling the .swf and look for the link in there, or you can run Wireshark before viewing the video and look for the request that fetches the video.
Thanks for responding. I decided to decompile the .swf using showmycode.com and it has about 13000 lines. Not to mention, its a generic .swf link that the entire site uses http://(sitename).edu/js/mediaplayer/players.swf. I haven’t tried wireshark yet.
And I pm’d you
Yup, got it, played.. and found a way.. long winded as it involves saving the stream on-the-fly.
But at least you’ll have a copy.
Yup, got it, played.. and found a way.. long winded as it involves saving the stream on-the-fly.
But at least you'll have a copy.
Hm…odd that you weren’t able to get the URL directly. Or was it an RTSP stream?
RTMPE stream with a dynamically created address for each viewing (possibly for each segment too)
Far more security than the actual video warrants – who else would want it but a damn student anyway!?
Probably another college – another example of how DRM screws the legitimate users in the attempt to stop someone else nicking it.
More than likely they just bought someone else’s code and used that. My experience with college IT departments is that they’re not the brightest out there.
What these idiots (video DRM pushers in general) don’t realise is that if their data is so valuable and has a large enough audience to make them money, someone will just rip it with a screen capture tool; if it hasn’t been done already, it’s because not enough people are interested, i.e. their audience is too small for the DRM to serve any purpose.
More than likely they just bought someone else's code and used that. My experience with college IT departments is that they're not the brightest out there.
What these idiots (video DRM pushers in general) don't realise is that if their data is so valuable and has a large enough audience to make them money, someone will just rip it with a screen capture tool; if it hasn't been done already, it's because not enough people are interested, i.e. their audience is too small for the DRM to serve any purpose.
Excellent summation of DRM!
It really only ever hurts the paying customer..