Recently we found that on latest version of Google chrome, video was not playing from our player. It produce the error "There is an Error in loading config.xml" but it plays well on other browser.
If anyone face this problem please edit the player.php file.
Player.php file will located at /../components/com_hdflvplayer/models/player.php
Please search for the code on player.php
Code:
$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=str_replace('/','%2F',$baseurl);
Just replace the above code with the following
Code:
$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=substr_replace($baseurl ,"",-1);
$baseurl=str_replace('/','%2F',$baseurl);
If it still didn't fix, kindly download the latest file or create ticket from www.hdflvplayer.net/support