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 06-08-2016, 05:43 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

How do i download the m3u8 file from starsports video?


I need to download the m3u8 file of this video.

http://www.starsports.com/cricket/vi...ope/index.html

How can i do that?

Since livestreamer does not work on some videos i searched and found another method but for that i need to download the m3u8 file first.

Thanks.
Reply With Quote
  #2  
Old 06-09-2016, 10:01 AM
Terenz Terenz is offline
Member
 
Join Date: Jun 2013
Posts: 69
Terenz is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


I hate damn india proxy. Anyway is easy, with the network monitor of chrome or firefox search for the manifest.f4m. Copy the URL on notepad, replace z with i and manifest.f4m with master.m3u8
That's all
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=241000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=461000,RESOLUTION=416x234,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=862000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1360000,RESOLUTION=720x404,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2066000,RESOLUTION=1280x720,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=61000,CODECS="mp4a.40.2"
The m3u8 isn't encrypted so you can use also ffmpeg
Reply With Quote
  #3  
Old 06-09-2016, 01:51 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Quote:
Originally Posted by Terenz View Post
I hate damn india proxy. Anyway is easy, with the network monitor of chrome or firefox search for the manifest.f4m. Copy the URL on notepad, replace z with i and manifest.f4m with master.m3u8
That's all
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=241000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=461000,RESOLUTION=416x234,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=862000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1360000,RESOLUTION=720x404,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2066000,RESOLUTION=1280x720,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=61000,CODECS="mp4a.40.2"
The m3u8 isn't encrypted so you can use also ffmpeg
@terenz: Already know this replacing method but it gives 403 error in livestreamer and both ffmpeg

Could you please tell me the exact command on how to download the m3u8 file?

Also how do you get the #EXTM3U code? If i am not wrong it is inside the m3u8 file while you open in notepad after downloading isn't it?

Thanks.
Reply With Quote
  #4  
Old 06-09-2016, 02:06 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Also there is another issue which i dont know what i am doing wrong.

It works with this video:
http://www.starsports.com/cricket/vi...469/index.html

What i do is get the manifest using network tools in chrome.

Code:
http://ssvodasp-vh.akamaihd.net/z/videos/vod/cricket/ipl2016/25_04_2016/635971397084377399/635971397084377399_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1465498905~exp=1465498950~acl=/*~hmac=73b7303f85e24b43d6636b829eed1f52770069e2a0b78110cbff9d092590fff3&hdcore=2.11.3&g=SHFOJSWKRVEZ
After that copy the @bold part of the manifest and replace z with i.

Then i run this command in livestreamer:

Code:
livestreamer "hls://ssvodasp-vh.akamaihd.net/i/videos/vod/cricket/ipl2016/25_04_2016/635971397084377399/635971397084377399_,180,400,800,1300,2000,_STAR.mp4.csmil/index_4_av.m3u8?null=0" best -o 01.ts
The video starts downloading perfectly but But if i repeat the same process with this video http://www.starsports.com/cricket/vi...ope/index.html
it does not work.

Any reason for that?
Reply With Quote
  #5  
Old 06-10-2016, 03:17 AM
Terenz Terenz is offline
Member
 
Join Date: Jun 2013
Posts: 69
Terenz is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


For download the master.m3u8 you need ALL the URL, not only the bold part so also hdnea, exp, hmac etc. i have say you need to trim the string? Or take only partially? No, just replace some part. The #EXTM3U code? I have download the master.m3u8 for the video you have posted and just open it for let you see that it's work
Reply With Quote
  #6  
Old 06-10-2016, 04:41 AM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Quote:
Originally Posted by Terenz View Post
For download the master.m3u8 you need ALL the URL, not only the bold part so also hdnea, exp, hmac etc. i have say you need to trim the string? Or take only partially? No, just replace some part. The #EXTM3U code? I have download the master.m3u8 for the video you have posted and just open it for let you see that it's work
I took the whole url after replacing as you said. But how do i download the m3u8? What software to use? Download it normally like we do for any other file?

Everything i try says forbidden.

It will be really great if you tell me the process how you downloaded the m3u8. Sorry for pestering you too much.

Thanks.
Reply With Quote
  #7  
Old 06-10-2016, 10:14 AM
stinkfoot stinkfoot is offline
Fodder Ildelugtende
 
Join Date: Feb 2015
Posts: 132
stinkfoot is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Quote:
Originally Posted by Terenz View Post
I hate damn india proxy.
Quote:
Originally Posted by Terenz View Post
How cares? Not in India and i don't have any problem with the m3u8.
trenz you yes hating proxy when you no needing be using no?
Reply With Quote
  #8  
Old 06-10-2016, 10:26 AM
Terenz Terenz is offline
Member
 
Join Date: Jun 2013
Posts: 69
Terenz is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


What? I have used a proxy because i don't live in India for help that guy to save the video, not for see that video since i totally don't care. I'll repeat, how cares about me! Help him if you know why to his end not work and forget about my situation lol.
Reply With Quote
  #9  
Old 06-10-2016, 12:20 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


I am from india and some videos work and some dont work.
Since terenz can download the m3u8 and i cant there must be some problem in my end or i may not be allowed to download the m3u8. But i can successfully watch the video on the website for sure.

Really dont know whats the problem.
Reply With Quote
  #10  
Old 06-10-2016, 12:33 PM
stinkfoot stinkfoot is offline
Fodder Ildelugtende
 
Join Date: Feb 2015
Posts: 132
stinkfoot is on a distinguished road
Default

Re: How do i download the m3u8 file from starsports video?


Quote:
Originally Posted by sscomp32 View Post
I am from india and some videos work and some dont work.
Since terenz can download the m3u8 and i cant there must be some problem in my end or i may not be allowed to download the m3u8. But i can successfully watch the video on the website for sure.

Really dont know whats the problem.
yes ssconn you yes having mobile app installing? you mobile device yes having rooting? you yes installing networking logging? you yes seeing mobile app requesting mp4 yes?
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 11:26 PM.


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