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

Download key protected m3u8

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

bloodhand 01-25-2017 03:12 AM

Download key protected m3u8


 
Hello!

This is the original link for the video: http://protvplus.ro/produs/apropo-tv...decembrie-2016.

I tried the following ffmpeg batch with no success:
Code:

ffmpeg -i http://cdn.drm.protv.ro/protvplus.ro/2017/01/12/43c7a0a664d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05.m3u8 -c copy -absf aac_adtstoasc video.mp4
The error I get is:
Quote:

HTTP ERROR 403 Forbidden
Unable to open key file http://drmapi.protv.ro/keys/get/protvplus.ro/61307737
I guess I have to download the key file and put it into the folder along with ffmpeg.exe, but I have no idea how to do this...

Thanks in advance.

bloodhand 01-25-2017 07:15 PM

Re: Download key protected m3u8


 
Nothing, anyone? I tried parsing cookies with various methods, none of them worked... If someone could only guide me what I should start with... maybe I could accomplish it myself after that.

Irritant4 01-25-2017 10:32 PM

Re: Download key protected m3u8


 
I tried everything I know about but nothing worked


Code:

"E:\video\livestreamer-v1.12.2\livestreamer.exe" "hlsvariant://http://cdn.drm.protv.ro/protvplus.ro/2017/
01/12/43c7a0a664d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05.m3u8" best -o "c:\temp\TEST_1.ts"
[cli][info] Found matching plugin stream for URL hlsvariant://http://cdn.drm.protv.ro/protvplus.ro/2017/01/12/43c7a0a664
d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05.m3u8
[cli][info] Available streams: 136k (worst), 480p (best)
[cli][info] Opening stream: 480p (hls)
[stream.hls][error] Failed to create decryptor: Unable to open URL: http://drmapi.protv.ro/keys/get/protvplus.ro/6130773
7 (403 Client Error: Forbidden)
[cli][error] No data returned from stream


bloodhand 01-26-2017 02:11 PM

Re: Download key protected m3u8


 
Someone from videohelp forum gave me the solution I already knew about: modify m3u8 to load a local key file instead of url, update every .ts part with full link and place the key file, m3u8 file and ffmpeg in the same folder, then issue -c copy command for that m3u8. But I don't know how he managed to get the key file, as entering key url in browser gives nothing.

bloodhand 02-09-2017 06:32 PM

Re: Download key protected m3u8


 
I made the guide as requested in PM, hoping it would help others too:

How to:
1) Install Firefox and AdBlock Plus plugin. Then, open the page with the video: http://protvplus.ro/produs/apropo-tv...decembrie-2016 and click ABP icon in upper-right corner and choose Open blockable items.
2) A menu will appear on the bottom and search there for "m3u8". You are interested in this link http://cdn.drm.protv.ro/protvplus.ro...o=1994000.m3u8. Right click on it and choose open in new tab. A download prompt will appear with the m3u8, save it, rename it to "1994000.m3u8" and start editing it with notepad (make sure to have format -> word wrap activated).
3) Click edit -> replace and replace "43c7a0a664d7d0fa805d26a047feda05" with "http://cdn.drm.protv.ro/protvplus.ro/2017/01/12/43c7a0a664d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05" and make sure to replace all.
4) Then, look for "URI="http://drmapi.protv.ro/keys/get/protvplus.ro/61307737"" and replace "http://drmapi.protv.ro/keys/get/protvplus.ro/61307737" with "61307737.key". After this, save the modified m3u8 file.
5) Now, to have the correct key, you need to install Fiddler 2 Portable from here: https://downloads.sourceforge.net/pr...e_mirror=netix. Install it and run it.
6) Now, go to Mozilla and refresh the page with the video: http://protvplus.ro/produs/apropo-tv...decembrie-2016. Keep it running until the video starts playing, then close the tab.
7) Go to Fiddler and look in the list for the key url: "http://drmapi.protv.ro/keys/get/protvplus.ro/61307737". Right click on it and choose decode selected session. Then, right click again and choose inspect in new window. Select Response from top, then go to HexView tab, and select all blue bytes (from F9 to 10), right-click on the selction and choose save selected bytes and save as "61307737.key".
8) Now make a folder an place "61307737.key" and "1994000.m3u8", but also a copy of ffmpeg.exe. Then, create a new batch file with this command without the quote marks: "ffmpeg -protocol_whitelist "file,http,https,tcp,tls,crypto" -i "1994000.m3u8" -c copy 1994000.mp4" and run it and you should see the video downloading successfully.

P.S. When I said select all blue bytes I meant to select the bytes written in blue (dark-blue) font at the end. Select them directly in the hex (don't bother to select the text from the right part) as it's easier.

Also, be careful that the video we talk about is broken (missing segments somewhere in the middle of the video), so it will eventually stop downloading and the video will be unplayable. You have to look and note the last present segment and reedit the m3u8 to stop downloading at that segment. Then, you have to find the first working segment after the missing ones by trial and error, make a new m3u8 and download the second part separately. After that, I had to merge them with ffmpeg concatenate option, because they didn't fix the stream yet and I wanted to keep the working part of the video.

bloodhand 03-07-2017 10:05 AM

Re: Download key protected m3u8


 
As requested, I uploaded a picture which better explains the "select bytes from F9 to 10" part when saving the key file:

troller12 03-08-2017 01:32 PM

Re: Download key protected m3u8


 
Hi,

nice infos and step by step tut bloodhand,thank you for this.So I tried it to check whether it works but ffmpeg makes trouble and gives me a error message about "error when loading first segment ...invalid data found...".So it does stop on first ts segment.Also dosent work if I add header datas.Also get same error infos if I just use the playlist http link.Something is going wrong.

About the keyfile.Did you save the content of this as ASCII sting or in hex bytes?In browser console you can find the ASCII key.In my case...
Code:

??Ä×±?ZEb¦n÷\ ]

F93FC4D7B1CA5A4562A66EF75C205D10

Is there no option paramters for ffmpeg / livestreamer to to use keyfile from disk instead to read it from the playlist?Then you wouldnt need to download & edit the playlist anymore.

greetz

kumop4 03-09-2017 03:12 AM

Quote:

Originally Posted by bloodhand (Post 89515)
Hello! This is the original link for the video: http://protvplus.ro/produs/apropo-tv...decembrie-2016. I tried the following ffmpeg batch with no success:
Code:

ffmpeg -i http://cdn.drm.protv.ro/protvplus.ro/2017/01/12/43c7a0a664d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05.m3u8 -c copy -absf aac_adtstoasc video.mp4
The error I get is: I guess I have to download the key file and put it into the folder along with ffmpeg.exe, but I have no idea how to do this... Thanks in advance.

C??m ??n v?¬ b?*i viá??t hay v?* bổ ?*ch

troller12 03-09-2017 12:32 PM

Re: Download key protected m3u8


 
Hi,

ok I tried it again today and found the problem I had before.So Firefox did output a wrong ASCII string sign.Now it works using the right ASCII string. :)

greetz

bloodhand 03-13-2017 01:58 AM

Re: Download key protected m3u8


 
The ASCII characters displayed in Firefox are wrong, this is why you have to use Fiddler to save the key file directly, so no copy/paste involved that might wreck the special characters the key file has.

About reading key file from disk directly without editing the m3u8... Unfortunately, even if ffmpeg/livestreamer had such a parameter, you still have to save the key file using Fiddler, because the key file is generated after some complex cookie send/receive within the http coding, so you can't get the key file any other way. This is why if you leave the original key link into the m3u8 it won't work, because ffmpeg/livestreamer cannot parse cookies. I also tried in the first place to parse special cookies to the m3u8 before editing, but I did not succeed. Also, like I said above, copying and pasting the key code from Firefox might not work if there are special characters involved. You can test this by comparing the key characters from Firefox with the ones from the key file saved with Fiddler and you'll understand what I mean.

troller12 03-13-2017 11:57 AM

Re: Download key protected m3u8


 
Hi again,

yes I see that FF does show wrong ASCII chars so that the problem.Also there is no hex view in FF or Chrome where you could see the right hex bytes you could copy and convert to ASCII.Anyway.

So I checked the site again to see how you get access to the keyfile site and there are only 2 sites called.The first site to prepair the access / allowing to the keyfile site.The first site you can call always successfully and from there you only need to grab the PHPSESSID=* value and the SERVERID=* which you now can use with the keyfile site to make a new request.So this you have to do very quick (just have 3 seconds time) to get successfully access and response = keyfile bytes instead to get status 403 forbidden. :) Thats all.
Code:

http://drmapi.protv.ro/hlsengine/prepare/
http://drmapi.protv.ro/keys/get/protvplus.ro/61307737

So I am not very common with ffmpeg tool but somehow it should be maybe possible to tell ffmpeg or set paramaters what to do and how to access and prepair the keylink from the playlist.Something like this....
Code:

ffmpeg -i "playlist_link.m3u8" -prelink "http://drmapi.protv.ro/hlsengine/prepare/" (PHPSESSID=*),(SERVERID=*)
...just a idea you know so I dont know whether ffmpeg has such features or not to build something like this.But if so then ffmpeg could read the prepair link first to grab the set cookie paramters from response and to use it if it does access the keyfile link from playlist to get a successfully access to this link to prevent a forbidden access.

greetz

manutd 04-09-2017 09:06 AM

Re: Download key protected m3u8


 
Hi there,

So I have almost the same link with the m3u8.
This is the link:

http://cdn.drm.protv.ro/voyo/2017/04...o=1494000.m3u8

But I am stuck because it's a different path to the "key":

URI="http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=156749

The key is 156749. I replaced the whole link with 156749.key, but of corse it does not work. I missed something or I am doing something wrong.

Also there are severeal links:

...
http://cdn.drm.protv.ro/voyo/2017/04...o=6000000-8.ts
http://cdn.drm.protv.ro/voyo/2017/04...o=6000000-9.ts
http://cdn.drm.protv.ro/voyo/2017/04...=6000000-10.ts
...ETC

They are from 1.ts to 2706.ts

So 2706 .TS files which together and merged will result in the whole video. 2 hors and 10 GB maybe.
Tried to get all of them with JDownloader and merged them, but off course the video is not playable...

I am stuck, please help!

troller12 04-09-2017 01:56 PM

Re: Download key protected m3u8


 
Hi,

you have to post the browser page where you do watch the stream.If you check this key link alone without right request header (origin / referer / cookies etc) paramters...
Code:

http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=156749
....then it dosent work and you get status 403 forbidden.Just follow that key link in browser console if you see the stream and check the response = key you need and this you have to download like before was already explain.

greetz

manutd 04-10-2017 01:14 PM

Re: Download key protected m3u8


 
Okay, so I spent all day trying to make this work, I have some progress but not the final result, because again I get stuck.

The main BIG difference is that I don't have only one .m3u8 like the one in example (http://cdn.drm.protv.ro/protvplus.ro...=1994000.m3u80)

instead I have the following .m3u8's links:

1) http://cdn.drm.protv.ro/voyo/2017/04...o=1494000.m3u8
2) http://cdn.drm.protv.ro/voyo/2017/04...o=2000000.m3u8
3) http://cdn.drm.protv.ro/voyo/2017/04...o=6000000.m3u8
4) http://cdn.drm.protv.ro/voyo/2017/04...eo=995000.m3u8
5) http://cdn.drm.protv.ro/voyo/2017/04...deo=64000.m3u8
And it does not STOP, the further the video plays the more liks appear.

So here are 5 links for the 10 minutes of the video
-1494000.m3u8
-2000000.m3u8
-6000000.m3u8
-995000.m3u8
-64000.m3u8

I'm not 100% sure that new links apprear, I am 20 min in the video so far, and no new links.
I don't really know how this works I move the video until the end and there were no new links generated.
So I think 6 links with . m3u8

Another issue I think is my "key". The link is this:
URI="http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=159764" and the key is: 159764, CORRECT?
So replaced the link: "http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=159764" with "159764.key"

Another thing is the key in hex in not BLUE is just BLACK.

I made 3 links and I attached the results from batch:





I do not understand what is wrong, I'm I doing something rong or I miss something? Or it is impossible to get the video from this type of link.

Thank you in advance!

LE: There were no ne links generated after 1 hour of video.

Also here are my modified .m3u8 files. They all have the same key: 159764 (if that is the right key anyway)
https://ufile.io/43403
https://sharefa.st/download/cPp90ZsYO4F2/rar

troller12 04-10-2017 03:31 PM

Re: Download key protected m3u8


 
Hi,

again: Post the browser pagelink where you do watch the stream.

If the key link is protected (need to use specific static or also dynamic request paramters) then ffmpeg & Co will fail to get successfully access to this link.

So the 5 playlist links you have are a part of the master playlist you can normaly use with hlsvariant scheme to choose any link with qualitiy X.So in your case you can choose from 5 diffrent streams.If you look inside of these single playlist then you can see another infos like all ts links from 1 - 2706 = your entire stream you want to download.At the top you can see the key method info and link...
Code:

EXT-X-KEY:METHOD=AES-128,URI="http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=159764"
...this is the link to request the key.So if you now call this key link alone without any specific parameters then it dosent work and I get status 403 forbidden as response back.So you can try this simple by yourself if you enter the link in your browser and check the browser console.So it means you need specific request paramters to call this key link successfully and to get response status 200 for example and then you can also see some key datas into response content.Also this you can check / follow in your browser if you enter the stream address where you can watch the stream.Thats why I did ask you post the URL of the stream to grab all datas by myself.

The id 159764 isnt the key so its just a part of the key URL to read the key bytes from.What you have to do is to download the key bytes into a file which you can then name to 159764.key or whatever and then mod the playlist (as you can see some posts before) and then use ffmpeg to play or download your video.

If you got the right key bytes into your key file then it will also work but if they wrong then you get the message like on the picture you did postet of ffmpeg (failed to open segment).

Just try again and check the example above another time which is same to your link.

PS: Post the page URL of the stream next time.

greetz

bloodhand 04-10-2017 04:09 PM

Re: Download key protected m3u8


 
Sorry for my late reply. Please post original link of the video where you watch it in the browser. When I'll have that link, I'm going to test and rewrite the guide for your personal case. I also hope we don't need an account for that, but as far as I know voyo cannot be accessed without a paid account.

You must use my previous guide to find the key in Fiddler, then save it as the keyfile. This is the only thing that's left for you to do and this is the reason you get the error in ffmpeg command line response.

And yes, "troller12" is right, each m3u8 is for a different video quality and that number is actually the bitrate of the video in bps I think.

LE: Never mind, I tested with your link above and it's working. You got the key file correctly, but you edited the m3u8 the wrong way. After you download the above m3u8, you have to edit it and use the replace function in notepad to replace "159764-d415cfea8fa04e84b60543d1ffaab521" with "http://cdn.drm.protv.ro/voyo/2017/04/10/159764-d415cfea8fa04e84b60543d1ffaab521.ism/159764-d415cfea8fa04e84b60543d1ffaab521". Please take into account that you have to actually use the same path as the m3u8, but you have to pay attention to the fact that notepad replace with cannot be very long, so you have to replace only a part of the link, but you have to make sure it matches perfectly. Also, do not forget to replace the keyfile link with the local *.key file. It should work now with no issues with your key file provided, I tested it a minute ago and it works.

So you must pay attention to the m3u8 renaming of all ts parts according to the original location of the m3u8.*

P.S. Too bad they didn't update the database for Apropo TV and Romania Te Iubesc, but luckily for us, we have IceTorrent and SceneFZ trackers to download MOO/iREAL releases...

manutd 04-11-2017 01:11 AM

Re: Download key protected m3u8


 
i'm at work right now, loging from my mobile via chrome remote but i will read what you guys wrote and replay as soon as possible

manutd 04-11-2017 10:36 AM

Re: Download key protected m3u8


 
@troller12

This is the main link for the video:
http://voyo.ro/product/emisiuni/1584...lent-2017-ed-8

But I forgot to mention because I think it matters, it does not autoplay like the link-video from apropo.ro, also you need an account, otherwise the video won't start.

I am a bit lost about "hlsvariant scheme"...

I uploaded the 159764.key for you to check.

First thing that I did was to make the apropo.ro video link, It worked but at one point when the filesize was 32 Mb or 320Mb it got stuck because of a segment error, I can't remember exactly because it was 2 days ago.

Sorry about not posting the original video URL, it's this one I think: http://voyo.ro/product/emisiuni/1584...lent-2017-ed-8

But like I said it won't worked for you.
All the video links are in the attachments:
http://cdn.drm.protv.ro/voyo/2017/04...o=2000000.m3u8
http://cdn.drm.protv.ro/voyo/2017/04...o=6000000.m3u8
http://cdn.drm.protv.ro/voyo/2017/04...deo=64000.m3u8

Also this one which is different, it's something with resolution:
http://cdn.drm.protv.ro/voyo/2017/04...1ffaab521.m3u8

thank you!


@bloodhand

The link-video is different than apropo.ro because it does not starts automatically and you need an account to watch, here it is:
http://voyo.ro/product/emisiuni/1584...lent-2017-ed-8

Okay so each of these:
-1494000.m3u8
-2000000.m3u8
-6000000.m3u8
-995000.m3u8
-64000.m3u8
represents the QUALITY, because I have 6 options in my browser lol:
LQ
MQ1
MQ2
MQ3
HQ1
HQ2
now I think I understand what these means.

So from this m3u8 I replaced:

"d415cfea8fa04e84b60543d1ffaab521-audio=159985-video=6000000-1.ts
#EXTINF:3, no desc
159764"

"d415cfea8fa04e84b60543d1ffaab521" with "http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=159764"

and all the links look like:

http://voyo.ro/lbin/mplay/eshop/ws/g...o=6000000-1.ts
#EXTINF:3, no desc
159764

Don't remember exactly but I think this is what I did yesterday

And only ONE link at the begining for the key:
"http://voyo.ro/lbin/mplay/eshop/ws/getAesKey.php?id=159764" with "159764.key" this I think I got it wright.

I will try again NOW after I write this to you.

This is why I want to do this because the last episode from Romanii au talent is messed up and I want a quality video from that episode. SceneFZ is closed and IceTorrent uploader missed the last episode and was uploaded from somwhere else, that's why it's so messed up.

So thank you very very much for this!

I will begin now and will come back with results!!!!

troller12 04-11-2017 11:26 AM

Re: Download key protected m3u8


 
Hi,

so why dont say it that you need a account?Ok without account I cant check the process and I dont register there just to check this.

So you dont need to enter the key link URL into the playlist for the ts parts so there you need to enter the playlist link without the last path part + ts path = Entire URL to ts parts.
Code:

159764-d415cfea8fa04e84b60543d1ffaab521-audio=63985-video=64000-1.ts

to

http://cdn.drm.protv.ro/voyo/2017/04/10/159764-d415cfea8fa04e84b60543d1ffaab521.ism/159764-d415cfea8fa04e84b60543d1ffaab521-audio=63985-video=64000-1.ts

Do this with all ts paths inside.Later you do call the modded playlist from your computer with ffmpeg and not from the internet.Thats the reason why you have to edit it.If you also got downloaded your key bytes already into a file then enter the file path at the key URI location in your modedd playlist and now start ffmpeg with the right paramters.

greetz

manutd 04-11-2017 12:09 PM

Re: Download key protected m3u8


 
Sorry troller12 I forgot to mention that, but I can provide all the necessary links from this video and the key.

GOD... now I get error "empty playlist"...

Also I am so stupid that I don't know how to to what you said...

will try again...
come back later with results

thank you


LE: here are my m3u8 files which I am so limited and can't modify correctly:
https://ufile.io/68e21
https://sharefa.st/download/kbcmnip1UAF2/rar

I still get empty playlist in ffmpeg...

LE2: all the modified links from the m3u8 file look like this:
no deschttp://cdn.drm.protv.ro/voyo/2017/04/10/159764-d415cfea8fa04e84b60543d1ffaab521.ism/159764-d415cfea8fa04e84b60543d1ffaab521-audio=159985-video=6000000-1.ts
#EXTINF:3

correct?

LE3: So I intentionally NOT modified the URL for the key just to see what is different:




LE4:

So I changed in batch the extension from .mp4 to .ts and now this is happening:


Also I don't really know who ffmpeg works, I would like to extract the original file from the link which I think is .ts?
Also would like to know if I can convert the original .ts file to an .mkv or .mp4 file with the bitrate that I CHOOSE! but this is not a priority, the priority is to modify the m3u8 file correctly.

Ok so the video is 2 hours and 15 minutes and 4 minutes passed and the process is this:

00:00:03.84 meaning 3 minutes from the whole 2 hours and 15 minutes? is there a way to speed this up?


FINAL EDIT:?


Does this means that this is ok? no error message whatsoever. I got it right the first time I edit, what was wrong was the command inside the batch.
I just replaced .mp4 with .ts.

It runs a bit faster now 2 mintes and the progress is at 14 min from 2 hours.
Also will let the other one to finish.

Will come back with results!

troller12 04-11-2017 02:07 PM

Re: Download key protected m3u8


 
Hi,

so seems you got it working now... :) ... to download something.So before you download any big files you should try to play them first.Just a info.Or just play the file during the download (also working with VLC) just to see whether you got the right stuff.

PS: Ok your latest picture looks correctly so far.

greetz

bloodhand 04-11-2017 02:27 PM

Re: Download key protected m3u8


 
@troller12: This is what I've said in the first place about incorrect renaming of the m3u8 file, but he didn't seem to fully understand this until you wrote the same thing I've said before.

@manutd: It should work with saving as an mp4 as well, I've tested it last night, the empty playlist doesn't have anything to do with the saved file format, .ts or .mp4. It's more likely you didn't correctly rename the m3u8 path for the .ts segments. You should be able to save the file as .mp4 directly, not only as .ts.

Also, the protvplus.ro video with Apropo TV 25 decembrie 2016 is broken, because a big part of the .ts segments are broken and can't be loaded. So I had to manually check the working segments and skip the ones that didn't work in order to have the working parts downloaded. Unfortunately, those guys from ProTV Plus / Voyo administration don't give a f*ck about checking videos for errors and uploading all the current tv shows, so this is why not even on Voyo you can't see the 2017 episodes of Romania Te Iubesc or Apropo TV, because they are not uploaded. They don't even give a f*ck about it even if I wrote them a bunch of emails to ask them to correct these issues. Romania is Romania after all...

About the speed, yes, it is slow, because it's not downloading directly, as saving from a stream is happening, so the saving process has the same speed as the stream loading. You can't speed this up, sometimes it works faster, sometimes it doesn't, it's up to the stream loading speed, nothing you can do.

Also, scenefz is back (http://scenefz.me/) as a clone and MOO/iREAL recordings are being released there as well.

manutd 04-11-2017 02:41 PM

Re: Download key protected m3u8


 
Ladies and gentleman!

IT WORKED.

I know where I was wrong.

1) wrong edit in .m3u8 file:

I edited:
"d415cfea8fa04e84b60543d1ffaab521"
instead of:
"159764-d415cfea8fa04e84b60543d1ffaab521"

Forgot to include the "159764" because of how my notepad was expanded, it was not in the same line, stupid I know!!!

2) the batch file command.

from .mp4 changed to .ts

This is my first time and attempt to get this type of file, I used a lot JDownloader but not for m3u8.
I think this will happen with this link as well in time, it worked great because it's fresh and new, but who knows.
Regarding SceneFZ I got that email that they are back but I never registered.

Going back to ffmped/conversion/extraction.

I do not now how ffmpeg works at all:
ffmpeg -protocol_whitelist "file,http,https,tcp,tls,crypto" -i "6000000.m3u8" -c copy 6000000.ts

protocol, file, http, https, tcp, tls, crypto, -i

I do not know what each of these commands do.
I think this is linux command, I am noob at this, I work only whit windows.
But I will like to understand them a bit.

If I put .mkv, .ts at the end it will convert from the original .ts file which is hosted on the voyo server?

Also I got this AWESOME tool called: m3u8x which can convert .ts to .mp4 leaving the bitrate intact.

I will play more with this tomorrow. Have to sleep, work bla bla.

GUYS, thank you from the bottom of my heart, without this post and you I would never accomplish this!!!!

JonDough 04-11-2017 02:47 PM

Re: Download key protected m3u8


 
The m3u8 files on servers are usually in unix utf-8 format. Loading them in notepad is bound to display a huge blob of undifferentiated text. Using search/replace in notepad will often ignore or overwrite line endings. It is far better and easier to edit utf-8 m3u8 files on windows using notepad++.

bloodhand 04-12-2017 03:30 AM

Re: Download key protected m3u8


 
TS, MKV, MP4 they are all container format, video inside is avc/x264/h264. Any format you choose in ffmpeg should work the same. I always save m3u8 as mp4. "-i" is the input command. Whitelisting is used to avoid any errors, try without those and you'll see it won't work. No linux code, just ffmpeg code for protocols used, default they are off, so you must turn them on by that command.

rishabhbansal 07-28-2017 02:52 PM

Re: Download key protected m3u8


 
https://s3.amazonaws.com/100p-admin/...158357f3_.m3u8

Need to download this video file, please help :)

rishabhbansal 07-28-2017 03:20 PM

Re: Download key protected m3u8


 
https://s3.amazonaws.com/100p-admin/...e3ae9e3d_.m3u8

tianhuy 08-04-2017 12:54 AM

Re: Download key protected m3u8


 
need help download video streaming
https://hoc24h.vn/xem-bai-giang-truc...2&class_id=114
binhminh2002 pass: anhbinhminh
Thank you

mariellbergh 11-19-2017 01:06 PM

Re: Download key protected m3u8


 
Need to download this video file, please help :)
https://voyo.ro/product/seriale/1070...-primul-episod

tranglinhdn1 11-19-2017 07:34 PM

Quote:

Originally Posted by bloodhand (Post 89515)
Hello! This is the original link for the video: http://protvplus.ro/produs/apropo-tv...decembrie-2016. I tried the following ffmpeg batch with no success:
Code:

ffmpeg -i http://cdn.drm.protv.ro/protvplus.ro/2017/01/12/43c7a0a664d7d0fa805d26a047feda05.ism/43c7a0a664d7d0fa805d26a047feda05.m3u8 -c copy -absf aac_adtstoasc video.mp4
The error I get is: I guess I have to download the key file and put it into the folder along with ffmpeg.exe, but I have no idea how to do this... Thanks in advance.


B??n ch?? x?? nhá?*t, bá??c kinh lai nhá?*t tá??i Th?*nh phố Ä??* Ná?µng
Nhá?±m Ä‘??p ứng nhu cá?§u t?¬m mua 1 b?© c??n c?°ng Ä‘??ng iu m?* gi?? cá?? lá??i cá»±c ká»? sinh vi??n,KPETMART tr??n trá»?ng giá»›i thiệu Ä‘á??n qu?? kh??ch h?*ng Ä‘?*n Puppy nhá?*t l?´ng x?? v?* bá??c kinh lai nhá?*t Ä‘ang cá?§n t?¬m nh?* má»›i.
C??c b?© Ä‘á»?u size cá»±c mini, l?´ng x?? nh?¬n c?°ng iu lá??m lu?´n á??, Ä‘á»?t n?*y si??u thị c?©ng vá»? đủ m?*u l?´ng cho cá?? nh?* thoá??i m??i lá»±a chá»?n...
C??c b?© Ä‘á»?u Ä‚n khoá?» nghịch khoá?», ị tốt, Ä‘?? Ä‘?°á»?c xổ giun Ä‘á?§y đủ, sức khá»?e tốt sá?µn s?*ng vi vu vá»? nh?* má»›i....
H?¬nh á??nh c??c b?© tá??i cá»*a h?*ng th?? c?°ng KPETMART


xem th??m h?¬nh c??c em tá??i link facebook cá»§a shop nh?© c??c t?¬nh iuhttps://www.facebook.com/KPetMart.net/posts/1874424496203042 hoá?·c tá??i website: http://petdn.com/kpetmart-chao-ban-dan-puppy-nhat-long-xu-thang-11-bid169.html



Nhanh ch??n gh?© shop Ä‘??n cá»?c b?´ng di động xinh xá??n, Ä‘??ng iu n?*o:
???«KPETMART- 19 nguyá»…n ph?°á»›c th??i, Q.Thanh Kh??, TP. Ä??* Ná?µngâ?Ž?¸? Phone : 0989.288.470 (zalo, viber)website: http://petdn.com/facebook: https://www.facebook.com/KPetMart.net


Tá??i sao n??n chá»?n lá»±a KPETMART????

+ C??c p?© C??n lu?´n lu?´n c?? sá?µn tá??i KPETMARTc??c bá??n nh?© ! (Kh?´ng cá?§n phá??i Ä‘á?·t, oder g?¬ cho phiá»?n phức, má??t thá»?i gian- Tá??i sao kh?´ng nhá??c m??y l??n v?* alo cho ch??ng t?´i biá??t bá??n cá?§n g?¬???)

+ Nhá?*n chuyá»?n Ä‘á??n má»?i miá»?n tổ quốc bá?±ng t?*u, m??y bay (theo y??u cá?§u ng?°á»?i mua)..hoá?·c nhá»?ng v??ng l??n cá?*n nh?° huá??, quá??ng nam, quá??ng trị, quá??ng ng??i .. shop sá?? ship bá?±ng xe nh?©â€¦ Ä‘á?·c biệt, free ship tá??i Th?*nh phố Ä??* Ná?µng.

+ Gi?? Cá?? ph?? há»?p. petshop vá»›i má»™t mối li??n kiá??t ho?*n to?*n kh?©p k?*n, Ä‘á??m bá??o sức khá»?e, chá??t l?°á»?ng từng b?© c??n , b?© miu khi vá»? nh?* má»›i. Tuy vá»›i gi?? cá?? cá??nh tranh nh?°ng KPETMART vá?«n cam ká??t Ä‘em Ä‘á??n cho kh??ch h?*ng c??c c??c p?©c??n khá»?e má??nh, hoá??t b??t, nhanh nhá??n, dá»… th?°??ng, xinh Ä‘á??p.

+ B??n cá??nh Ä‘?? petshop c??n cá??nh KPETMART sá?? c?? s??ch cá?©m nang h?°á»›ng dá?«n c??c bá??n c??ch chÄ?m s??c c??n khi lá?§n Ä‘á?§u tiá??p x??c vá»›i c??n, song song vá»›i h?°á»›ng dá?«n c??ch ph??ng c??c bệnh m?* c??n hay má??c phá??i , trá?? lá»?i nhá»?ng thá??c má??c, t?° vá??n hay trao đổi vá»? c??n.

+ Th?°á»?ng xuy??n c?? nhá»?ng ch?°??ng tr?¬nh khuyá??n m??i, ?°u Ä‘??i, ch?°??ng tr?¬nh há»— trá»? kh??ch h?*ng.


vá»›i ph?°??ng ch??m UY T??N - CHá?¤T L??á»?NG - GI?? Cá?? PH?™ Há»?P KPETMART- thá?? giá»›i th?? c?°ng hi vá»?ng sá?? Ä‘?°a Ä‘á??n kh??ch h?*ng tr??n to?*n quốc dịch vá»? tốt nhá??t, uy t?*n nhá??t


H??y li??n hệ KPETMART Ä‘á»? nhanh ch??ng sá»? há»?u nhá»?ng b?© c??n thá?*t Ä‘??ng iu á??

jorgejesus 12-07-2017 01:14 PM

Re: Download key protected m3u8


 
I need to download this file: https://streaming-live.rtp.pt/livere.../playlist.m3u8
On code i can see fileKey: "2ch5h264" but i´m stuck here...
Someone can explain please?


All times are GMT -6. The time now is 01:40 PM.