GeoLite2.mmdb update – Fix Streams not running solution:

The file called GeoLite2.mmdb goes crashed upon starting up the panel and this cause streams not playing on your devices like VLC. Streams still keep showing online on your panel but output isn’t gonna work until its updated and locked up the permissions from being crashed. Run following commands to update and lock the file from further deletion.

 

apt-get install e2fsprogs -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget http://cdn.xtreamcp.com/XCodes/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes.xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && clear && echo "Done"

 

 

Was this answer helpful? 7 Users Found This Useful (18 Votes)