For future googlers, this is the top result, but the real answer to this question is here: FFMPEG "Segmentation fault" with network stream source
Basically the johnvansickle.com builds have a limitation where they need the nscd installed and running. I had this exact issue, and that fixed it for me - just installing nscd isn't enough:
sudo yum install -y nscd
sudo systemctl start nscd.service