Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Recording Ooyala/Akamai Stream - Blizzcon Virtual Ticket Local CopyHi, I'd like to download a copy of the recording hosted here:
http://us.battle.net/blizzcon/en/live-stream/ I know how to look in the Network tab and find the .f4m file, but I'm having trouble using ffmpeg to download the entire recording. Any suggestions? Code:
http://ooyalasecurehd3-f.akamaihd.net/z/BlizProd03_delivery@6587/manifest.f4m?hdnea=st=1416526204~exp=1416526294~acl=/z/BlizProd03_delivery@6587/*~hmac=6b5ed8eb12f2408298194d6e9abd8366658db65abba11dbe1a3674e2002be654&hdcore=2.10.3&g=MACDRPEMIJPQ |
#2
|
|||
|
|||
Re: Recording Ooyala/Akamai Stream - Blizzcon Virtual Ticket Local CopyUsing Livestreamer I get a 403 Client Error: Forbidden message.
Code:
livestreamer akamaihd://http://ooyalasecurehd3-f.akamaihd.net/z/BlizProd03_delivery@6587/manifest.f4m best |
#3
|
|||
|
|||
Re: Recording Ooyala/Akamai Stream - Blizzcon Virtual Ticket Local CopyIf the hds (f4m) didn't have drm (but it does in this case), you'd also need to include all of that suffix code after .f4m in the livestreamer command line. There is no point here, since the hds has drm.
But the hls (m3u8) version does not have drm. The livestreamer command line will look like this (but the code below will have expired by now); Code:
livestreamer "hlsvariant://https://ooyalasecurehd3-f.akamaihd.net/i/BlizProd03_delivery@6587/master.m3u8?hdnea=st=1416530285~exp=1416530375~acl=/i/BlizProd03_delivery@6587/*~hmac=5b032dc5003debd10319b71634765ee8d38ce0a30f85ad2beb25a719d98edc3e" best -o output.ts |
#4
|
|||
|
|||
Re: Recording Ooyala/Akamai Stream - Blizzcon Virtual Ticket Local CopyThank you for the explanation, that's good information to know!
Is there anything I can look for in the future to determine if DRM is used besides encountering the Client Error 403 message? Edit: Also how did you locate the m3u8 file in this page? It doesn't show as a blockable item when I search through ABP. Last edited by hanfrolo : 11-21-2014 at 07:13 PM. |
Tags: akamai, ooyala |
Thread Tools | |
Display Modes | |
|
|