Giter VIP home page Giter VIP logo

Comments (11)

DanielnetoDotCom avatar DanielnetoDotCom commented on August 11, 2024 1

please read carefully

#514 (comment)

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on August 11, 2024

Must have something in the logs

check the apache log, or check the JS console for errors

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

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.

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on August 11, 2024

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'] = '/';

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

Screenshot_1
Screenshot_2
Did not help.
And this happens only after turning it on YPTSocket (YPTSocket)

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

Screenshot_3

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

Sorry, not there has changed.
But it still didn't help.
Screenshot_4

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on August 11, 2024

remove the lines below

if(empty($global['webSiteRootPath'])){
    preg_match('/https?:\/\/[^\/]+(.*)/i', $global['webSiteRootURL'], $matches);
    if(!empty($matches[1])){
        $global['webSiteRootPath'] = $matches[1];
    }
}

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

It worked, thanks.
But now I don't understand why it's not streaming.
11
22

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on August 11, 2024

Open a new issue and provide more details, avideo.log and js log

from avideo-encoder.

bee-media avatar bee-media commented on August 11, 2024

ok, this topic can be closed.

from avideo-encoder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.