Community,
I've been experimenting with TW5 for a few weeks. I initially started with the single file (i.e., empty.html) Chrome setup and was able to test that all the features I needed worked including playing MP4 video clips using the HTML5 <video> tag as follows:
<video controls>
<source src="Credits.mp4" type="video/mp4">
Your browser does not support the <code>video</code> element.
</video>
For actual use I decided to use the Node.js setup. I am able to access/edit my tiddlers from the host PC as well as my laptop running on the same network. However, I am not able to playback any videos. The Chrome console shows
GET http://192.168.1.67:8080/Credits.mp4 404 (Not Found).
The Credits.mp4 file exists in the same folder as
tiddlywiki.info as well as the tiddlers folder.
Questions
Is this scenario supported by TW5?
If so, any suggestions on why the 404 error?
Thank you,
David