Gc samba plugin gives wrong path to other apps
Brought to you by:
zc2
Hi!
When openng a file from a samba share and give it for example tbto vlc, vlc gets a http://smb... address instead of smb://...
That's an expected behaviour.
There is no reason to give to a third party application an URI like smb://..
because it won't be able to handle that.
Instead the GC app emulates an http server and provides the source
stream through it.
Vlc does not open the http link provided. Changing it to a smb link works.