Hi,
I have a Tiddlywiki file that I use for serving local audio files ( I use TiddlyDesktop. No Nodejs server).
In my tiddler I use the following code to display the HTML-5 audio element
<audio src="audio/cours/chorus-travail-debit.mp3" preload="auto" controls></audio>
The audio directory is located at the same level as my tiddlywiki.html file.
This works properly
I'm currently trying to test the same functionality on 5.1.18 but with the nodejs server option.
- So I've copy the audio directory in the same directory as the one containing tiddlywiki.info file
- I've created a tiddler with the same code
<audio src="audio/cours/chorus-travail-debit.mp3" preload="auto" controls></audio>
That does not works. I click on the play button but Tiddlywiki does not find the audio file to serve.
Any idea ?
Is it even possible ?
With regards
Vpl