is anyone having problems using kde-connect to control vlc 3.0.0-rc3 ?
edit: rc1 ~ rc2 worked with kde-connect
syslog with rev 59:
org.kde.kdeconnect[2046]: kdeconnect.plugin.mpris: MPRIS service “org.mpris.MediaPlayer2.vlc” just came online
org.kde.kdeconnect[2046]: kdeconnect.plugin.mpris: Mpris addPlayer “org.mpris.MediaPlayer2.vlc” → “VLC media player”
I think its the apparmor file connected to snap. They limit the directories an app can access. Which makes sense in most cases. What really sucks is that they do not support links properly. If they follow links, they use the physical location instead of the link. If your system is on an SSD and you have a hard drive for movies, statically mounted, you have no chance to use it.
VLC RC8 still can’t access some mounted devices. I have an internal HDD mounted under /mnt/ called “Daten”. sudo snap connect vlc:removable-media does not work for any media under /mnt/Daten/
There is a screenshot where you can see how the HDD is mounted and how VLCs error looks like.
mount it under /media and it will work … the removable-media interface only allows access to devices monted there … (i guess even a bind mount would work if you want to keep the old location intact for scripts or whatnot)
Vlc apparently does not access the regional settings, because it does not translate the language of the application into my regional language. When will this be implemented for vlc. Snap ?. The deb versions do.
So far it seems to function without issue. I mostly was streaming through youtube videos. the only issues I had were some of the same errors that others reported.
dustin snap run vlc
VLC media player 3.0.0 Vetinari (revision 3.0.0-0-gef4c265)
[0000000001e943b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Gtk-Message: Failed to load module "canberra-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported
upnp (eg playing from DLNA servers) does not work (View/Playlist/Local Network/Universal Plug ‘n’ Play):
[00007f27ac619a80] upnp services discovery: Initializing libupnp on 'default' interface
[00007f27ac619a80] upnp services discovery error: Initialization failed: UPNP_E_SOCKET_BIND
[00007f27ac619a80] main services discovery error: no suitable services discovery module
I’ve read that this may be caused by: https://bugs.launchpad.net/ubuntu/+source/libupnp/+bug/1571199. It seems like vlc could either build a working upnp as part of the snap or maybe build a working deb, put it in a ppa, and stage-packages that deb.