PDA

View Full Version : Capturing HDS with VLC


raidprotector
09-25-2014, 08:16 AM
First of all, sorry for my bad english, I will try my best to you guys understand me.

So, with the Livestreamer, I can play HLS and HDS on VLC, and with the native player recorder I can record HLS direct from VLC, but sadly not HDS.

It's still possible to capture HDS playing on VLC with programs like Fraps or DXtory (popular among video game youtubers), it's pretty good, because you can record a continuous file (source quality) instead of fragments.

But my question is: is it possible to record HDS directly on VLC, just clicking the REC button? Any plugin, configuration, codec, etc?

Thanks

rubiohiguey
09-30-2014, 08:05 PM
You can try hdsdump https://github.com/WendyH/hdsdump/releases for non-encrypted streams. There is also a linux version AdobeHDS.php
https://github.com/K-S-V/Scripts/blob/master/AdobeHDS.php

For encrypted versions, no luck yet

nullacht
10-07-2014, 01:13 AM
So, with the Livestreamer, I can play HLS and HDS on VLC, and with the native player recorder I can record HLS direct from VLC, but sadly not HDS.

Use Livestreamers file output option to save HDS streams to your computer.

http://livestreamer.readthedocs.org/en/latest/cli.html


File output options

-o FILENAME, --output FILENAME

Write stream data to FILENAME instead of playing it.

raidprotector
10-08-2014, 01:16 PM
Yes! It works very well, thank you for the solution nullacht!