WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.9k stars 971 forks source link

"Live" plugin support #3833

Closed wildmaster84 closed 4 years ago

wildmaster84 commented 4 years ago

For the past 2 days i have tried to setup the live plugin but i get a timeout error every time, i have no clue if its with the RTMP or if i didnt configure something correctly on the site. i followed the steps i found on github but no luck.

image image

DanielnetoDotCom commented 4 years ago

did you install nginx + RTMP?

what does the logs say?

wildmaster84 commented 4 years ago

i did install nginx + RTMP

[15-Oct-2020 18:00:19 America/New_York] AVideoLog::DEBUG: Live::getStatsObject RTMP Server (http://siggnal.ga:8080/stat) is NOT responding we will wait less from now on => live_servers_id = (0) SCRIPT_NAME: /plugin/Live/stats.json.php [15-Oct-2020 18:00:19 America/New_York] AVideoLog::DEBUG: Live::getStatsObject RTMP Server (http://siggnal.ga:8080/stat) is respond again => live_servers_id = (0) SCRIPT_NAME: /plugin/Live/stats.json.php

DanielnetoDotCom commented 4 years ago

this is not your NGINX log and the link http://siggnal.ga:8080/stat is not working

wildmaster84 commented 4 years ago

yeah i just found that out just now its being redirected to https://siggnal.ga/stat which is apache and i'm not sure how to fix this. any suggestions? idk if this helps but i'm using cloudflair.

wildmaster84 commented 4 years ago

error.log theres the Nginx log

akhilleusuggo commented 4 years ago

@wildmaster84 cloudflare doesn't not support RTMP

wildmaster84 commented 4 years ago

Ok well, with that said i am currently setting up a reverse proxy and once done i will say if it works or not for me

wildmaster84 commented 4 years ago

Quick question, yesterday i edited "plugin/Live" to "GOLive/" in the .htaccess and i reverted it back and its still redirecting to "/GoLive", am i missing something? and also i setup the reverse proxy, but i cant test it until i fix my small screwup

Edit: This is my final issue.