The remote playing (ex: run gustaf on a NAS and play in the browser) is only possible :
with the VLC plugin (see dedicated task)
by hosting the video files as a static content
by specifying the real ip address instead of "localhost" in the websocket constructors (javascript)
Check feasability of the StaticFileHandler solution which would point to the content directory on the local computer.
Find a way to get the local IP to connect the websockets.
The remote playing (ex: run gustaf on a NAS and play in the browser) is only possible :
Check feasability of the StaticFileHandler solution which would point to the content directory on the local computer. Find a way to get the local IP to connect the websockets.