Read the statement by Michael Teeuw here.
MMM-Remote-Control add menu "Show video files" in the remote.html
-
In the remote site, if I want to add one menu is to read a directory and list video files from the directory, how do I implement in the MMM.Remote-Control.js & remote.html?
After clicking that “Show video files”, it will show a list of the video files from the directory path and able to play it.
This is the directory path. -
Already done for the display!
I’m working on the handler in the .js file now…
Stay tuned! -
So, I wrote a PHP script to read all the surveillance recorded videos from a directory and able to play at the same time.
Here is the screenshot:
so happy to achieve my objective, the next step is designing this page! CSS work is on! :) -
Would be nice if you will write a tutorial for us :)
Looks pretty interesting for some of us. -
@cruunnerr Will do that if anyone requests for it! I need to move on on my final year project first hehe!
-
@dexterbeng Until you finish your tutorial, here is a link to what I wrote. Maybe it helps in the meantime, if someone wants to a similar thing.
-
@Jopyth Yeap! sorry for that I poor in js language…so I did it in an alternative way to read all the videos from the local server with a PHP page. Anyway thanks for your explanation for that post!