Links being in the following format: https://cfvod.kaltura.com/hls/p/<other link text>/name/a.mp4/seg-1-v1-a1.ts
Here is my full method for Chrome:
- open developer tools F12, go to network tab
- reload page
- play video, look for ts entries in left pane, e.g. seg-11-v1-a1.ts, click on name
- copy request URL in right pane e.g.
https://cfvod.kaltura.com/hls/p/<link text>/name/a.mp4/seg-11-v1-a1.ts
- paste this in new browser window
- remove “hls” at beginning of link and the final subdirectory, e.g.
https://cfvod.kaltura.com/
hls/p/<link text>/name/a.mp4/seg-11-v1-a1.ts
becomeshttps://cfvod.kaltura.com/p/<more link text>/name/a.mp4
- load page
- MP4 can now be downloaded by clicking Download on HTML player controls (three dots menu)