ERROR:HLSError – Cannot load M3U8: crossdomain access denied:Error #2048

 

ERROR:HLSError(code/url/msg)=1/http://www.domain.com/tutorials/laravel_facade/hls.m3u8/Cannot load M3U8: crossdomain access denied:Error #2048 VM1749:1 INFO:HLSNetStream:close

This is my crossdomain.xml example…

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
    <allow-access-from domain="*" secure="false" />
    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>

check_yum – YUM output signature is larger than current known format

If you are using /check_yum you might face the following error…

YUM output signature is larger than current known format, please make sure you have upgraded to the latest version of this plugin. If the problem persists, please contact the author for a fix

nano /etc/nagios/nrpe.cfg

set the correct command to check_yum

command[check_yum]=/usr/lib64/nagios/plugins/check_yum --all-updates

and then restart nrpe

/bin/systemctl restart nrpe.service