Launching VLC from command line with caching

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
dmpop
New Cone
New Cone
Posts: 3
Joined: 15 Mar 2005 16:30

Launching VLC from command line with caching

Postby dmpop » 16 Mar 2005 19:16

I've figured out how to launch VLC Player from command line on Windows XP:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" http://vruk.sc.llnwd.net:12265
However, this starts VLC with the Caching option turned off. Is there a command parameter that turns caching on and specifies its size in milliseconds?

I've checked the manual to no avail.

Thank you!

Kind regards,
Dmitri

tx413
New Cone
New Cone
Posts: 3
Joined: 17 Feb 2005 02:53

Postby tx413 » 16 Mar 2005 20:13

I think you're looking for the "--http-caching" option. And it is indeed specified in milliseconds. So your example would be:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" --http-caching 5000 http://vruk.sc.llnwd.net:12265
For 5000 milliseconds (5 sec) of caching from the http stream.

This option is explained when you run vlc with the "--longhelp --advanced" options, but in Windows it's not always easy to be able to see this output.

Guest

Postby Guest » 16 Mar 2005 20:38

Hi tx413,

Thank you for your reply. That's exactly what I was looking for!

Kind regards,
Dmitri


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 20 guests