View Single Post
  #2  
Old 07-08-2017, 03:53 AM
dumining dumining is offline
Junior Member
 
Join Date: May 2012
Posts: 1
dumining is on a distinguished road
Default

Re: Hw to capture audio from vhx.tv


got this from another and it works very well, however I had to use Video Downloadhelper to get the link (that firefox extension often was successfull also, but the below if it isnt)

It seems they're using token-based HLS, in which case you lucked out. Make sure Flash is uninstalled. On the video page, right-click the video frame and select "copy link." Install ffmpeg (many guides are out there), and use something like this in Terminal:

Code:

ffmpeg -i "vhs.tv link" -c copy video.ts
Reply With Quote