Hi guys i have question do u have any idea what i got this error
Need more details to determine where the problem is coming from .
Is your streaming server installed on the same server ?
Because I see you didn't not even install the server : http://34.70.168.93/AVideo/
i did but i change the file path to http://34.70.168.93/nohadra/
did you changed that path as well on the nginx config ?
Did you indicated that path as well on plugin ?
https://github.com/WWBN/AVideo/wiki/Set-up-my-own-Stream-Server
if you mean this
on_publish http://localhost/YouPHPTube/plugin/Live/on_publish.php;
on_play http://localhost/YouPHPTube/plugin/Live/on_play.php;
on_record_done http://localhost/YouPHPTube/plugin/Live/on_record_done.php;
yes i did it
please screenshot your stats page with the URL
@DanielnetoDotCom http://34.70.168.93:8080/stat this is his stat page , what left if the plugin to check
i reinstall Nginx-RTMP but still the error valid
I found the problem when I installed in different name but when I installed on this path /YouPHPTube is working fine
@landydawood post here you plugin details
I'm sure you nginx is not right , you should replace this lines
on_publish http://localhost/YouPHPTube/plugin/Live/on_publish.php;
on_play http://localhost/YouPHPTube/plugin/Live/on_play.php;
on_record_done http://localhost/YouPHPTube/plugin/Live/on_record_done.php;
By
on_publish http://34.70.168.93/nohadra/plugin/Live/on_publish.php;
on_play http://34.70.168.93/nohadra/plugin/Live/on_play.php;
on_record_done http://34.70.168.93/nohadra/plugin/Live/on_record_done.php;
im Sure is right same you did and i already copy it for you and past it but still not working
You've said is working with YouPHPTube and not working with other names . This means your configuration with other names is not correct .
dose there any other configuration that need to be done ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.