View Single Post
  #3  
Old 07-25-2016, 06:42 AM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

Re: Street Fighter: Resurrection


I'm using a VPN and the site is blocking me on Street Figher, but other shows are working for me.

Try this: The site uses m3u8 files to play the video. I used the Firefox addon "Video DownloadHelper" (https://addons.mozilla.org/de/firefo...rc=userprofile) to get the m3u8 file, but a network sniffing tool like URL Snooper 2 should work too.
You'll get a few different m3u8 file. 720p was for me the "g.m3u8" file.

You can download it with ffmpeg with the following command:
Code:
ffmpeg -i "M3U8 URL" -c copy "path\video.ts"
The odd thing is that the video includes the ad at the beginning with a lower resolution and then changes to 720p for the video.
Reply With Quote