Daniel Neto
Daniel Neto
read this https://github.com/WWBN/AVideo/issues/6970#issuecomment-1216725011 also, you still did not share what you get with this command `curl -I http://mysite.com/plugin/Live/on_publish.php`
code 302 means was redirected; the expected code MUST be 401 fix the redirect issue described above and try again.
@stevespaw clearly you are making the same mistake described [here ](https://github.com/WWBN/AVideo/issues/6970#issuecomment-1216725011) @ramesh8830 first make sure it will work without adaptive
this is not about apache, this is about nginx that needs to access using the HTTP port (NOT HTTPS), and without redirection
the red error seems to be that your socket is not working properly. the blue one is not really an error but I will send something to avoid the warning.
maybe your live_transmitions_history table is too big try to clear that `Delete from live_transmitions_history where id > 0;` then restart your server
Also delete all the records from live_transmition_history_log
it must have this table if you are using the live. if you do not have it, please make sure you have all the tables here https://github.com/WWBN/AVideo/blob/master/plugin/Live/install/install.sql
Which one exactly is repeating?
I have noticed that happen to another user I add multiple videos at the same time. because the sort is based on the creation time, and all the videos have...