I can get this to work:
Code: Select all
vlc-x-callback://x-callback-url/stream?url=http%3A%2F%2F192.168.0.2%2Fmovies%2Ftest.mkv
(vlc-x-callback://x-callback-url/stream?url=http://192.168.0.2/movies/test.mkv)
Code: Select all
vlc-x-callback://x-callback-url/stream?url=http%3A%2F%2F192.168.0.2%2Fmovies%2Ftest%202.mkv
(vlc-x-callback://x-callback-url/stream?url=http://192.168.0.2/movies/test 2.mkv)
Looking over the revision history, I see there was once an FTP issue about spaces in URL's that was fixed in 2.2.1. Not sure if it's a similar issue but with vlc-x-callback now.