After upgrading to latest version I found I need to reconfigure my Live stream RTMP server. I currently cannot record anything. Here is a SS of the confige screen.

Mobile can start streaming but it doesn't show on front page Live and doesn't record. Streams from OBS work ok with a 5-6sec delay.
I also Updated the SendRecorderToEncoder plugin, however it still shows the orange button indicating there is an update. Note sure if the update worked or not but it seemed to update the plugin. I also have this error connecting with mobile:
2020/08/10 21:45:58 [error] 7128#7128: *3 open() "/HLS/live/5df1736d9cbb7/index.m3u8" failed (2: No such file or directory), client: 109.186.126.180, server: fetube.flatearth.co.il, request: "GET /live/5df1736d9cbb7/index.m3u8 HTTP/2.0", host: "fetube.flatearth.co.il", referrer: "https://fetube.flatearth.co.il/plugin/Live/?c=5df12a039b08f"
note sure how to fix this issue, could realy use your assitance here.
Here is a SS of the plugin parameters.

Try deleting the plugin's directory and re-uploading .
Happens to me too .
I am having the same issues when I update to 9.4. How to delete the plugin directory and re-uploading it?
@CROSSMediaNet
1- Browse to your root AVideo directory ( default : cd /var/www/html/AVideo )
2- Go to your plugin folder ( cd plugin )
3- Delete the Plugin folder ( sudo rm -r SendRecordedToEncoder )
Now the plugin is delete , re-upload it .
Keep the websiteRootURL empty on the SendRecorderToEncoder plugin
Okay, so basically, remove the SendRecordedtoEncoder folder and re-upload it with the plugin from the plugin store afterward, correct?
yes , but re-upload it better thou your streamer , to avoid permissions issues and unzipping ( manually )
Okay...I try that...nothing happen...I can't stream at all and another issue, some people can't login unless they right-tick to "Remember Me"
Do I have to pay each time a problem occurs?
@CROSSMediaNet please check your logs
for me looks like you are out of space on your drives.
I am so sorry for this, but I am dumb a little...so how to check the logs to find out that I am out of space
you can go to the terminal and type
df -h
then share a screenshot here
Okay...I went a got some more HDD space and I think that I did something wrong. On one end, it is streaming, but no streaming output is coming through it...it looks like that I will have to pay for you to fix these issues
Here's what it is doing:

And here's no output:

Here what I got from the server:

I guess I gave you the wrong command
the correct command is df -h NOT du -h

you need to provide logs . Is not a space disk issue .
provide some logs , or JavaScript errors
https://github.com/WWBN/AVideo/wiki/How-to-find-errors-on-AVideo-Platform
https://github.com/WWBN/AVideo/wiki/Using-Your-Browser-Console-to-Diagnose-JavaScript-Errors
Without detail hard to know what's wrong
Here's what I did by using the console for errors:

I am still learning how to actually look up errors on the AVideo Platform...it is not straight forward to me
..... lol
cd /var/www/html/AVideo/videos ( go to logs directory )
cat avideo.log ( this will show all the logs )
tail -f avideo.log ( will stream the logs , as it happens )
cat -n 200 avideo.log ( will display the last 200 lines of logs )
I recommend you to cat the last 200 lines , after you issue a live stream , so we can debug and see the issue .
Start a live stream for few seconds , then stop it . past here the logs .
good luck .
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.