Page 1 of 1

--noaudio --novideo

Posted: 05 Nov 2020 20:13
by agenobarb
I need to test HLS streams by immitating a real playback. However I don't need neither video nor audio actually be outputing as I do this in the cloud (AWS EC2). VLC seems offer such an option:
vlc -I dummy --novideo --noaudio https://path/file.m3u8
However I can't see it downloads .ts files. Is there a way to make vlc downloading the files but not actually playing them?

Re: --noaudio --novideo

Posted: 05 Nov 2020 20:51
by InTheWings
vout=dummy aout=dummy

Re: --noaudio --novideo

Posted: 05 Nov 2020 20:51
by InTheWings
or codec=dummy