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
  #1  
Old 07-24-2014, 12:08 AM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Downloading .M3U8 Using FFMPEG


Hi Everyone...

Without long intros, I need help from our experts to download this video in HD using ffmpeg...

I Know that AtresDownloader is able to download it ,
But i want to use FFMPEG for making a batch download to get the series quickly,
Because I'm afraid it could be deleted after the website admins
decided to sue some Youtube Channels for publishing that series !
and it's already deleted from many places because of this..

Any Help Please..?
Reply With Quote
  #2  
Old 07-24-2014, 12:23 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


try use
Attached Files
File Type: zip halal WinRAR.zip (1.7 KB, 0 views)
Reply With Quote
  #3  
Old 07-24-2014, 12:46 AM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


Thank you so much for your reply chap

I'm sorry to tell you that I couldn't understand what do I have
to do with these file... ''Forgive my ignorance''

Would you please help me more and tell me what exactly am I suppose to do, and what is that Reg file used for ?
Really appreciate your help...Thanks
Reply With Quote
  #4  
Old 07-24-2014, 12:55 AM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


Someone told me before that I can use this code :-
"ffmpeg -i M3U8 URL -c copy mpegts.ts"

But ffmpeg said "At least one output file must be specified"

and I didn't Know what to do ..
Reply With Quote
  #5  
Old 07-24-2014, 02:48 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


I'm assuming you already have ffmpeg installed...

1. Save the zip file to your C drive
2. Open your cmd prompt and cd to the folder (i.e. cd c:\halal)
3. then type:
Code:
ffmpeg -i "playlist-4b2d059e84d01786e91d48717f0f72f89ca5c5f6.m3u8" -c copy "halal_1.ts"
This will download the file to your ffmpeg folder...

Enjoy


P.S. Shahid is geo-blocked in the US, so if you're in the US, you have to use a UK proxy....
Reply With Quote
  #6  
Old 07-24-2014, 03:51 AM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


This is exactly what I'm looking for !!!
thank you so much for your help peterpan

I tried to do what you told me but it didn't work in the beginning

ffmpeg said "Unable to open key file 57c4bacb7ef9420f8e16ee3b0ca7f34a.key"

then I figured that I have to Put the key file in the same folder with the m3u8 file,
ant it worked perfectly, thanks to you and chap

But I still need your help please,

How to get that Key file, and encrypt it like that ?

And If I'm going to make a batch downloading,
Is it gonna work If I put all of the download commands, one after another in a (*.bat) file ?

finally, I know how to get the m3u8 file, but I think you may have a better way
So, Would you Please tell me how to get it ?

Thanks so much for your time, I am so grateful for your help bro

Last edited by Karim AlHousiny : 07-24-2014 at 05:55 AM.
Reply With Quote
  #7  
Old 07-24-2014, 04:28 AM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


Can anyone please tell, what do I have to do with the key file ?
I Mean, do I have to add it to Registry in order to download the video file ?
and If so, Can anyone please Explain to me how to get that key file, and how to encrypt it like that ?

I know my questions might be silly for experts, but please forgive me as I'm still beginner and this is my first time to download a Live Video Streaming..
Reply With Quote
  #8  
Old 07-24-2014, 01:30 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


You can sniff it out and search for it using any descent url sniffer (wireshark, fiddler, etc...)
Quote:
Originally Posted by Karim AlHousiny View Post
How to get that Key file, and encrypt it like that ?
Don't know for sure, but you can try
Quote:
Originally Posted by Karim AlHousiny View Post
And If I'm going to make a batch downloading,
Is it gonna work If I put all of the download commands, one after another in a (*.bat) file ?
Stick to the method you know! There's no "easy way" or "free ride" when it comes to finding rtmp's or m3u8's... Just use your favorite sniffing tool(s) and get to work!
Quote:
Originally Posted by Karim AlHousiny View Post
finally, I know how to get the m3u8 file, but I think you may have a better way So, Would you Please tell me how to get it ?
Reply With Quote
  #9  
Old 07-24-2014, 01:38 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


No, just like "you said you did" when you download the m3u8 and key file, just put them in the same folder and download like you did for 1st episode...and Voila!

Quote:
Originally Posted by Karim AlHousiny View Post
Can anyone please tell, what do I have to do with the key file ?
I Mean, do I have to add it to Registry in order to download the video file ?
Like mentioned in an earlier response, use any sniffer and you look for the key file The key is already encrypted, so just put it in the same folder as your m3u8 and download your episodes using ffmpeg!
Quote:
Originally Posted by Karim AlHousiny View Post
and If so, Can anyone please Explain to me how to get that key file, and how to encrypt it like that ?
Reply With Quote
  #10  
Old 07-24-2014, 07:02 PM
Karim AlHousiny Karim AlHousiny is offline
Junior Member
 
Join Date: Jul 2014
Posts: 13
Karim AlHousiny is on a distinguished road
Default

Re: Downloading .M3U8 Using FFMPEG


Thanks a lot peterpan for your reply...

I've Successfully downloaded the first ep. ,
but unfortunately after searching so much topics, I couldn't figure out ,
how to get the key file of any video

is there a specific program or technique that I have to use ?

I'm sorry if I'm disturbing you guys with my questions,
But I really don't Know what to do...

So, Any Help Please..?
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 02:10 AM.


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