Giter VIP home page Giter VIP logo

Comments (11)

DanielnetoDotCom avatar DanielnetoDotCom commented on July 29, 2024

Hi actually you can, but your server must be configured to allow it

we add the .htaccess configuration to allow this request

https://github.com/DanielnetoDotCom/YouPHPTube-Encoder/blob/bb8dc65c448130fa142b3ff235298b8b5d6ea908/.htaccess#L2

https://github.com/DanielnetoDotCom/YouPHPTube/blob/50caf7409aae152a7ac3c9255b0d7fb251871c36/.htaccess#L16

It works on our side, maybe the server you are using have an specific configuration to block it

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

Hello,

i m using nginx to access to my server in https.

revers proxy, works cool,

i have to found how pass this problem

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

crazy thinks i can't found a solution :'(

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

do u have a solution to create the config files without the internet page ?

can i create myself the config please ?

can someone send me the config files, i will modifie it and adding directly on my video directory

thanks to all

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on July 29, 2024

My Encoder config file looks like this:
...

<?php
$global['webSiteRootURL'] = 'http://127.0.0.1/YouPHPTube-Encoder/';
$global['systemRootPath'] = '/var/www/html/YouPHPTube-Encoder/';

$global['disableConfigurations'] = false;
$global['disableBulkEncode'] = false;

$mysqlHost = 'localhost';
$mysqlUser = 'root';
$mysqlPass = '';
$mysqlDatabase = 'youPHPTube-Encoder';

$global['allowed'] = array('mp4', 'avi', 'mov', 'mkv', 'flv', 'mp3', 'wav', 'm4v', 'webm', 'wmv');

/**
 * Do NOT change from here
 */

require_once $global['systemRootPath'].'objects/include_config.php';

from avideo-encoder.

FathiBenNasr avatar FathiBenNasr commented on July 29, 2024

Thank you,
This solved my same problem here (+ manual tables creation).

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on July 29, 2024

Great :)

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

ok where is the databas creation files please

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

i have a blank page with no information

u closed to fast

from avideo-encoder.

DanielnetoDotCom avatar DanielnetoDotCom commented on July 29, 2024

Database creation https://github.com/DanielnetoDotCom/YouPHPTube-Encoder/blob/master/install/database.sql

Check your log file for the blank page

from avideo-encoder.

gamersalpha avatar gamersalpha commented on July 29, 2024

ok works with this but i have a new problem here

the same here -- #44

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.