immstudios / conti

minimalistic playout server
GNU General Public License v3.0
40 stars 7 forks source link

no media files in .... #4

Closed nyok92 closed 3 years ago

nyok92 commented 3 years ago

ERROR There are no media files in '/media.dir' DEBUG Critical error. Terminating program.

Hi, i tried different folders and syntax but each times it failed. The media files have to be of a specific type ? Does absolute path should be working ? Thanks for any help !

martastain commented 3 years ago

There is a whitelist in the example script which only checks for mov and mxf files. But both absolute and relative paths should work. conti.py is really just an example - you should copy it and tweak it according to your needs.