Tuesday, 13 August 2019

video - Create a playlist of URLs in VLC


I have a list to links of flv files (not youtube or anything like that.) The problem is that you can't embed them, you need to use a flv player. Instead, I would like to open them all in VLC as a playlist, but as far as I can see, you can only open them using 'network stream' one by one. Ideally, I'd like to take the list and copy/paste them somehow into VLC. Is this possible?



Answer



There are multiple ways of doing this


Using the GUI



  1. Hit CTRL+L to open up the playlist window in VLC.

  2. Right click in the playlist window and choose Advanced Open...

  3. Click on the Network tab, enter the URL, and hit Enqueue

  4. Repeat this for each of the URLs


Using the command line


Use this syntax:


vlc    ...

Using an external tool


You can create an XSPF playlist using an external tool like this one. Then, just open the playlist with VLC.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...