I'm trying to play video files recorded on my Freebox HD (a PVR box for the French "Free" provider) thru its FTP feature with VLC. Unfortunately, the default filenames (assigned by the Freebox firmware) can have accented letters (é, è, ô, etc.) and VLC can't reach these files if so.
Code: Select all
access_ftp error: file or directory doesn't exist
main error: open of `ftp://freebox@212.27.40.254/Disque%20dur/Enregistrements/France%20ô%20-%20Archipels%20-%2005-06-2009%2016h40%201h10m.ts' failed: (null)
I even tried to substitute the %xx code of these letters with no success : Only the %20 code is translated to a space, but - for example - %F3 (for ô) is translated to "??" - no quotes - by VLC (checked with Wireshark) and it can't find the file :
Code: Select all
access_ftp error: file or directory doesn't exist
main error: open of `ftp://freebox@212.27.40.254/Disque%20dur/Enregistrements/France%20%F3%20-%20Archipels%20-%2005-06-2009%2016h40%201h10m.ts' failed: (null)
Rgds
[VLC 1.0.2 WinXP]