Page 1 of 1

converting batch network links?

Posted: 25 Oct 2018 21:00
by gyqat
I have a notepad file of over 200 rtmp video streams. I have to download one by one in VLC using the network dump raw output.
The network tab only allows for one link at a time.

Can VLC fetch links from a txt file, then dump raw output for each?
Any other methods known?

Thanks to you!

Re: converting batch network links?

Posted: 26 Oct 2018 22:44
by unidan
Hi, you could write a little batch/powershell/python script and launch VLC on each of these links, it wouldn't be very difficult.

Unfortunately, I don't know for the loading from a file.

Re: converting batch network links?

Posted: 01 Nov 2018 07:16
by gyqat
thanks. I'm writing a python script.