Page 1 of 1

VLC player for Porteus LXDE RC3

Posted: 08 Dec 2021, 17:49
by Testuser
Hi Team,

Can anyone provide a working version of latest VLC player for Porteus 5.0 RC3 LXDE?

The one in RC1 is not working in RC3.

Tried a VLC appimage but it is consuming more system resources compared to normal version or MPV for a same video file.

Thanks.

VLC player for Porteus LXDE RC3

Posted: 08 Dec 2021, 18:44
by Ed_P
In rc3 Celluloid plays mp4 files for me.

VLC player for Porteus LXDE RC3

Posted: 09 Dec 2021, 10:17
by Rava
In 5.0rc3 I remove Celluloid from the module since it annoys me - taking even more resources than mpv.
When I want it slim and consuming less system resources I go for ffplay - thanks to a tip by donald :friends: - and it now is comfortable to use even for several files at once due to my make-ffplay-script and ffplay-hide_banner scripts combo. ;)

Added in 9 hours 22 minutes 1 second:
Collected the direct URL for you:

Ravas coding goodies (Post by Rava #84605)
In that post you get the code of both scripts; and why I incorporated ffplay-hide_banner into my make-ffplay-script, and how all is to be set up and how it works.

VLC player for Porteus LXDE RC3

Posted: 09 Dec 2021, 21:36
by Ed_P
Rava wrote:
09 Dec 2021, 19:39
Added in 9 hours 22 minutes 1 second:
Collected the direct URL for you:

Ravas coding goodies (Post by Rava #84605)
:good:

VLC player for Porteus LXDE RC3

Posted: 10 Dec 2021, 17:50
by donald
@ Testuser
This one does not work?
VLC-3.0.14-Vetineri

VLC player for Porteus LXDE RC3

Posted: 16 Dec 2021, 17:39
by Testuser
Hi Donald,

Thanks for mentioning this package.

This one is not working, I alread tried. Getting lots of plugin message. :(

Hi Rava,

Thanks for the slim version of Video player.

I will definitely give it a try once I am free.

:)

VLC player for Porteus LXDE RC3

Posted: 16 Dec 2021, 18:10
by Testuser
Rava wrote:
09 Dec 2021, 19:39
In 5.0rc3 I remove Celluloid from the module since it annoys me - taking even more resources than mpv.
When I want it slim and consuming less system resources I go for ffplay - thanks to a tip by donald :friends: - and it now is comfortable to use even for several files at once due to my make-ffplay-script and ffplay-hide_banner scripts combo. ;)

Added in 9 hours 22 minutes 1 second:
Collected the direct URL for you:

Ravas coding goodies (Post by Rava #84605)
In that post you get the code of both scripts; and why I incorporated ffplay-hide_banner into my make-ffplay-script, and how all is to be set up and how it works.
Hi Rava,

I tried the script and this consumes more resources than mpv for same Video.

Thanks. :)

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 06:49
by Rava
Testuser wrote:
16 Dec 2021, 18:10
I tried the script and this consumes more resources than mpv for same Video.
That is strange.

You can try it without my script, just use this in the xterm:

Code: Select all

/usr/bin/ffplay -autoexit -hide_banner -i PATH-TO-MEDIAFILE
e.g.

Code: Select all

/usr/bin/ffplay -autoexit -hide_banner -i /mnt/sda2/video/What/Ever.mp4
if /mnt/sda2/video/What/Ever.mp4 is the valid multimedia file name for your test.

On all systems I tried mpv and ffplay so far, ffplay always used way less resources compared to mpv, same with what donald reports who initially gave me the tip of using ffplay instead of mpv…

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 08:40
by ncmprhnsbl
Testuser wrote:
16 Dec 2021, 17:39
This one is not working, I alread tried. Getting lots of plugin message.
it won't work on it's own, it needs (for lxde):
qt5-base-5.15.2-x86_64_10-xfce-cinnamon-openbox-lxde-mate.xzm (can be got via the bundles command)
and
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
which can be got with:

Code: Select all

getpkg xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm
(there's still a bunch of "stale plugin cache" errror messages, but they don't seem to affect operation..

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 09:33
by donald
ncmprhnsbl wrote:
17 Dec 2021, 08:40
...there's still a bunch of "stale plugin cache" errror messages...

Code: Select all

/usr/lib64/vlc/vlc-cache-gen /usr/lib64/vlc/plugins/

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 13:03
by ncmprhnsbl
donald wrote:
17 Dec 2021, 09:33
/usr/lib64/vlc/vlc-cache-gen /usr/lib64/vlc/plugins/
right, thanks donald
this is usually done on package installation by the doinst.sh script in the package, which i guess doesn't work properly when converting to it a module.. or the cache generated (usr/lib64/vlc/plugins.dat) is not universal..

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 18:29
by Testuser
Rava wrote:
17 Dec 2021, 06:49
Testuser wrote:
16 Dec 2021, 18:10
I tried the script and this consumes more resources than mpv for same Video.
That is strange.

You can try it without my script, just use this in the xterm:

Code: Select all

/usr/bin/ffplay -autoexit -hide_banner -i PATH-TO-MEDIAFILE
e.g.

Code: Select all

/usr/bin/ffplay -autoexit -hide_banner -i /mnt/sda2/video/What/Ever.mp4
if /mnt/sda2/video/What/Ever.mp4 is the valid multimedia file name for your test.

On all systems I tried mpv and ffplay so far, ffplay always used way less resources compared to mpv, same with what donald reports who initially gave me the tip of using ffplay instead of mpv…
Hi Rava,

Thanks much for quick response.

still ffplay uses more resources for me. MPV stili uses less resource. Also I beleive my video drivers are loaded by the kernel, which is also a factor for resource usage while playing a video file.

Hi ncmprhnsbl

I will try vlc with the mentioned files as well.

Thanks much. :hi:

VLC player for Porteus LXDE RC3

Posted: 17 Dec 2021, 18:49
by Testuser
Tried the vlc like you mentioned after instllation of all files as mentioned vlc started working.\

Just one bug, inbuild subtiles (subtitile hardcored to the videos) not working, getting below error.

Unidentified codec:
VLC could not identify the audio or video codec

VLC player for Porteus LXDE RC3

Posted: 18 Dec 2021, 07:01
by Rava
Testuser wrote:
17 Dec 2021, 18:29
still ffplay uses more resources for me. MPV stili uses less resource. Also I beleive my video drivers are loaded by the kernel, which is also a factor for resource usage while playing a video file.
If your video drivers are indeed loaded by the kernel it could be mpv uses such drivers while ffplay relies on at least some own ones?
I have no clue how that technically works, but you are the first person to report ffplay using more resources than mpv.

I use the Nvidia own driver especially compiled for my kernel, so it could be different when one uses the hardware specific drivers. (module 010-nvidia-340.108-k.5.4.30-porteus-v5.0-x86_64_rava.xzm - and it has aside from the driver version (340.108) the kernel version included as part of its name in case you want to know my used kernel version)