some issue on first installation
Hi to everyone, I've installed video editor on my RPi 3B+ where I've installed an Apache server, but I have some issues.
I've do all steps listed on code page, Installation, development and production. Then I've started the node server with "npm start" command, and I go on "http://192.168.50.10/videoeditor/kudlav/videoeditor/views/main.html". In main.html i've found many wrong link to external source, like icon, font and main.js. First question: It's right start on http://192.168.50.10/videoeditor/kudlav/videoeditor/views/main.html page?
After, on main.html page I have press the "Vytvořit nový projekt" button and I go on the project page at url http://192.168.50.10:8080/project/LQD-lKjsnNaOKaCF_GL9khzIb1QFtVAv Second question: In this page I can't find the preview video player and I can use only one track. How I can resolve this problem? Third question: Can I set the english translation?
Thank's for this beatiful project!!! :-)
Hi, I have the exact same problem. No preview video player and can only use one track.

Hi,
after invoking commans npm run dev-start the server is running at port 8080. You can access it using localhost:8080. This can be changed in config.js.
Note: this project doesn't require web server and videoeditor folder and it's subfolders should be stored outside of webserver (for security purpose).
I've added these lines into readme in master branch, thanks for your feedback.
And to the preview. I've tried something in dev branch, but not I don't have time for this project now. And I am unable to promise anything.
But if you see only one timeline and there is no space below it, it's a bug and please look into console whether there are some errors. Look at this screenshot. You should be able to drag video and drop it into second track.

I have check the console, no error reported and no multi-track enabled.

Hi Kudlav, Thanks for tour answer. I use a webserver for other services, not for tour video editor. I have try a new installation of video editor bit I have the sale issues, and amy error on my console. The video preview doesn't work, and I can create only one video track and one audio track. How can I help you for found a solution for these issue?