View Single Post
  #12  
Old 11-18-2017, 04:08 PM
jimdays jimdays is offline
Junior Member
 
Join Date: May 2011
Posts: 8
jimdays is on a distinguished road
Default

Re: need help downloading from zipstreams.net


JonDough,
I tried your suggestion to use livestreamer. I am using livestreamer
(livestreamer-v1.12.2-win32-setup.exe) and I got a fresh m3u8 by playing the video in Chrome.
Code:
http://hlslive-akc.med2.med.nhl.com/hdnts=exp=1511085004~acl=/*~id=nhlGatewayId:6743919~data=54575003~hmac=2c808b5b1469741463f3a262b9cb4cc9cc3d20699a88638d848fce68d97cf692/8924e48c510c791cdc783d4ad294ec06/ls04/nhl/2017/11/18/NHL_GAME_VIDEO_NYRCBJ_M2_HOME_20171118_1510679671624/master_wired60.m3u8
I put that into livestreamer:
Code:
livestreamer "hlsvariant://http://hlslive-akc.med2.med.nhl.com/hdnts=exp=1511085004~acl=/*~id=nhlGatewayId:6743919~data=54575003~hmac=2c808b5b1469741463f3a262b9cb4cc9cc3d20699a88638d848fce68d97cf692/8924e48c510c791cdc783d4ad294ec06/ls04/nhl/2017/11/18/NHL_GAME_VIDEO_NYRCBJ_M2_HOME_20171118_1510679671624/master_wired60.m3u8" 360p
But I got download failure. Please look at my above code and following output and see if you can find what is wrong. Also, I don't want vlc to come up (as it did in your case). I just want to download the video. Please give me the code to put into livestreamer to do that.
Also to lessor, troller12, thank you for helping me edit the m3u8 file to download with ffmpeg. Your descriptions were too complicated for me to follow, but I was able to adapt your advice and come up with an easy solution for editing that I will describe in another post in this thread.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\default>
C:\Documents and Settings\default>livestreamer "hlsvariant://http://hlslive-akc.
med2.med.nhl.com/hdnts=exp=1511085004~acl=/*~id=nhlGatewayId:6743919~data=545750
03~hmac=2c808b5b1469741463f3a262b9cb4cc9cc3d20699a 88638d848fce68d97cf692/8924e48
c510c791cdc783d4ad294ec06/ls04/nhl/2017/11/18/NHL_GAME_VIDEO_NYRCBJ_M2_HOME_2017
1118_1510679671624/master_wired60.m3u8" 360p
[cli][info] Found matching plugin stream for URL hlsvariant://http://hlslive-akc
.med2.med.nhl.com/hdnts=exp=1511085004~acl=/*~id=nhlGatewayId:6743919~data=54575
003~hmac=2c808b5b1469741463f3a262b9cb4cc9cc3d20699 a88638d848fce68d97cf692/8924e4
8c510c791cdc783d4ad294ec06/ls04/nhl/2017/11/18/NHL_GAME_VIDEO_NYRCBJ_M2_HOME_201
71118_1510679671624/master_wired60.m3u8
[cli][info] Available streams: 216p (worst), 288p, 360p, 504p, 540p, 720p (best)

[cli][info] Opening stream: 360p (hls)
[stream.hls][error] Failed to create decryptor: Unable to open URL: https://mf.s
vc.nhl.com/ws/media/mf/v2.3/key/silk/mediaid/54575003/kid/70007937 (400 Client E
rror: Bad Request)
[cli][error] No data returned from stream

C:\Documents and Settings\default>
Reply With Quote