[lukyou.com/MP2T/HLS]Rehandshake was requested by the peer. Unable to open key fileHello, I'm trying to use ffmpeg to download a 4k stream from lukyou.com. The official way to watch the stream is:
1. Install their proprietary lukyou player program(https://lukyou.com/download), which register hrcp links to be sent to the player. The hrcp is nothing special, just a protocol to call the player. 2. Open the video page and click the play button(the play button only appears when you access the page via a Japanese IP). The page for the video I'm trying to download is https://lukyou.com/content/detail/2J3DLS9KUT79CWH2. Incidentally you can fool the location-check script by adding a CLIENT-IP header with a Japanese IP as the value(easily done in Firefox with IPFlood). 3. Clicking the button initiates an ajax request which create an hrcp link with parameters to a hrcm file. The hrcp link looks like hrcp://cdn.lukyou.com/at-jam/150829_nagoya/06_idorenaissance/pc/prodJP-hrc_meta.hrcm?token=6fb59c6a676b2475eca9143c32b7e9 10ac2eb469482799be9ae057487731e608&et=3756&lu=http ://lukyou.com/api/log/455081f67b6261d5e6dd0501b0506965f1772d48. The hrcm file for the stream I'm trying to download is http://cdn.lukyou.com/at-jam/150829_...-hrc_meta.hrcm (this link is not geoblocked). The hrcm file contain relative links to the audio m3u8 and video m3u8's(multiple video playlists for the player's zoom feature where the video will be downloaded through the higher quality playlists when you zoom in). You can view the hrcm file in a browser if you replace hrcp with http. 4. The player parses the hrcp link and begins playing. So it's rather easy to get the m3u8 playlist URLs(for example http://cdn.lukyou.com/at-jam/150829_...-A-L0-0-0.m3u8) but the problem is that for some reason accessing the key file for decrypting the segments returns with an SSL handshake error. Using ffmpeg-20150901-git-b54e03c-win32-static(later versions give me opencl.dll not found error) from http://ffmpeg.zeranoe.com/builds/win32/static/: Code:
C:\Tools\ffmpeg\bin>ffmpeg -i http://cdn.lukyou.com/at-jam/150829_nagoya/06_idorenaissance/pc/out/m3u8/prodJP-pc-A-L0-0-0.m3u8 -c copy lukyou_test.ts I believe this is related to the client.pem and client.key(possibly also the cacert.pem?) cert files bundled with the installer for the player, and have unpacked the lukyou2.0.0s.msi(latest version as of writing) installer file here for everyone to check http://www1.axfc.net/u/3533474. From reading https://www.ffmpeg.org/ffmpeg-protocols.html#tls, I guess I'm supposed to use the cert_file and key_file options, but I have no idea how to pass the m3u8 link to the tls:// protocol, plus the m3u8 is on plain http://cdn.lukyou.com while it's the key file that's on the secure https://lukyou.com. I would appreciate it if somebody more knowledgeable than me could help with downloading the stream. |
All times are GMT -6. The time now is 08:21 AM. |