Search found 13 matches

Go to advanced search

by jill_vlabs
09 Aug 2022 10:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Check if VLC is running a video
Replies: 2
Views: 204

Re: Check if VLC is running a video

do you mean like remotely from another device ?
or you want from the pi to know if a video is playing?

for remote control you have those option:
https://docs.videolan.me/vlc-user/3.0/e ... index.html

or via telnet :
https://wiki.videolan.org/Documentation:Modules/rc/
by jill_vlabs
08 Aug 2022 09:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Manjaro : VLC displays the wrong image
Replies: 2
Views: 322

Re: Manjaro : VLC displays the wrong image

what you're describing sound like a server thing, which is downloading a different image than it did before, maybe your windows install of vlc has already cached that 2nd cover and so didn't had to re-download it. if you could give us more information (logs, album infos), we might be able to help yo...
by jill_vlabs
29 Jul 2022 16:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How create full screen mp4 no sizing black bg
Replies: 6
Views: 799

Re: How create full screen mp4 no sizing black bg

I'm not sure to grasp what your issue is with controls if you are in fullscreen and using the GUI the control overlay should appear as soon as you move your cursor
by jill_vlabs
21 Jul 2022 09:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: chromecast renderer not working?
Replies: 7
Views: 1810

Re: chromecast renderer not working?

they're minor releases it shouldn't make any difference for you

if you want the latest version an alternative to ppas is to use the snap version: https://snapcraft.io/vlc

to get the 3.0.17.3 : `sudo snap install vlc --beta`
by jill_vlabs
02 Jun 2022 11:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC hangs the system
Replies: 5
Views: 1274

Re: VLC hangs the system

No this was for the issue you were having with the system freezing not the audio. I'm sorry but I haven't quite caught on what your audio issue was
by jill_vlabs
02 Jun 2022 11:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio from Easycap device on Raspberry PI
Replies: 18
Views: 1686

Re: No audio from Easycap device on Raspberry PI

the bug is that alsa can't be a slave but the other way arround works
by jill_vlabs
02 Jun 2022 11:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio from Easycap device on Raspberry PI
Replies: 18
Views: 1686

Re: No audio from Easycap device on Raspberry PI

oops my workaround was to make the video the input slave sorry :

Code: Select all

vlc alsa://hw:1,0 --input-slave v4l2:///dev/video0:width=1920:height=1080
by jill_vlabs
01 Jun 2022 11:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio from Easycap device on Raspberry PI
Replies: 18
Views: 1686

Re: No audio from Easycap device on Raspberry PI

it's weird that it attempts to open a file instead of alsa://hw:0,1 could you tell us what version of vlc are you running `vlc -V`? there was an issue with vlc 3.0.16 and alsa as a slave input which is what the capture device tab do as a workaround you can start vlc that way in the commandline : `vl...
by jill_vlabs
25 May 2022 10:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC hangs the system
Replies: 5
Views: 1274

Re: VLC hangs the system

either in the qt interface change the following option : Tools → Preferences → Input & Codecs → Codecs → Hardware-accelerated decoding
or on the commandline:
--avcodec-hw {any,vdpau_avcodec,vaapi,vaapi_drm,none}
by jill_vlabs
25 May 2022 10:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio from Easycap device on Raspberry PI
Replies: 18
Views: 1686

Re: No audio from Easycap device on Raspberry PI

are you using vlc through the commandline? if not in the capture device tab you should have listed the available audio input in the "Audio device name" field here from what you're saying "hw:0,1" should be the right value. I can do some testing in the evening I have a similar car...
by jill_vlabs
11 May 2022 15:09
Forum: VLC for Android and Chrome OS
Topic: VLC not finding or playing video files
Replies: 3
Views: 327

Re: VLC not finding or playing video files

Have you tried playing those file from the sd card on your mac? maybe the file got corrupted during copy
by jill_vlabs
04 May 2022 13:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC GUI Does Not Display Properly on Small Screens
Replies: 5
Views: 669

Re: VLC GUI Does Not Display Properly on Small Screens

This options doesn't seams to exists in the official version of vlc, can you double check how it's named, maybe the version you have installed on your raspberry pi has some additions that aren't part of the main project
by jill_vlabs
29 Apr 2022 11:31
Forum: VLC for Android and Chrome OS
Topic: cover.jpg not displayed on Android version
Replies: 2
Views: 497

Re: cover.jpg not displayed on Android version

Do you have the same issue with albums stored locally on your android device or just with the samba share?

Go to advanced search