VLC via telnet occasionally stops reacting

*nix specific usage questions
acerot
New Cone
New Cone
Posts: 1
Joined: 31 Oct 2023 11:19

VLC via telnet occasionally stops reacting

Postby acerot » 31 Oct 2023 11:35

Hi, I'm using VLC via telnet server on Raspbian (Raspberry Pi 4). Works well but it occasionally stops reacting. Mostly overnight when nothing is being played. Please see the following CMD session - the telnet interface reacts perfectly but the player itself doesn't react on the "stop" command and "status" command still shows the same. Anyone would know how I can troubleshoot what is going on? The only thing helping is to completely shutdown the VLC session (kill processes) and reestablish it again - for that I use this command: cvlc --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX --daemon. Thx.

Code: Select all

> status ( new input: file:///home/acerot/qnap_hudba/vlc/relax/healing_collection/2004_hc_v/10_clear_night_in_winter.mp3 ) ( audio volume: 150 ) ( state playing ) > stop > status ( new input: file:///home/acerot/qnap_hudba/vlc/relax/healing_collection/2004_hc_v/10_clear_night_in_winter.mp3 ) ( audio volume: 150 ) ( state playing ) > clear > playlist +----[ Playlist - playlist ] | 1 - Seznam skladeb | 2 - Knihovna médií +----[ End of playlist ] > status ( new input: file:///home/acerot/qnap_hudba/vlc/relax/healing_collection/2004_hc_v/10_clear_night_in_winter.mp3 ) ( audio volume: 150 ) ( state playing ) > stop > status ( new input: file:///home/acerot/qnap_hudba/vlc/relax/healing_collection/2004_hc_v/10_clear_night_in_winter.mp3 ) ( audio volume: 150 ) ( state playing ) >
The freshly established VLC telnet server session looks like this (sudo htop):

Code: Select all

PID△USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command 294483 acerot 20 0 139M 15224 12496 S 0.0 0.4 0:00.09 └─ /usr/bin/vlc -I dummy --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX --daemon 294485 acerot 20 0 139M 15224 12496 S 0.0 0.4 0:00.00 ├─ /usr/bin/vlc -I dummy --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX--daemon 294486 acerot 20 0 139M 15224 12496 S 0.0 0.4 0:00.00 ├─ /usr/bin/vlc -I dummy --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX --daemon 294487 acerot 20 0 139M 15224 12496 S 0.0 0.4 0:00.00 ├─ /usr/bin/vlc -I dummy --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX--daemon 294488 acerot 20 0 139M 15224 12496 S 0.0 0.4 0:00.00 └─ /usr/bin/vlc -I dummy --alsa-audio-device makemono -I telnet --telnet-password XXXXXXXX--daemon

Rémi Denis-Courmont
Developer
Developer
Posts: 15272
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC via telnet occasionally stops reacting

Postby Rémi Denis-Courmont » 31 Oct 2023 17:39

This would typically indicate that a thread has locked up. This is most commonly caused by buggy device drivers, though sometimes VLC bugs can trigger it too. So troubleshooting boils down to debugging.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 39 guests