Closed bee-media closed 1 year ago
Must have something in the logs
check the apache log, or check the JS console for errors
Understood this. But when considering YPTSocket (YPTSocket), the site crashes and on the main page says Please configure your webSiteRootPath I can't understand why.
In your videos/configuration.php file change it
$global['webSiteRootPath'] = '';
if(empty($global['webSiteRootPath'])){
preg_match('/https?:\/\/[^\/]+(.*)/i', $global['webSiteRootURL'], $matches);
if(!empty($matches[1])){
$global['webSiteRootPath'] = $matches[1];
}
}
to this
$global['webSiteRootPath'] = '/';
Did not help. And this happens only after turning it on YPTSocket (YPTSocket)
please read carefully
https://github.com/WWBN/AVideo-Encoder/issues/514#issuecomment-1646659036
Sorry, not there has changed. But it still didn't help.
remove the lines below
if(empty($global['webSiteRootPath'])){
preg_match('/https?:\/\/[^\/]+(.*)/i', $global['webSiteRootURL'], $matches);
if(!empty($matches[1])){
$global['webSiteRootPath'] = $matches[1];
}
}
It worked, thanks. But now I don't understand why it's not streaming.
Open a new issue and provide more details, avideo.log and js log
ok, this topic can be closed.
Help understand. I do everything according to the instructions, on Ubuntu 20.04 When installing, the inscription PROCESS hangs and that's it. There are no errors in the log file.