CasparCG / media-scanner

A service used with CasparCG Server software for scanning media located on the server. Queried with query and thumbnail commands through CasparCG Server using AMCP.
https://casparcg.com
GNU Lesser General Public License v3.0
31 stars 33 forks source link

cinf field missing on linux #46

Closed dman776 closed 4 years ago

dman776 commented 4 years ago

trying to run on linux. the CasparCG client is not returning anything when calling /cls. I noticed that the cinf field is missing from the doc.

{"total_rows":1,"offset":0,"rows":[{"id":"GO1080P25","key":"GO1080P25","value":{"rev":"1-323421cffee0410387131eb1469724f8"},"doc":{"mediaPath":"/media/casparcg/data/media/go1080p25.mp4","mediaSize":16694084,"mediaTime":1492079375000,"_id":"GO1080P25","_rev":"1-323421cffee0410387131eb1469724f8"}}]}

dman776 commented 4 years ago

i figured it out. I had not installed ffmpeg yet. solved.