How can videos from Ubuntu drive appear on web page and play in an embedded Flash Player?
- by nLinked
I have a shared folder on Ubuntu Server 12.04. Users drop videos in. Ubuntu runs a Cron task to convert them to FLV format and put them into another folder.
All I would like is a simple web page that displays all the files in that folder as links, and when you click on the link for the video you want to play, it should play in the same web page inside an embedded Flash/SWF player.
Sounds really basic but I'm actually struggling to find a simple solution. Any thoughts appreciated!