Hi,
i am trying to add libvlc to Zoneminder-Viewer https://github.com/skuda/ZoneMinder-Viewer that it's using motion jpeg itself right now, i would like to completely replace the internal streamer and use libvlc to stream x264 if asked for, when i am on lan i have an extra delay using libvlc that i don't have using mjpeg directly.
I have tried to disable cache using "--network-caching=0" argument to libvlc_new() but still i get an extra 2~3 seconds, the argument it's working because if i put 5000ms value i get 5 seconds more of delay. It is possible to disable caching completely? would be useful when i can be sure i am on LAN.
Other question, my complete arguments right now it's {"--no-video-title-show", "--network-caching=0"}, the documentation says that i should not use this way to pass parameters because i have no warranty that it will work on older or newer releases, do i have any other way to get this result? Thanks!
Regards,
Miguel Angel.