Git Product home page Git Product logo

Comments (7)

administrator22 avatar administrator22 commented on June 16, 2024

image

And I can't start streaming to this server with OBS.

from rtmpie.

ngrie avatar ngrie commented on June 16, 2024

Please describe the steps you performed to install the software. Also, please post the output of docker-compose logs php.

from rtmpie.

administrator22 avatar administrator22 commented on June 16, 2024

ok,I think something maybe wrong with my php.

apt-get install docker-ce docker-ce-cli containerd.io
apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
apt-key fingerprint 0EBFCD88
pub rsa4096 2017-02-22 [SCEA]
uid [ unknown] Docker Release (CE deb) [email protected]
sub rsa4096 2017-02-22 [S]
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io
apt-cache madison docker-ce
apt-get install docker-ce=5:20.10.43-0ubuntu-xenial docker-ce-cli=5:20.10.43-0ubuntu-xenial containerd.io
docker run hello-world
netstat -anptu | grep docker
curl -L "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
ls /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
docker-compose -f ./docker/docker-compose.prod.yaml build docker-compose -f ./docker/docker-compose.prod.yaml up -d
git clone https://github.com/ngrie/rtmpie.git
ls
cd rtmpie/
ls
docker-compose -f docker-compose.prod.yaml build docker-compose -f docker-compose.prod.yaml up -d
docker-compose -f ./docker-compose.prod.yaml build docker-compose -f ./docker-compose.prod.yaml up -d
vi docker-compose.prod.yaml
ls
docker-compose -f ./docker-compose.prod.yaml build docker-compose -f ./docker-compose.prod.yaml up -d
docker-compose --version
docker-compose -f ./docker-compose.prod.yaml build docker-compose -f ./docker-compose.prod.yaml up -d
ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
docker-compose -f ./docker-compose.prod.yaml build docker-compose -f ./docker-compose.prod.yaml up -d
docker-compose -f ./docker-compose.prod.yaml up -d
docker-compose ps
docker-compose -f ./docker-compose.prod.yaml build
docker-compose -f ./docker-compose.prod.yaml
docker-compose -f ./docker-compose.prod.yaml build
ls

cd docker/
ls
docker-compose -f ./docker-compose.prod.yaml build
composer require symfony/dotenv
apt install composer
docker-compose -f ./docker-compose.prod.yaml build
npm install --force
apt install npm
npm install --force
docker-compose -f ./docker-compose.prod.yaml build
ls
cd php/
ls
cd ..
ls
docker-compose -f ./docker-compose.prod.yaml build dock
docker-compose -f ./docker-compose.prod.yaml up -d
composer require symfony/dotenv
docker-compose -f ./docker-compose.prod.yaml up -d
ls
cd ..
ls
docker-compose -f ./docker/docker-compose.prod.yaml build
ls
cat docker-compose.yaml
docker-compose -f ./docker/docker-compose.yaml build
ls
cat docker-compose.prod.yaml
ls
cd config/
ls
cat services.yaml
cd ..
ls
cd config/
ls
ls packages/
cd ..
ls
cd src/
ls
cd ..
ls
cd migrations/
ls
cd ..
ls
cd bin
ls
ll console
cd ..
ls
cat rtmp_nginx_dev.conf
ls
cd migrations/
ls
cd ..
ls
docker pull docker.pkg.github.com/ngrie/rtmpie/php:latest
docker-compose -f ./docker/docker-compose.prod.yaml build
composer install --prefer-dist --no-dev --no-progress --no-suggest --no-interaction --optimize-autoloader
composer dump-autoload --no-dev --classmap-authoritative
composer require symfony/dotenv
composer self-update --2
which composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php --install-dir /usr/bin --filename composer
php -r "unlink('composer-setup.php');"
docker-compose -f ./docker/docker-compose.prod.yaml build
composer self-update --2
composer require symfony/dotenv
php --ini
composer require symfony/dotenv
ls
ll
ls
cat composer.json
composer require symfony/dotenv
cat composer.lock
ls
docker-compose -f ./docker/docker-compose.prod.yaml up -d
ping google.com
ping www.baidu.com
composer require symfony/dotenv
ls
rm -rf composer.lock
composer clearcache
docker-compose -f ./docker/docker-compose.prod.yaml build
ls
composer update
vi composer.json
ls
composer update
docker-compose -f ./docker/docker-compose.prod.yaml build
docker-compose -f ./docker/docker-compose.prod.yaml up -d
netstat -anptu | grep docker
netstat -anptu | grep nginx

20210306111852
20210306111906

from rtmpie.

ngrie avatar ngrie commented on June 16, 2024

Sorry, wrong command. Please run docker-compose -f ./docker/docker-compose.prod.yaml logs php

from rtmpie.

administrator22 avatar administrator22 commented on June 16, 2024

1

And anything I can do?

from rtmpie.

ngrie avatar ngrie commented on June 16, 2024

Looks like you messed a few things up with your installation. Please remove your installation and install everything from scratch:

docker-compose -f ./docker/docker-compose.prod.yaml down
cd ..
rm -rf ./rtmpie
git clone https://github.com/ngrie/rtmpie.git
cd rtmpie
docker-compose -f ./docker/docker-compose.prod.yaml build
docker-compose -f ./docker/docker-compose.prod.yaml up -d

from rtmpie.

ngrie avatar ngrie commented on June 16, 2024

Closed due to inactivity.

from rtmpie.

Related Issues (17)

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.