 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
|