Embedding external files / Windows & Android

What I am trying to do

Embed video & audio files as well as books (PDF & EPUB mainly) from my home server (SMB share) without copying the files to my vault.

I want the embedded files to be displayed and playable from within the notes. This should work for both Desktop (Windows) and Mobile (Android).

Things I have tried

<video src="file:///your/path.mp4" controls></video>

This works well under windows as long as I put the path of the mapped drive. It will not work under Android as the path is entirely different there.
`

Is there any way to do this?
Any help would be very much appreciated!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.