Page 1 of 1

SFTP failed in Android VLC

Posted: 21 Jul 2022 21:14
by Shiki
I tried cx file manager and kodi for sftp and the results are satisfying, anyway, sftp doesn't work at all in VLC Android ( Actually I heard there's the same problem in iOS)

After I tried to connect the sftp server, VLC gaved back no response but an empty folder.

Re: SFTP failed in Android VLC

Posted: 22 Jul 2022 07:13
by Aza
Could you please share some logs? Reproduce the issue and then go to: Settings > Advanced > Debug logs. Then share the logs with the sharing service you prefer (Google Drive, Dropbox, pastebin...).

Re: SFTP failed in Android VLC

Posted: 23 Jul 2022 20:14
by Shiki
Could you please share some logs? Reproduce the issue and then go to: Settings > Advanced > Debug logs. Then share the logs with the sharing service you prefer (Google Drive, Dropbox, pastebin...).
To help you, we need messages, to completely understand what your problems is.

From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file

  • Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
  • Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)

Also don't forget to name your Operating System and provide the VLC media player version.
07-24 02:24:56.359 E/VLC (27261): [0000007422624290/7026] libvlc input: Your input can't be opened
07-24 02:24:56.359 E/VLC (27261): [0000007422624290/7026] libvlc input: VLC is unable to open the MRL 'sftp://xxxxx@xxx.xxx.xxx.xxx:xxx/home/xxxxx'. Check the log for details.
07-24 02:24:56.372 E/VLC (27261): [0000007494148fd0/702f] libvlc demux: Couldn't find device name.
07-24 02:24:56.373 E/VLC (27261): [0000007494148fd0/702f] libvlc demux: DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
07-24 02:24:56.373 W/VLC (27261): [0000007494148fd0/702f] libvlc demux: Can't open file VIDEO_TS.IFO.
07-24 02:24:56.373 E/VLC (27261): [0000007494148fd0/702f] libvlc demux: vm: vm: failed to read VIDEO_TS.IFO
07-24 02:24:56.373 W/VLC (27261): [0000007494148fd0/702f] libvlc demux: cannot open DVD (/storage/emulated/0/Download)
07-24 02:24:56.421 E/VLC (27261): [0000007494148fd0/7032] libvlc demux: Couldn't find device name.
07-24 02:24:56.421 E/VLC (27261): [0000007494148fd0/7032] libvlc demux: DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
[/logfile]