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

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
MikeSynx
New Cone
New Cone
Posts: 4
Joined: 17 Nov 2016 12:09

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

Postby MikeSynx » 06 Dec 2016 17:07

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

MikeSynx
New Cone
New Cone
Posts: 4
Joined: 17 Nov 2016 12:09

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

Postby MikeSynx » 08 Dec 2016 12:49

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>

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

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

Postby da2424 » 09 Dec 2016 15:59

Yes, this should be the correct way. This and some other parameters are listed here:
https://wiki.videolan.org/VLC_command-line_help/


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 10 guests