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
Post a Comment