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

Update Readme: Details relating to running on Linux #47

Open LRTNZ opened 4 years ago

LRTNZ commented 4 years ago

When setting up Caspar the other day to run on a new Linux server, I ran into a bit of an issue. I could not get it to work properly. It was not until poking in the source code, that I realised the issue was that I had not installed FFmpeg onto the new machine. So, tldr; Can we please have the Readme updated, to say that on Linux having the apt-get package of FFmpeg installed is a requirement?

dotarmin commented 4 years ago

@LRTNZ, it would be appreciated if you can do a PR.

Thanks in advance

LRTNZ commented 4 years ago

@dotarmin Sweet, will do that later this morning. On that note, I was wondering if I should pull the Linux usage section out into its own part, to add in the chown fix/workaround relating to the ownership of the media folder - #28 ?

LRTNZ commented 4 years ago

@dotarmin I put in PRs for this a few days back, as well as a minor fix to stop the scanner binding to IPv6 ports.