libvlc without video

This forum is about all development around libVLC.
pichelo
New Cone
New Cone
Posts: 9
Joined: 03 Oct 2019 20:09

libvlc without video

Postby pichelo » 04 Oct 2020 17:47

Hi, I'm using libvlc on an embedded project where only audio functionality is used.
In order to reduce storage footprint on the embedded device, I was wondering whether entire video and frontend functionalities can be stripped off when building.

Is that possible in bulk without selecting features to disable one by one?

Thanks

mfkl
Developer
Developer
Posts: 739
Joined: 13 Jun 2017 10:41

Re: libvlc without video

Postby mfkl » 05 Oct 2020 09:55

To disable video at runtime, use

Code: Select all

--no-video
in

Code: Select all

libvlc_new
or media options.
Is that possible in bulk without selecting features to disable one by one?
I don't know but I don't think so. You could check the video_output folder and disable each plugin one by one when building.
https://mfkl.github.io

pichelo
New Cone
New Cone
Posts: 9
Joined: 03 Oct 2019 20:09

Re: libvlc without video

Postby pichelo » 13 Oct 2020 00:00

Thanks mfki for the answer.

Code: Select all

--no-video
could definitely help to save resources at runtime.
I will take a look at disabling plugins individually.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 16 guests