command line - download video stream without playback on VLC -


i want keep streaming video stream server without playback. can use vlc so?

i using windows vlc. tried following playback still pop up.

vlc -i dummy --dummy-quiet http://www.nasa.gov/multimedia/nasatv/ntv-public-ips.m3u8 

thank you

-i dummy right idea, want direct output file --sout:

vlc -i dummy --sout file/ts:output.ts http://www.nasa.gov/multimedia/nasatv/ntv-public-ips.m3u8 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -