Page 1 of 1

Mozilla Firefox - Configure Plugin to use specific Network Caching(ms) - Lubuntu

Posted: 06 Dec 2016 17:07
by MikeSynx
OS: Lubuntu
Browser: Mozilla Firefox

Hi there,

Is it possible to configure the Mozilla VLC Plugin to use a specific value for Network Caching?

If so how would this be achieved as I can't find any mention of this being possible in the web plugin documentation. https://wiki.videolan.org/Documentation:WebPlugin/

We are hoping to us the plugin to play RTSP streams on a local network with low latency playback.

Any help would be much appreciated.

Thanks,

Mike

Re: Mozilla Firefox - Configure Plugin to use specific Network Caching(ms) - Lubuntu

Posted: 08 Dec 2016 12:49
by MikeSynx
For reference to achieve this

Code: Select all

<script type="text/javascript"> var vlc = document.getElementById("vlc"); var options = new Array(":network-caching=450"); var id = vlc.playlist.add("rtsp://192.168.70.28/h264", "fancy name", options); vlc.playlist.playItem(id); </script>

Re: Mozilla Firefox - Configure Plugin to use specific Network Caching(ms) - Lubuntu

Posted: 09 Dec 2016 15:59
by da2424
Yes, this should be the correct way. This and some other parameters are listed here:
https://wiki.videolan.org/VLC_command-line_help/