I have a problem with my plugin that I bought recently SendRecordedToEncoder. When I go Live it does not record the Stream and also does not Send it to the encoder. I followed this instructions. sudo mkdir /var/www/tmp && sudo chmod 777 /var/www/tmp
Step 3
Change your nginx.conf file
sudo nano /usr/local/nginx/conf/nginx.conf
and then add those lines on your file
recorder video{
record all;
record_path /var/www/tmp;
record_notify on;
record_max_size 2048M;
#will produce files of the form yourUserKey-24-Apr-13-18:23:38.flv
record_suffix -%d-%b-%y-%T.flv;
}
your rtmp section should look like this.
rtmp {
server {
listen 1935;
allow play all;
#creates our "live" full-resolution HLS videostream from our incoming encoder stream and $
application live {
allow play all;
live on;
#record all;
#record_path /video_recordings;
#record_unique on;
hls on;
hls_nested on;
hls_path /HLS/live;
#hls_playlist_length 4s;
#hls_fragment 1s;
hls_fragment 10s;
on_publish http://192.168.25.16/YouPHPTube/plugin/Live/on_publish.php;
on_play http://192.168.25.16/YouPHPTube/plugin/Live/on_play.php;
on_record_done http://192.168.25.16/YouPHPTube/plugin/Live/on_record_done.php;
recorder video{
record all;
record_path /var/www/tmp;
record_notify on;
record_max_size 2048M;
#will produce files of the form yourUserKey-24-Apr-13-18:23:38.flv
record_suffix -%d-%b-%y-%T.flv;
}
}
}
}
Check your on_record_done directive, it needs to be pointing to the live stream plugin, on_record_done.php file
Step 3
Restart your nginx server
sudo /usr/local/nginx/sbin/nginx -s stop && sudo /usr/local/nginx/sbin/nginx


Could you also help me as the form requires a Root URL
Hi
are the Streamer and the RTMP Nginx on the same server?
Check the streamer log file and also the Nginx error log file
Yes Sir

2020/05/12 17:59:46 [info] 1468#0: *2178 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 17:59:48 [info] 1468#0: *2180 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓6"
2020/05/12 17:59:48 [info] 1468#0: *2180 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓6"
2020/05/12 17:59:49 [info] 1468#0: *2181 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 17:59:49 [info] 1468#0: *2181 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 17:59:52 [info] 1468#0: *2182 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓6"
2020/05/12 17:59:53 [info] 1468#0: *2182 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓6"
2020/05/12 18:00:04 [info] 1468#0: *2184 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 18:00:04 [info] 1468#0: *2184 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 18:00:40 [info] 1468#0: *2188 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 18:00:40 [info] 1468#0: *2189 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 18:01:56 [info] 1468#0: *2197 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓6"
2020/05/12 18:01:56 [info] 1468#0: *2197 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓6"
2020/05/12 18:02:34 [info] 1468#0: *2201 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 18:02:38 [info] 1468#0: *2202 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 18:02:45 [info] 1468#0: *2204 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 18:02:49 [info] 1468#0: *2205 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 18:02:50 [info] 1468#0: *2205 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 18:03:06 [info] 1468#0: *2207 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 18:03:09 [info] 1468#0: *2209 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 18:03:10 [info] 1468#0: *2210 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 18:03:21 [info] 1468#0: *2212 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 18:03:21 [info] 1468#0: *2212 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 18:03:22 [info] 1468#0: *2213 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓6"
2020/05/12 18:03:23 [info] 1468#0: *2213 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓6"
2020/05/12 18:03:25 [info] 1468#0: *2214 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓6"
2020/05/12 18:03:25 [info] 1468#0: *2214 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓6"
2020/05/12 18:03:26 [info] 1468#0: *2215 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 18:03:27 [info] 1468#0: *2215 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 18:03:27 [info] 1468#0: *2216 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 18:03:27 [info] 1468#0: *2216 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 18:03:28 [info] 1468#0: *2217 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 18:03:29 [info] 1468#0: *2217 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 18:14:04 [info] 1468#0: *2271 client closed connection while waiting for request, client: 123.191.147.202, server: 0.0.0.0:8080
2020/05/12 18:14:05 [info] 1468#0: *2272 client 223.12.75.125 closed keepalive c onnection
2020/05/12 18:14:07 [info] 1468#0: *2274 writev() failed (104: Connection reset by peer) while sending response to client, client: 221.213.75.188, server: live. meetmycraft.com, request: "GET http://boxun.com/ HTTP/1.1", host: "boxun.com"
2020/05/12 18:14:08 [info] 1468#0: *2275 client sent invalid request while readi ng client request line, client: 221.13.12.144, server: live.meetmycraft.com, req uest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 18:14:10 [info] 1468#0: *2277 client sent invalid request while readi ng client request line, client: 223.12.147.99, server: live.meetmycraft.com, req uest: "CONNECT www.ipip.net:443 HTTP/1.1"
2020/05/12 18:14:12 [error] 1468#0: *2278 "/usr/local/nginx/html/english/index.h tml" is not found (2: No such file or directory), client: 221.213.75.133, server : live.meetmycraft.com, request: "GET http://www.rfa.org/english/ HTTP/1.1", hos t: "www.rfa.org"
2020/05/12 18:14:12 [info] 1468#0: *2278 writev() failed (104: Connection reset by peer), client: 221.213.75.133, server: live.meetmycraft.com, request: "GET ht tp://www.rfa.org/english/ HTTP/1.1", host: "www.rfa.org"
2020/05/12 18:14:12 [info] 1468#0: *2279 client sent invalid request while readi ng client request line, client: 123.191.158.136, server: live.meetmycraft.com, r equest: "CONNECT cn.bing.com:443 HTTP/1.1"
2020/05/12 18:14:12 [info] 1468#0: *2280 writev() failed (104: Connection reset by peer) while sending response to client, client: 221.213.75.109, server: live. meetmycraft.com, request: "GET http://www.wujieliulan.com/ HTTP/1.1", host: "www .wujieliulan.com"
2020/05/12 18:14:13 [info] 1468#0: *2281 writev() failed (104: Connection reset by peer) while sending response to client, client: 121.57.9.29, server: live.mee tmycraft.com, request: "GET http://www.epochtimes.com/ HTTP/1.1", host: "www.epo chtimes.com"
2020/05/12 18:14:13 [info] 1468#0: *2282 client sent invalid request while readi ng client request line, client: 1.202.114.247, server: live.meetmycraft.com, req uest: "CONNECT www.voanews.com:443 HTTP/1.1"
2020/05/12 18:14:13 [info] 1468#0: *2282 recv() failed (104: Connection reset by peer) while reading client request line, client: 1.202.114.247, server: live.me etmycraft.com, request: "CONNECT www.voanews.com:443 HTTP/1.1"
2020/05/12 18:14:13 [info] 1468#0: *2283 writev() failed (104: Connection reset by peer) while sending response to client, client: 182.245.44.123, server: live. meetmycraft.com, request: "GET http://www.minghui.org/ HTTP/1.1", host: "www.min ghui.org"
2020/05/12 18:14:14 [info] 1468#0: *2276 client 112.80.138.194 closed keepalive connection
2020/05/12 18:22:57 [info] 1468#0: *2328 client sent HTTP/1.1 request without "H ost" header while reading client request headers, client: 59.127.54.98, server: live.meetmycraft.com, request: "GET / HTTP/1.1"
2020/05/12 19:06:15 [info] 1468#0: *2545 client sent invalid host header while r eading client request headers, client: 205.185.123.189, server: live.meetmycraft .com, request: "GET /manager/html HTTP/1.1", host: ""
2020/05/12 19:06:20 [info] 1468#0: *2547 client 178.93.6.38 closed keepalive con nection
2020/05/12 19:42:50 [info] 1468#0: *2735 client sent HTTP/1.1 request without "H ost" header while reading client request headers, client: 78.33.111.153, server: live.meetmycraft.com, request: "GET / HTTP/1.1"
2020/05/12 19:51:30 [error] 1468#0: *2778 open() "/usr/local/nginx/html/azenv.ph p" failed (2: No such file or directory), client: 5.178.86.74, server: live.meet mycraft.com, request: "POST http://check.best-proxies.ru/azenv.php?s=15893130908 9430PC232818615708080 HTTP/1.1", host: "check.best-proxies.ru", referrer: "https ://best-proxies.ru/"
2020/05/12 19:51:36 [info] 1468#0: *2780 client sent invalid request while readi ng client request line, client: 5.178.86.78, server: live.meetmycraft.com, reque st: "CONNECT check.best-proxies.ru:80 HTTP/1.1"
2020/05/12 19:51:41 [info] 1468#0: *2781 client sent invalid method while readin g client request line, client: 5.178.86.74, server: live.meetmycraft.com, reques t: "P鈻扸L0"
2020/05/12 19:51:46 [info] 1468#0: *2783 client sent invalid method while readin g client request line, client: 5.178.86.76, server: live.meetmycraft.com, reques t: ""
2020/05/12 19:55:44 [error] 1468#0: *2804 open() "/usr/local/nginx/html/azenv.ph p" failed (2: No such file or directory), client: 95.213.177.124, server: live.m eetmycraft.com, request: "POST http://check.proxyradar.com/azenv.php?auth=158931 334495&a=PSCMN&i=2328186157&p=8080 HTTP/1.1", host: "check.proxyradar.com", refe rrer: "https://proxyradar.com/"
2020/05/12 20:04:59 [info] 1468#0: *2855 client sent HTTP/1.1 request without "H ost" header while reading client request headers, client: 188.26.189.140, server : live.meetmycraft.com, request: "GET / HTTP/1.1"
2020/05/12 20:46:28 [info] 1468#0: *3059 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:46:29 [info] 1468#0: *3060 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:46:32 [info] 1468#0: *3061 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:46:33 [info] 1468#0: *3062 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:46:45 [info] 1468#0: *3064 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 20:46:46 [info] 1468#0: *3066 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:46:46 [info] 1468#0: *3066 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:46:47 [info] 1468#0: *3067 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:46:47 [info] 1468#0: *3067 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:46:48 [info] 1468#0: *3068 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:46:48 [info] 1468#0: *3068 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:46:49 [info] 1468#0: *3069 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:46:49 [info] 1468#0: *3069 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:46:50 [info] 1468#0: *3070 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:46:51 [info] 1468#0: *3070 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:47:11 [info] 1468#0: *3073 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:47:11 [info] 1468#0: *3073 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:47:12 [info] 1468#0: *3074 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:47:13 [info] 1468#0: *3074 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:47:13 [info] 1468#0: *3075 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:47:13 [info] 1468#0: *3075 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:47:14 [info] 1468#0: *3076 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:47:15 [info] 1468#0: *3076 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:47:15 [info] 1468#0: *3077 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:47:15 [info] 1468#0: *3077 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:47:29 [info] 1468#0: *3079 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:47:31 [info] 1468#0: *3080 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:47:39 [info] 1468#0: *3082 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:47:40 [info] 1468#0: *3083 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:47:41 [info] 1468#0: *3084 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 20:47:50 [info] 1468#0: *3086 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:47:51 [info] 1468#0: *3087 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:47:53 [info] 1468#0: *3088 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:47:53 [info] 1468#0: *3089 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:47:54 [info] 1468#0: *3088 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:47:54 [info] 1468#0: *3090 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:47:54 [info] 1468#0: *3091 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:47:54 [info] 1468#0: *3090 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:47:57 [info] 1468#0: *3092 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:47:57 [info] 1468#0: *3093 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 20:47:58 [info] 1468#0: *3092 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:47:58 [info] 1468#0: *3095 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 20:47:58 [info] 1468#0: *3096 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:47:58 [info] 1468#0: *3096 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:48:00 [info] 1468#0: *3097 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:48:00 [info] 1468#0: *3098 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:01 [info] 1468#0: *3097 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:48:01 [info] 1468#0: *3098 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:01 [info] 1468#0: *3099 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:48:01 [info] 1468#0: *3100 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:01 [info] 1468#0: *3099 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:48:01 [info] 1468#0: *3100 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:02 [info] 1468#0: *3101 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:03 [info] 1468#0: *3102 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:48:03 [info] 1468#0: *3101 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:03 [info] 1468#0: *3102 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:48:13 [info] 1468#0: *3104 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:13 [info] 1468#0: *3105 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:13 [info] 1468#0: *3104 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:13 [info] 1468#0: *3105 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:15 [info] 1468#0: *3106 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:15 [info] 1468#0: *3107 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:15 [info] 1468#0: *3106 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:15 [info] 1468#0: *3107 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:25 [info] 1468#0: *3109 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:25 [info] 1468#0: *3110 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:25 [info] 1468#0: *3109 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:25 [info] 1468#0: *3110 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:27 [info] 1468#0: *3111 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:27 [info] 1468#0: *3111 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:27 [info] 1468#0: *3112 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:27 [info] 1468#0: *3112 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:29 [info] 1468#0: *3114 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:29 [info] 1468#0: *3114 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:48 [info] 1468#0: *3117 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:48:49 [info] 1468#0: *3117 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:48:49 [info] 1468#0: *3118 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓e1
"
2020/05/12 20:48:49 [info] 1468#0: *3118 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓e1
"
2020/05/12 20:48:50 [info] 1468#0: *3119 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:48:51 [info] 1468#0: *3119 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:48:51 [info] 1468#0: *3120 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓%"
2020/05/12 20:48:51 [info] 1468#0: *3120 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓%"
2020/05/12 20:48:52 [info] 1468#0: *3121 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:53 [info] 1468#0: *3121 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:53 [info] 1468#0: *3122 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:48:53 [info] 1468#0: *3122 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:48:54 [info] 1468#0: *3123 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:55 [info] 1468#0: *3123 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:55 [info] 1468#0: *3124 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:55 [info] 1468#0: *3124 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:56 [info] 1468#0: *3125 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
2020/05/12 20:48:57 [info] 1468#0: *3125 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:57 [info] 1468#0: *3126 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:57 [info] 1468#0: *3126 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:58 [info] 1468#0: *3128 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:59 [info] 1468#0: *3128 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:48:59 [info] 1468#0: *3129 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:48:59 [info] 1468#0: *3129 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:50:38 [info] 1468#0: *3138 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 20:50:49 [info] 1468#0: *3139 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:50:56 [info] 1468#0: *3141 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.sogou.com:443 HTTP/1.1"
2020/05/12 20:50:59 [info] 1468#0: *3142 client sent invalid request while readi ng client request line, client: 122.228.208.113, server: live.meetmycraft.com, r equest: "CONNECT www.so.com:443 HTTP/1.1"
2020/05/12 20:51:32 [info] 1468#0: *3146 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓;"
2020/05/12 20:51:32 [info] 1468#0: *3146 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓;"
2020/05/12 20:51:34 [info] 1468#0: *3147 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻抳鈻掆枓;"
2020/05/12 20:51:34 [info] 1468#0: *3147 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻抳鈻掆枓;"
2020/05/12 20:51:36 [info] 1468#0: *3148 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:51:36 [info] 1468#0: *3148 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:51:38 [info] 1468#0: *3149 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: "鈻掆枓"
2020/05/12 20:51:38 [info] 1468#0: *3149 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: "鈻掆枓"
2020/05/12 20:51:38 [info] 1468#0: *3151 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:51:39 [info] 1468#0: *3151 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 20:51:40 [info] 1468#0: *3152 client sent invalid method while readin g client request line, client: 122.228.208.113, server: live.meetmycraft.com, re quest: ""
2020/05/12 20:51:40 [info] 1468#0: *3152 recv() failed (104: Connection reset by peer) while reading client request line, client: 122.228.208.113, server: live. meetmycraft.com, request: ""
2020/05/12 21:01:14 [info] 1468#0: *3198 client closed connection while waiting for request, client: 112.80.137.201, server: 0.0.0.0:8080
2020/05/12 21:01:15 [info] 1468#0: *3199 client 119.39.46.120 closed keepalive c onnection
2020/05/12 21:01:15 [info] 1468#0: *3201 client 121.57.10.234 closed keepalive c onnection (104: Connection reset by peer)
2020/05/12 21:01:15 [info] 1468#0: *3202 client sent invalid request while readi ng client request line, client: 116.252.0.43, server: live.meetmycraft.com, requ est: "CONNECT cn.bing.com:443 HTTP/1.1"
2020/05/12 21:01:16 [info] 1468#0: *3200 client 180.95.231.161 closed keepalive connection
2020/05/12 21:01:16 [info] 1468#0: *3203 writev() failed (104: Connection reset by peer) while sending response to client, client: 112.193.170.45, server: live. meetmycraft.com, request: "GET http://www.epochtimes.com/ HTTP/1.1", host: "www. epochtimes.com"
2020/05/12 21:01:17 [info] 1468#0: *3204 client sent invalid request while readi ng client request line, client: 222.82.55.252, server: live.meetmycraft.com, req uest: "CONNECT www.baidu.com:443 HTTP/1.1"
2020/05/12 21:01:19 [info] 1468#0: *3206 client sent invalid request while readi ng client request line, client: 221.213.75.205, server: live.meetmycraft.com, re quest: "CONNECT www.ipip.net:443 HTTP/1.1"
2020/05/12 21:01:20 [info] 1468#0: *3207 client 106.45.0.159 closed keepalive co nnection (104: Connection reset by peer)
2020/05/12 21:01:20 [info] 1468#0: *3208 client 36.32.3.153 closed keepalive con nection (104: Connection reset by peer)
2020/05/12 21:01:20 [info] 1468#0: *3209 client sent invalid request while readi ng client request line, client: 223.12.144.107, server: live.meetmycraft.com, re quest: "CONNECT www.voanews.com:443 HTTP/1.1"
2020/05/12 21:01:20 [info] 1468#0: *3209 recv() failed (104: Connection reset by peer) while reading client request line, client: 223.12.144.107, server: live.m eetmycraft.com, request: "CONNECT www.voanews.com:443 HTTP/1.1"
2020/05/12 21:01:25 [error] 1468#0: *3210 "/usr/local/nginx/html/english/index.h tml" is not found (2: No such file or directory), client: 112.80.136.83, server: live.meetmycraft.com, request: "GET http://www.rfa.org/english/ HTTP/1.1", host : "www.rfa.org"
2020/05/12 21:01:25 [info] 1468#0: *3210 writev() failed (104: Connection reset by peer), client: 112.80.136.83, server: live.meetmycraft.com, request: "GET htt p://www.rfa.org/english/ HTTP/1.1", host: "www.rfa.org"
2020/05/12 21:04:45 [info] 1468#0: *3225 client closed connection while waiting for request, client: 180.95.231.150, server: 0.0.0.0:8080
2020/05/12 21:04:46 [info] 1468#0: *3226 client sent invalid method while readin g client request line, client: 182.138.137.68, server: live.meetmycraft.com, req uest: ""
2020/05/12 21:04:46 [info] 1468#0: *3226 recv() failed (104: Connection reset by peer) while reading client request line, client: 182.138.137.68, server: live.m eetmycraft.com, request: ""
2020/05/12 21:05:49 [info] 1468#0: *3231 client closed connection while waiting for request, client: 111.13.67.181, server: 0.0.0.0:8080
2020/05/12 21:06:07 [error] 1468#0: *3234 open() "/usr/local/nginx/html/TP/publi c/index.php" failed (2: No such file or directory), client: 111.13.67.181, serve r: live.meetmycraft.com, request: "GET /TP/public/index.php HTTP/1.1", host: "13 8.197.77.45:8080"
2020/05/12 21:06:08 [error] 1468#0: *3235 open() "/usr/local/nginx/html/TP/index .php" failed (2: No such file or directory), client: 111.13.67.181, server: live .meetmycraft.com, request: "GET /TP/index.php HTTP/1.1", host: "138.197.77.45:80 80"
2020/05/12 21:06:08 [error] 1468#0: *3236 open() "/usr/local/nginx/html/thinkphp /html/public/index.php" failed (2: No such file or directory), client: 111.13.67 .181, server: live.meetmycraft.com, request: "GET /thinkphp/html/public/index.ph p HTTP/1.1", host: "138.197.77.45:8080"
2020/05/12 21:06:09 [error] 1468#0: *3237 open() "/usr/local/nginx/html/html/pub lic/index.php" failed (2: No such file or directory), client: 111.13.67.181, ser ver: live.meetmycraft.com, request: "GET /html/public/index.php HTTP/1.1", host: "138.197.77.45:8080"
2020/05/12 21:06:09 [error] 1468#0: *3238 open() "/usr/local/nginx/html/public/i ndex.php" failed (2: No such file or directory), client: 111.13.67.181, server: live.meetmycraft.com, request: "GET /public/index.php HTTP/1.1", host: "138.197. 77.45:8080"
2020/05/12 21:06:10 [error] 1468#0: *3239 open() "/usr/local/nginx/html/TP/html/ public/index.php" failed (2: No such file or directory), client: 111.13.67.181, server: live.meetmycraft.com, request: "GET /TP/html/public/index.php HTTP/1.1", host: "138.197.77.45:8080"
2020/05/12 21:06:10 [error] 1468#0: *3240 open() "/usr/local/nginx/html/elrekt.p hp" failed (2: No such file or directory), client: 111.13.67.181, server: live.m eetmycraft.com, request: "GET /elrekt.php HTTP/1.1", host: "138.197.77.45:8080"
2020/05/12 21:06:11 [error] 1468#0: *3241 open() "/usr/local/nginx/html/index.ph p" failed (2: No such file or directory), client: 111.13.67.181, server: live.me etmycraft.com, request: "GET /index.php HTTP/1.1", host: "138.197.77.45:8080"
2020/05/12 21:06:11 [error] 1468#0: *3242 open() "/usr/local/nginx/html/users" f ailed (2: No such file or directory), client: 111.13.67.181, server: live.meetmy craft.com, request: "POST /users?page=&size=5 HTTP/1.1", host: "138.197.77.45:80 80"
2020/05/12 21:45:13 [info] 1468#0: *3441 client sent HTTP/1.1 request without "H ost" header while reading client request headers, client: 59.127.185.68, server: live.meetmycraft.com, request: "GET / HTTP/1.1"
2020/05/12 22:31:57 [info] 1468#0: *3686 client 103.79.114.6 closed keepalive co nnection
This is my nginx log file
This is my Streamer Logs [12-May-2020 16:23:30 UTC] Error : You need a user and passsword to register
[12-May-2020 16:23:51 UTC] Error : You need a user and passsword to register
[12-May-2020 16:24:33 UTC] Error : You need a user and passsword to register
[12-May-2020 16:26:41 UTC] Error : You need a user and passsword to register
[12-May-2020 16:46:32 UTC] Start Login Request
[12-May-2020 16:46:32 UTC] redirectUri:
[12-May-2020 16:46:32 UTC] same redirectUri: https://live.meetmycraft.com/
[12-May-2020 16:46:32 UTC] User or pass empty on login POST: {"redirectUri":"htt ps:\/\/live.meetmycraft.com\/"}
[12-May-2020 16:46:32 UTC] User or pass empty on login GET: []
[12-May-2020 16:46:32 UTC] User or pass empty on login Request: []
[12-May-2020 19:50:38 UTC] PHP Warning: file_put_contents(/var/www/html/YouPHPT ube/sitemap.xml): failed to open stream: Permission denied in /var/www/html/YouP HPTube/view/sitemap.xml.php on line 12
[12-May-2020 21:38:54 UTC] PHP Notice: Undefined variable: email in /var/www/ht ml/YouPHPTube/locale/ru.php on line 612
[12-May-2020 21:38:54 UTC] PHP Notice: Undefined variable: siteOwnerEmail in /v ar/www/html/YouPHPTube/locale/ru.php on line 612
[12-May-2020 21:38:54 UTC] PHP Notice: Undefined variable: email in /var/www/ht ml/YouPHPTube/locale/ru.php on line 613
[12-May-2020 21:38:54 UTC] PHP Notice: Undefined variable: siteOwnerEmail in /v ar/www/html/YouPHPTube/locale/ru.php on line 614
[12-May-2020 21:48:03 UTC] Plugin Not Found: Statistics
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:49 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
[12-May-2020 22:33:50 UTC] Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)
I even downloaded the latest Resolution switcher plugin to test the problem and the resolution switcher plugin didn't work as well, I had to install the old one and the old resolution plugin works, but the new failed. I'm Not sure if the problem is on my side or the latest plugins
The Only latest plugins that worked for me after downloading them again are Live Users and Customize, but VideoResolutionSwitcher and SendRecordedToEncoder did not work untill now
what log file is that?
what version are you running?
1st log is for nginx and second log is for my streamer . I'm running version 8.8
Those logs does not help.
The Nginx, I did not see any related to the RTMP publish
I do not think you got them at the correct moment or you are not using the correct server configuration.
do you have apache for the streamer and Nignx+RTMP for the live??
also, I do not recognize this message "Unknow user agent ( netsystemsresearch studies the av ailability of various services across the internet. our website is netsystemsres earch.com)"
Yes I have Apache installed and nginx and rtmp installed as well. I broadcasted my live stream successfully, but it's not Recording and the Live users plugin shows offline even though it Shows number of viewers and the stream it'self
What Do I write here ?
webSiteRootURL

Let's do one thing at a time, if you having a problem with the live users, please open a new issue.
about the logs, please make a live stream and share the log at the time between you start and stop the live stream, so we can try to find some clue.
It's now Live
Please Click and See
https://live.meetmycraft.com/plugin/Live/?c=Godgiven+Buthelezi
I'm stoping it Now so i may send you the logs
What Do I write here ?
webSiteRootURL
This is the SendRecordedToEncoder Pugin Do I leave this empty and fill nothing on this perimiters ?
I think you're having the plugin reconfiguration . You're having 404 error .
Link a screen of your live plugin
NGINX is working properly . https://live.meetmycraft.com:444/stat ( the offline status can be ignored , you should open a new issue for that )
user www-data;
It will make your Nginx use the same user as your apache
@DanielnetoDotCom Daniel , there's a huge security bridge on the nginx rtmp stats .
I was able to stream to his site , by only taking a look on the stats page
URL : rtmp://live.meetmycraft.com/live?p=787216070223bf77d30e520b233ac0e1
Key : 5eb73ab2135d7
URL

KEY

Anyone can stream anywhere
@akhilleusuggo I use for myself a modified version of the stats. look at here https://live.avideo.com:444/stats
You can edit this file, I removed the lines that display the key and p=...
This is really my Stream key wow I'm Shocked
@GodgivenButhelezi you are having the same problem as here https://github.com/WWBN/AVideo/issues/1914#issuecomment-516090913
you are redirecting nginx.
BTW, Key is not a problem, that is a problem is the ?p=...
you have to modify your stats to hide it. here is my modified version https://youphptube.com/docs/stat.xsl just overwrite with yours
This is really my Stream key wow I'm Shocked
The Key is not a problem, it is also on the player. the problem is your clean URL on the stats. make sure you fix it.
check if there are videos stored on /var/www/tmp
How do I check ?
cd /var/www/tmp && ls
or ls /var/www/tmp
This is what I see
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-08-May-20-18 :09:11.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-09-May-20-15 :36:33.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-09-May-20-23 :09:12.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-09-May-20-23 :23:09.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-09-May-20-23 :39:13.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-10-May-20-01 :22:25.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-10-May-20-01 :23:17.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-10-May-20-01 :23:49.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-10-May-20-02 :52:21.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-10-May-20-12 :50:53.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-00 :23:29.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-00 :36:15.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-00 :38:57.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-02 :02:56.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-02 :11:26.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-11 :26:44.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-11 :33:40.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-11 :38:47.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-12 :06:24.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-12-May-20-12 :25:58.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-13-May-20-00 :30:08.flv
https%3A%2F%2Flive.meetmycraft.com%2Fplugin%2FLive%2Fon_publish.php-13-May-20-00 :39:33.flv
It's working then
yes, it is recording but with the wrong name. you MUST fix this https://github.com/WWBN/AVideo/issues/1914#issuecomment-516090913
and all your problems will disappear.
But how come I do not See the Videos Recorded or published ?
you will not, the filename is wrong, the system will not recognize it.
@DanielnetoDotCom
So you have removed this lines right ?
<table cellspacing="1" cellpadding="5">
<tr>
<th>Id</th>
<th>State</th>
<th>Address</th>
<th>Flash version</th>
<th>Page URL</th>
<th>SWF URL</th>
<th>Dropped</th>
<th>Timestamp</th>
<th>A-V</th>
<th>Time</th>
</tr>
<xsl:apply-templates select="client"/>
@akhilleusuggo Not sure what lines, but above I post a stats file that works perfectly
just do this: cd /usr/local/nginx/html && sudo wget https://youphptube.com/docs/stat.xsl
Yes , just wanted to know what were exposing . Did and working !
also add this at the first line of your nginx.conf
user www-data;
Sir I'm struggling to do this can you help please
!!!
yes, it is recording but with the wrong name. you MUST fix this #1914 (comment)
and all your problems will disappear.
@GodgivenButhelezi did you click on the link on the post above? your answer is there.
I do not know how you configure the SSL for your Nginx. but you are probably redirecting it somewhere.
I did click on the link but still can't get any help because I done most of those things you mentioned there
this is how I did it. Is this Correct sir ?
http {
include mime.types;
default_type application/octet-stream;
server {
listen 8080;
listen 444 ssl;
ssl_certificate /etc/letsencrypt/live/live.meetmycraft.com/fullchain.pem; $
ssl_certificate_key /etc/letsencrypt/live/live.meetmycraft.com/privkey.pem;
server_name live.meetmycraft.com;
#creates the http-location for our full-resolution (desktop) HLS stream - "http://my-ip/live/my-stream-key/index.m3u8"
location /live {
# Disable cache
your apache is the problem
Remove this lines from your apache site config :
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.domain.tld
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
https://github.com/WWBN/AVideo/issues/1945#issuecomment-523055769
this is how mine looks like. Should i remove this line ?
RewriteEngine on
RewriteCond %{SERVER_NAME} =live.meetmycraft.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
I am talking about Nginx redirect, NOT apache.
But I have never had this problem on my installations before, I really do not know how you guys redirect NGINX
You should give a try on @akhilleusuggo post
My Nginx looks like this sir
Please advice me what to Change
rtmp {
server {
listen 1935;
allow play all;
#creates our "live" full-resolution HLS videostream from our incoming encoder stream and tells where to put the HLS video manifest and video fragme$
application live {
allow play all;
live on;
#record all;
#record_path /video_recordings;
#record_unique on;
hls on;
hls_nested on;
hls_path /HLS/live;
#hls_playlist_length 4s;
#hls_fragment 1s;
hls_fragment 10s;
on_publish http://live.meetmycraft.com/plugin/Live/on_publish.php;
on_play http://live.meetmycraft.com/plugin/Live/on_play.php;
on_record_done http://live.meetmycraft.com/plugin/Live/on_record_done.php;
recorder video{
record all;
record_path /var/www/tmp;
record_notify on;
record_max_size 2048M;
#will produce files of the form yourUserKey-24-Apr-13-18:23:38.flv
record_suffix -%d-%b-%y-%T.flv;
}
}
}
}
http {
include mime.types;
and more is .......
server {
listen 8080;
listen 444 ssl;
ssl_certificate /etc/letsencrypt/live/live.meetmycraft.com/fullchain.pem; $
ssl_certificate_key /etc/letsencrypt/live/live.meetmycraft.com/privkey.pem;
server_name live.meetmycraft.com;
#creates the http-location for our full-resolution (desktop) HLS stream - "http://my-ip/live/my-stream-key/index.m3u8"
location /live {
# Disable cache
add_header 'Cache-Control' 'no-cache';
# CORS setup
add_header 'Access-Control-Allow-Origin' '*' always;
add_header 'Access-Control-Expose-Headers' 'Content-Length';
# allow CORS preflight requests
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Max-Age' 1728000;
add_header 'Content-Type' 'text/plain charset=UTF-8';
add_header 'Content-Length' 0;
return 204;
}
types {
application/vnd.apple.mpegurl m3u8;
}
alias /HLS/live;
}
#allows us to see how stats on viewers on our Nginx site using a URL like: "http://my-ip/stats"
#location /stats {
# stub_status;
#}
location /stat {
rtmp_stat all;
rtmp_stat_stylesheet stat.xsl;
}
location /stat.xsl {
root html;
}
Ok Now i think I have discovered a problem and this is it https://live.meetmycraft.com/plugin/Live/?c=Godgiven+Buthelezi I need to change this to this
https://live.meetmycraft.com/plugin/Live/?c=5eb73ab2135d7
Question is How do i Do it ? Please help
https://live.meetmycraft.com/plugin/Live/?c=Godgiven+Buthelezi I need to change this to this
https://live.meetmycraft.com/plugin/Live/?c=5eb73ab2135d7
this is not the problem, this is just the channel name, your problem is how it is showing on the stats

@DanielnetoDotCom Daniel , there's a huge security bridge on the nginx rtmp stats .
I was able to stream to his site , by only taking a look on the stats pageURL : rtmp://live.meetmycraft.com/live?p=787216070223bf77d30e520b233ac0e1
Key : 5eb73ab2135d7URL
KEY
Anyone can stream anywhere
So since mine look like this how do i change it to this
https://live.meetmycraft.com/plugin/Live/?c=Godgiven+Buthelezi I need to change this to this
https://live.meetmycraft.com/plugin/Live/?c=5eb73ab2135d7this is not the problem, this is just the channel name, your problem is how it is showing on the stats
I cannot help you much because I do not know how you got this. I guess you got it when you add the ssl on it.
But if you search in our issues you will find many users that made the same mistake and could fix it ( I already sent you a link from someone that resolve this issue)
@DanielnetoDotCom you're confusing him . Apache does the trick .
Remove this lines yes :
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.domain.tld
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Remove them , then restart apache2 , service apache2 restart .
And let me know
PS: Clear the cache
@DanielnetoDotCom you're confusing him . Apache does the trick .
Remove this lines yes :
RewriteEngine on RewriteCond %{SERVER_NAME} =www.domain.tld RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]Remove them , then restart apache2 ,
service apache2 restart.
And let me knowPS: Clear the cache
You did it my man Thanks so much. I can see even the live now when i'm live and it's working perfect. Bravvoooooooo!!!!!!!!!
This is awesome, @akhilleusuggo is right about this problem. the only thing is, I have the redirection code in my virtual host and I do not have this problem.
Greetings again. It seems as if the Plugin is not Recording, but it does shhow the video on videos and just not upload it. What can I do so it may upload the live video ?
Please see the screen shot of my live video

You're having the status '' encoding '' . That means , the video has been sent to the encoder , and you need to wait so they get encoded . Also take a look at the encoder's log .
If you restarted apache2 when/before/after the encoding starts , the encoding will fail .
I did not Restart apache, it's been 1st video started loading yesterday . How long do you think I can wait?
check your encoder and encoder's logs .
I will check the Logs because my encoder is empty
[16-May-2020 19:37:03 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 19:37:03 UTC] user::login: Do login without cookie
[16-May-2020 19:37:03 UTC] aVideoEncoder.json: Encoder receiving post {"duration":"EE:EE:EE","title":"Let Go and Let God","videos_id":"0","categories_id":10,"format":"mp4","resolution":"","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_let_god","description":"When two people from vastly different worlds experience family tragedy, their resulting spiritual crises lead them both on an unexpected path.","user":"[email protected]","password":"787216070223bf77d30e520b233ac0e1","downloadURL":"https:\/\/live.meetmycraft.com\/upload\/","chunkFile":"","redirectUri":""}
[16-May-2020 19:37:03 UTC] aVideoEncoder.json: Files EMPTY
[16-May-2020 19:37:03 UTC] Do not need update duration: {}
[16-May-2020 19:37:03 UTC] aVideoEncoder.json: Files Received for video 47: Let Go and Let God
[16-May-2020 19:39:18 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 19:39:18 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 19:39:18 UTC] user::login: Do login without cookie
[16-May-2020 19:39:18 UTC] ReceiveImage: Start receiving image
[16-May-2020 19:39:18 UTC] ReceiveImage: Encoder receiving post Array
(
[image] => Array
(
[name] => thumbsPxvmor.jpg
[type] => application/octet-stream
[tmp_name] => /tmp/phpbnJHUU
[error] => 0
[size] => 13989
)
[gifimage] => Array
(
[name] => 5tmpFile.mp4.gif
[type] => application/octet-stream
[tmp_name] => /tmp/php9RsfGN
[error] => 0
[size] => 770840
)
[webpimage] => Array
(
[name] => 5tmpFile.mp4.webp
[type] => application/octet-stream
[tmp_name] => /tmp/php4UMbsG
[error] => 0
[size] => 124078
)
)
[16-May-2020 19:39:18 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945
[16-May-2020 19:39:18 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.gif is File (770840)
[16-May-2020 19:39:18 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.jpg is File (13989)
[16-May-2020 19:39:18 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.webp is File (124078)
[16-May-2020 19:39:18 UTC] updateFilesize: videos_id=47 filename=_YPTuniqid_5ec040dfa84b58.52773945 filesize=908907
[16-May-2020 19:39:18 UTC] ReceiveImage: Files Received for video 47: Let Go and Let God
[16-May-2020 19:50:11 UTC] Error : You need a user and passsword to register
[16-May-2020 19:50:54 UTC] aVideoEncoder.json: start
[16-May-2020 19:50:54 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 19:50:54 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 19:50:54 UTC] user::login: Do login without cookie
[16-May-2020 19:50:54 UTC] aVideoEncoder.json: Encoder receiving post {"duration":"EE:EE:EE","title":"Sweet Sunshine","videos_id":"0","categories_id":13,"format":"mp4","resolution":"","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/522610\/sweet_sunshine","description":"A young ranch hand dreams of being a country artist, but when tragedy strikes, he meets a woman who leads him down a road toward more than fame.","user":"[email protected]","password":"787216070223bf77d30e520b233ac0e1","downloadURL":"https:\/\/live.meetmycraft.com\/upload\/","chunkFile":"","redirectUri":""}
[16-May-2020 19:50:54 UTC] aVideoEncoder.json: Files EMPTY
[16-May-2020 19:50:54 UTC] Do not need update duration: {}
[16-May-2020 19:50:54 UTC] aVideoEncoder.json: Files Received for video 48: Sweet Sunshine
[16-May-2020 19:51:10 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec0441eb4f557.74658409
[16-May-2020 19:51:10 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/GodgivenButhelezion16May20165240_YPTuniqid_5ec01e3d416a53.01774546
[16-May-2020 19:51:10 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/GodgivenButhelezion16May20162525_YPTuniqid_5ec0142d33a7f0.68629455
[16-May-2020 19:51:10 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/MeetMyCraftTVon14May20223502_YPTuniqid_5ebdc8857ebc83.17755485
[16-May-2020 19:57:23 UTC] Error : You need a user and passsword to register
[16-May-2020 20:04:35 UTC] Error : You need a user and passsword to register
[16-May-2020 20:12:35 UTC] Resize JPG /var/www/html/YouPHPTube/videos/video_5eb6289367a65_portrait.jpg, /var/www/html/YouPHPTube/videos/video_5eb6289367a65_portrait_thumbsV2.jpg
[16-May-2020 20:12:35 UTC] Resize JPG /var/www/html/YouPHPTube/videos/video_5eb6289367a65_portrait.jpg, /var/www/html/YouPHPTube/videos/video_5eb6289367a65_portrait_thumbsSmallV2.jpg
[16-May-2020 20:12:35 UTC] Resize JPG /var/www/html/YouPHPTube/videos/video_5eb6289367a65.jpg, /var/www/html/YouPHPTube/videos/video_5eb6289367a65_thumbsV2.jpg
[16-May-2020 20:12:35 UTC] Resize Small JPG /var/www/html/YouPHPTube/videos/video_5eb6289367a65.jpg, /var/www/html/YouPHPTube/videos/video_5eb6289367a65_thumbsSmallV2.jpg
[16-May-2020 20:51:03 UTC] IP2Location::getLocation(41.246.30.217) Chrome {"ip_from":703995392,"ip_to":703996159,"country_code":"ZA","country_name":"South Africa","region_name":"Kwazulu-Natal","city_name":"Durban","ip":"41.246.30.217"}
[16-May-2020 20:52:34 UTC] IP2Location::getLocation(41.246.30.220) Chrome {"ip_from":703995392,"ip_to":703996159,"country_code":"ZA","country_name":"South Africa","region_name":"Kwazulu-Natal","city_name":"Durban","ip":"41.246.30.220"}
[16-May-2020 20:52:48 UTC] IP2Location::getLocation(2a03:2880:30ff:75::face:b00c) [Bot] Facebook false
[16-May-2020 20:52:48 UTC] IP2Location::getLocation(2a03:2880:30ff:12::face:b00c) [Bot] Facebook false
[16-May-2020 20:53:25 UTC] Warning: The plugin [Customize::getStart] takes 2.5112 seconds to complete.
[16-May-2020 20:53:25 UTC] /var/www/html/YouPHPTube/plugin/Live/stats.json.php
[16-May-2020 20:54:59 UTC] IP2Location::getLocation(66.249.70.17) Chrome {"ip_from":1123631616,"ip_to":1123633151,"country_code":"US","country_name":"United States","region_name":"California","city_name":"Mountain View","ip":"66.249.70.17"}
[16-May-2020 20:58:15 UTC] Sending SendMail Email
[16-May-2020 20:58:15 UTC] sendEmail: Message could not be sent (Could not execute: /usr/sbin/sendmail -t -i )
[16-May-2020 20:59:17 UTC] Sending SendMail Email
[16-May-2020 20:59:17 UTC] sendEmail: Message could not be sent (Could not execute: /usr/sbin/sendmail -t -i )
[16-May-2020 20:59:55 UTC] IP2Location::getLocation(2a03:2880:ff:d::face:b00c) [Bot] Facebook false
[16-May-2020 21:00:05 UTC] Sending SendMail Email
[16-May-2020 21:00:05 UTC] sendEmail: Message could not be sent (Could not execute: /usr/sbin/sendmail -t -i )
[16-May-2020 21:00:33 UTC] Sending SendMail Email
[16-May-2020 21:00:33 UTC] sendEmail: Message could not be sent (Could not execute: /usr/sbin/sendmail -t -i )
[16-May-2020 21:02:11 UTC] IP2Location::getLocation(66.249.70.15) Chrome {"ip_from":1123631616,"ip_to":1123633151,"country_code":"US","country_name":"United States","region_name":"California","city_name":"Mountain View","ip":"66.249.70.15"}
[16-May-2020 21:07:11 UTC] IP2Location::getLocation(2604:a880:800:a1::ddc:6001) Unknow false
[16-May-2020 21:07:11 UTC] aVideoEncoder.json: start
[16-May-2020 21:07:11 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 21:07:11 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 21:07:11 UTC] user::login: Do login without cookie
[16-May-2020 21:07:11 UTC] aVideoEncoder.json: Encoder receiving post {"duration":"1:13:32","title":"Let Go and Let God","videos_id":47,"categories_id":"0","format":"mp4","resolution":"HD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_let_god","description":"When two people from vastly different worlds experience family tragedy, their resulting spiritual crises lead them both on an unexpected path.","user":"[email protected]","password":"787216070223bf77d30e520b233ac0e1","downloadURL":"https:\/\/live.meetmycraft.com\/upload\/","chunkFile":"\/tmp\/YTPChunk_E5ctUc","redirectUri":""}
[16-May-2020 21:07:11 UTC] aVideoEncoder.json: Files EMPTY
[16-May-2020 21:07:11 UTC] aVideoEncoder.json: receiving video upload to _YPTuniqid_5ec040dfa84b58.52773945_HD.mp4 {"video":{"tmp_name":"\/tmp\/YTPChunk_E5ctUc"}}
[16-May-2020 21:07:11 UTC] decideMoveUploadedToVideos: _YPTuniqid_5ec040dfa84b58.52773945_HD.mp4
[16-May-2020 21:07:11 UTC] decideMoveUploadedToVideos: NOT ZIp file _YPTuniqid_5ec040dfa84b58.52773945_HD.mp4
[16-May-2020 21:07:11 UTC] decideMoveUploadedToVideos: Local _YPTuniqid_5ec040dfa84b58.52773945_HD.mp4
[16-May-2020 21:07:15 UTC] Do not need update duration: {"views_count_25":0,"views_count_50":0,"views_count_75":0,"views_count_100":0,"created":"2020-05-16 19:37:03","modified":"2020-05-16 19:39:18","order":1}
[16-May-2020 21:07:15 UTC] aVideoEncoder.json: Files Received for video 47: Let Go and Let God
[16-May-2020 21:07:28 UTC] IP2Location::getLocation(2604:a880:800:a1::ddc:6001) Unknow false
[16-May-2020 21:07:28 UTC] aVideoEncoder.json: start
[16-May-2020 21:07:28 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 21:07:28 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 21:07:28 UTC] user::login: Do login without cookie
[16-May-2020 21:07:28 UTC] aVideoEncoder.json: Encoder receiving post {"duration":"1:13:32","title":"Let Go and Let God","videos_id":47,"categories_id":"0","format":"mp4","resolution":"SD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_let_god","description":"When two people from vastly different worlds experience family tragedy, their resulting spiritual crises lead them both on an unexpected path.","user":"[email protected]","password":"787216070223bf77d30e520b233ac0e1","downloadURL":"https:\/\/live.meetmycraft.com\/upload\/","chunkFile":"\/tmp\/YTPChunk_pn9zIk","redirectUri":""}
[16-May-2020 21:07:28 UTC] aVideoEncoder.json: Files EMPTY
[16-May-2020 21:07:28 UTC] aVideoEncoder.json: receiving video upload to _YPTuniqid_5ec040dfa84b58.52773945_SD.mp4 {"video":{"tmp_name":"\/tmp\/YTPChunk_pn9zIk"}}
[16-May-2020 21:07:28 UTC] decideMoveUploadedToVideos: _YPTuniqid_5ec040dfa84b58.52773945_SD.mp4
[16-May-2020 21:07:28 UTC] decideMoveUploadedToVideos: NOT ZIp file _YPTuniqid_5ec040dfa84b58.52773945_SD.mp4
[16-May-2020 21:07:28 UTC] decideMoveUploadedToVideos: Local _YPTuniqid_5ec040dfa84b58.52773945_SD.mp4
[16-May-2020 21:07:29 UTC] Do not need update duration: {"views_count_25":0,"views_count_50":0,"views_count_75":0,"views_count_100":0,"created":"2020-05-16 19:37:03","modified":"2020-05-16 21:07:15","order":1}
[16-May-2020 21:07:29 UTC] aVideoEncoder.json: Files Received for video 47: Let Go and Let God
[16-May-2020 21:07:38 UTC] IP2Location::getLocation(2604:a880:800:a1::ddc:6001) Unknow false
[16-May-2020 21:07:38 UTC] aVideoEncoder.json: start
[16-May-2020 21:07:38 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 21:07:38 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 21:07:38 UTC] user::login: Do login without cookie
[16-May-2020 21:07:38 UTC] aVideoEncoder.json: Encoder receiving post {"duration":"1:13:32","title":"Let Go and Let God","videos_id":47,"categories_id":"0","format":"mp4","resolution":"Low","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_let_god","description":"When two people from vastly different worlds experience family tragedy, their resulting spiritual crises lead them both on an unexpected path.","user":"[email protected]","password":"787216070223bf77d30e520b233ac0e1","downloadURL":"https:\/\/live.meetmycraft.com\/upload\/","chunkFile":"\/tmp\/YTPChunk_sNf1kE","redirectUri":""}
[16-May-2020 21:07:38 UTC] aVideoEncoder.json: Files EMPTY
[16-May-2020 21:07:38 UTC] aVideoEncoder.json: receiving video upload to _YPTuniqid_5ec040dfa84b58.52773945_Low.mp4 {"video":{"tmp_name":"\/tmp\/YTPChunk_sNf1kE"}}
[16-May-2020 21:07:38 UTC] decideMoveUploadedToVideos: _YPTuniqid_5ec040dfa84b58.52773945_Low.mp4
[16-May-2020 21:07:38 UTC] decideMoveUploadedToVideos: NOT ZIp file _YPTuniqid_5ec040dfa84b58.52773945_Low.mp4
[16-May-2020 21:07:38 UTC] decideMoveUploadedToVideos: Local _YPTuniqid_5ec040dfa84b58.52773945_Low.mp4
[16-May-2020 21:07:38 UTC] Do not need update duration: {"views_count_25":0,"views_count_50":0,"views_count_75":0,"views_count_100":0,"created":"2020-05-16 19:37:03","modified":"2020-05-16 21:07:29","order":1}
[16-May-2020 21:07:38 UTC] aVideoEncoder.json: Files Received for video 47: Let Go and Let God
[16-May-2020 21:07:38 UTC] IP2Location::getLocation(2604:a880:800:a1::ddc:6001) Unknow false
[16-May-2020 21:07:38 UTC] user::login: noPass = , encodedPass = 1, this->user, [email protected] 2604:a880:800:a1::ddc:6001
[16-May-2020 21:07:38 UTC] encryptPasswordVerify: do not encrypt
[16-May-2020 21:07:38 UTC] user::login: Do login without cookie
[16-May-2020 21:07:38 UTC] AD_Server:afterNewVideo start
[16-May-2020 21:07:38 UTC] AD_Server:afterNewVideo is disabled
[16-May-2020 21:07:38 UTC] getUsageFromFilename: start /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945
[16-May-2020 21:07:38 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.gif is File (770840)
[16-May-2020 21:07:38 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.jpg is File (13989)
[16-May-2020 21:07:38 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945.webp is File (124078)
[16-May-2020 21:07:38 UTC] getUsageFromFilename: /var/www/html/YouPHPTube/videos/_YPTuniqid_5ec040dfa84b58.52773945_HD.mp4 is File (6505
this are my logs
encoder logs , not streaming site logs .
I have been struggling to get my logs but finally i made it here it is [16-May-2020 19:17:45 UTC] run:runMultiResolution
[16-May-2020 19:17:45 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/4_tmpFile.mp4 -vf scale=-2:720 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/4_tmpFile_converted_HD.mp4]
[16-May-2020 19:37:01 UTC] getTitleFromLink: Get Title: LC_ALL=en_US.UTF-8 /usr/ local/bin/youtube-dl --no-check-certificate --no-playlist --force-ipv4 --skip-d ownload -e "https://tubitv.com/movies/502098/let_go_and_let_god"
Array
(
[0] => Let Go and Let God
)
[16-May-2020 19:37:01 UTC] decideFormatOrder: {"videoURL":"https:\/\/tubitv.com\ /movies\/502098\/let_go_and_let_god","audioOnly":"false","spectrum":"false","web m":"false","inputHLS":"false","inputLow":"true","inputSD":"true","inputHD":"true ","categories_id":10}
[16-May-2020 19:37:01 UTC] decideFormatOrder: MP4 All
[16-May-2020 19:37:01 UTC] Encoder::sendFile videos_id=0, format=mp4
[16-May-2020 19:37:01 UTC] {"status":"error", "msg":"getDurationFromFile ERROR, File () Not Found"}
[16-May-2020 19:37:03 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 19:37:03 UTC] Encoder::sendFile reading file from
[16-May-2020 19:37:03 UTC] AVideo-Streamer answer {"error":false,"video_id":47}
[16-May-2020 19:37:03 UTC] {"error":false,"format":"mp4","file":"","resolution": "","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_let_g od","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFields":1 2,"response_raw":"{\"error\":false,\"video_id\":47}","response":{"error":false," video_id":47}}
[16-May-2020 19:37:03 UTC] Encoder::save id=() title=(Let Go and Let God)
[16-May-2020 19:37:03 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 19:37:29 UTC] getReturn_vars {"videos_id":47}
[16-May-2020 19:37:29 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 19:37:29 UTC] downloadFile: start queue_id = 5
[16-May-2020 19:37:29 UTC] downloadFile: url = https://tubitv.com/movies/502098/ let_go_and_let_god
[16-May-2020 19:37:29 UTC] getYoutubeDl: Getting from Youtube DL /usr/local/bin/ youtube-dl --no-check-certificate --force-ipv4 --no-check-certificate --no-play list -k -o /tmp/youtubeDlHeOfGT.mp4 -f 'mp4' "https://tubitv.com/movies/502098/l et_go_and_let_god"
[16-May-2020 19:38:58 UTC] getYoutubeDl: Copying [/tmp/youtubeDlHeOfGT.mp4] to [ /var/www/html/YouPHPTube/upload/videos/5_tmpFile.mp4]
[16-May-2020 19:39:09 UTC] downloadFile:getYoutubeDl queue_id = 5
[16-May-2020 19:39:09 UTC] downloadFile: success
[16-May-2020 19:39:09 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 19:39:09 UTC] downloadFile: {"error":false,"filename":"5_tmpFile.mp 4","pathFileName":"\/var\/www\/html\/YouPHPTube\/upload\/videos\/5_tmpFile.mp4"}
[16-May-2020 19:39:09 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 19:39:09 UTC] sendImages: Sending image to [47]
[16-May-2020 19:39:09 UTC] Duration found: 1:13:32
[16-May-2020 19:39:09 UTC] sendImages: AVideo-Encoder sending file to https://li ve.meetmycraft.com/objects/aVideoEncoderReceiveImage.json.php
[16-May-2020 19:39:09 UTC] sendImages: AVideo-Encoder reading file from /var/www /html/YouPHPTube/upload/videos/5_tmpFile.mp4
[16-May-2020 19:39:12 UTC] getThumbsFromLink: /usr/local/bin/youtube-dl --no-ch eck-certificate --no-playlist --force-ipv4 --write-thumbnail --skip-download -o "/tmp/thumbsPxvmor.jpg" "https://tubitv.com/movies/502098/let_go_and_let_god"
[16-May-2020 19:39:12 UTC] getGifImage
[16-May-2020 19:39:12 UTC] getGif: Starts
[16-May-2020 19:39:13 UTC] getGif: takes 1.5499889850616 sec to complete
[16-May-2020 19:39:15 UTC] getWebpImage
[16-May-2020 19:39:15 UTC] getWebpImage: Starts
[16-May-2020 19:39:18 UTC] getWebpImage: takes 2.3457629680634 sec to complete
[16-May-2020 19:39:18 UTC] sendImages: curl_init
[16-May-2020 19:39:18 UTC] sendImages: curl_exec
[16-May-2020 19:39:18 UTC] sendImages: AVideo-Streamer answer {"error":false,"vi deo_id":47}
[16-May-2020 19:39:18 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/5_tmpFile.mp4","target":"https:\/\/live.meetmycraft.com\/objects \/aVideoEncoderReceiveImage.json.php","postFields":7,"response_raw":"{\"error\": false,\"video_id\":47}","response":{"error":false,"video_id":47}}
[16-May-2020 19:39:18 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 19:39:18 UTC] run:runMultiResolution
[16-May-2020 19:39:18 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/5_tmpFile.mp4 -vf scale=-2:720 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/5_tmpFile_converted_HD.mp4]
[16-May-2020 19:50:52 UTC] getTitleFromLink: Get Title: LC_ALL=en_US.UTF-8 /usr/ local/bin/youtube-dl --no-check-certificate --no-playlist --force-ipv4 --skip-d ownload -e "https://tubitv.com/movies/522610/sweet_sunshine"
Array
(
[0] => Sweet Sunshine
)
[16-May-2020 19:50:52 UTC] decideFormatOrder: {"videoURL":"https:\/\/tubitv.com\ /movies\/522610\/sweet_sunshine","audioOnly":"false","spectrum":"false","webm":" false","inputHLS":"false","inputLow":"true","inputSD":"true","inputHD":"true","c ategories_id":13}
[16-May-2020 19:50:52 UTC] decideFormatOrder: MP4 All
[16-May-2020 19:50:52 UTC] Encoder::sendFile videos_id=0, format=mp4
[16-May-2020 19:50:52 UTC] {"status":"error", "msg":"getDurationFromFile ERROR, File () Not Found"}
[16-May-2020 19:50:54 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 19:50:54 UTC] Encoder::sendFile reading file from
[16-May-2020 19:50:54 UTC] AVideo-Streamer answer {"error":false,"video_id":48}
[16-May-2020 19:50:54 UTC] {"error":false,"format":"mp4","file":"","resolution": "","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/522610\/sweet_sunshine", "target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFields":12,"r esponse_raw":"{\"error\":false,\"video_id\":48}","response":{"error":false,"vide o_id":48}}
[16-May-2020 19:50:54 UTC] Encoder::save id=() title=(Sweet Sunshine)
[16-May-2020 19:50:54 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 20:13:24 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/4_tmpFile.mp4 -vf scale=-2:540 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/4_tmpFile_converted_SD.mp4]
[16-May-2020 20:13:24 UTC] ffmpeg -i /var/www/html/YouPHPTube/upload/videos/4_tm pFile.mp4 -vf scale=-2:540 -movflags +faststart -preset veryfast -vcodec h264 -a codec aac -strict -2 -max_muxing_queue_size 1024 -y /var/www/html/YouPHPTube/upl oad/videos/4_tmpFile_converted_SD.mp4 --- [] --- (7, /var/www/html/YouPHPTube/up load/videos/4_tmpFile.mp4, /var/www/html/YouPHPTube/upload/videos/4_tmpFile_conv erted_SD.mp4, 4)
[16-May-2020 20:13:24 UTC] Encoder::save id=() title=()
[16-May-2020 20:28:03 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/5_tmpFile.mp4 -vf scale=-2:540 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/5_tmpFile_converted_SD.mp4]
[16-May-2020 20:51:02 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/5_tmpFile.mp4 -vf scale=-2:360 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/5_tmpFile_converted_Low.mp4]
[16-May-2020 21:06:52 UTC] getReturn_vars {"videos_id":47}
[16-May-2020 21:06:52 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:06:52 UTC] Encoder::send() order_id=80
[16-May-2020 21:06:52 UTC] Encoder::send() multiResolutionOrder
[16-May-2020 21:06:52 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/5_tmpFile_converted_HD.mp4
[16-May-2020 21:06:52 UTC] getReturn_vars {"videos_id":48}
[16-May-2020 21:06:52 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 21:06:52 UTC] downloadFile: start queue_id = 6
[16-May-2020 21:06:52 UTC] downloadFile: url = https://tubitv.com/movies/522610/ sweet_sunshine
[16-May-2020 21:06:52 UTC] getYoutubeDl: Getting from Youtube DL /usr/local/bin/ youtube-dl --no-check-certificate --force-ipv4 --no-check-certificate --no-play list -k -o /tmp/youtubeDlXd7Irf.mp4 -f 'mp4' "https://tubitv.com/movies/522610/s weet_sunshine"
[16-May-2020 21:07:08 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _E5ctUc","filesize":650517810}
[16-May-2020 21:07:08 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/5_tmpFile_converted_HD.mp4","response":{"file":"\/tmp\/YTPChunk_ E5ctUc","filesize":650517810},"target":"https:\/\/live.meetmycraft.com\/aVideoEn coderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_E5ctUc\",\"file size\":650517810}"}
[16-May-2020 21:07:09 UTC] Duration found: 1:13:32
[16-May-2020 21:07:09 UTC] Encoder::sendFile videos_id=47, format=mp4
[16-May-2020 21:07:11 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 21:07:11 UTC] Encoder::sendFile reading file from
[16-May-2020 21:07:15 UTC] AVideo-Streamer answer {"error":false,"video_id":47}
[16-May-2020 21:07:15 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"HD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_ let_god","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFiel ds":12,"response_raw":"{\"error\":false,\"video_id\":47}","response":{"error":fa lse,"video_id":47}}
[16-May-2020 21:07:15 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:07:15 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/5_tmpFile_converted_SD.mp4
[16-May-2020 21:07:25 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _pn9zIk","filesize":420694923}
[16-May-2020 21:07:25 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/5_tmpFile_converted_SD.mp4","response":{"file":"\/tmp\/YTPChunk_ pn9zIk","filesize":420694923},"target":"https:\/\/live.meetmycraft.com\/aVideoEn coderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_pn9zIk\",\"file size\":420694923}"}
[16-May-2020 21:07:26 UTC] Duration found: 1:13:32
[16-May-2020 21:07:26 UTC] Encoder::sendFile videos_id=47, format=mp4
[16-May-2020 21:07:28 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 21:07:28 UTC] Encoder::sendFile reading file from
[16-May-2020 21:07:29 UTC] AVideo-Streamer answer {"error":false,"video_id":47}
[16-May-2020 21:07:29 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"SD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and_ let_god","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFiel ds":12,"response_raw":"{\"error\":false,\"video_id\":47}","response":{"error":fa lse,"video_id":47}}
[16-May-2020 21:07:29 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:07:29 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/5_tmpFile_converted_Low.mp4
[16-May-2020 21:07:35 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _sNf1kE","filesize":258377227}
[16-May-2020 21:07:35 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/5_tmpFile_converted_Low.mp4","response":{"file":"\/tmp\/YTPChunk _sNf1kE","filesize":258377227},"target":"https:\/\/live.meetmycraft.com\/aVideoE ncoderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_sNf1kE\",\"fil esize\":258377227}"}
[16-May-2020 21:07:36 UTC] Duration found: 1:13:32
[16-May-2020 21:07:36 UTC] Encoder::sendFile videos_id=47, format=mp4
[16-May-2020 21:07:38 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 21:07:38 UTC] Encoder::sendFile reading file from
[16-May-2020 21:07:38 UTC] AVideo-Streamer answer {"error":false,"video_id":47}
[16-May-2020 21:07:38 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"Low","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/502098\/let_go_and _let_god","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFie lds":12,"response_raw":"{\"error\":false,\"video_id\":47}","response":{"error":f alse,"video_id":47}}
[16-May-2020 21:07:38 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:07:38 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:07:38 UTC] getReturn_vars {"videos_id":47}
[16-May-2020 21:07:38 UTC] AVideo-Encoder sending confirmation to https://live.m eetmycraft.com/objects/aVideoEncoderNotifyIsDone.json.php
[16-May-2020 21:07:38 UTC] AVideo-Streamer confirmation answer {"error":false,"v ideo_id":47}
[16-May-2020 21:07:38 UTC] {"error":false,"target":"https:\/\/live.meetmycraft.c om\/objects\/aVideoEncoderNotifyIsDone.json.php","postFields":{"videos_id":47,"u ser":"[email protected]","password":"787216070223bf77d30e520b233ac0e1" ,"fail":0},"response_raw":"{\"error\":false,\"video_id\":47}","response":{"error ":false,"video_id":47}}
[16-May-2020 21:07:38 UTC] Encoder::save id=(5) title=(Let Go and Let God)
[16-May-2020 21:08:32 UTC] getYoutubeDl: Copying [/tmp/youtubeDlXd7Irf.mp4] to [ /var/www/html/YouPHPTube/upload/videos/6_tmpFile.mp4]
[16-May-2020 21:08:42 UTC] downloadFile:getYoutubeDl queue_id = 6
[16-May-2020 21:08:42 UTC] downloadFile: success
[16-May-2020 21:08:42 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 21:08:42 UTC] downloadFile: {"error":false,"filename":"6_tmpFile.mp 4","pathFileName":"\/var\/www\/html\/YouPHPTube\/upload\/videos\/6_tmpFile.mp4"}
[16-May-2020 21:08:42 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 21:08:42 UTC] sendImages: Sending image to [48]
[16-May-2020 21:08:42 UTC] Duration found: 1:33:37
[16-May-2020 21:08:42 UTC] sendImages: AVideo-Encoder sending file to https://li ve.meetmycraft.com/objects/aVideoEncoderReceiveImage.json.php
[16-May-2020 21:08:42 UTC] sendImages: AVideo-Encoder reading file from /var/www /html/YouPHPTube/upload/videos/6_tmpFile.mp4
[16-May-2020 21:08:45 UTC] getThumbsFromLink: /usr/local/bin/youtube-dl --no-ch eck-certificate --no-playlist --force-ipv4 --write-thumbnail --skip-download -o "/tmp/thumbsTYaUWU.jpg" "https://tubitv.com/movies/522610/sweet_sunshine"
[16-May-2020 21:08:45 UTC] getGifImage
[16-May-2020 21:08:45 UTC] getGif: Starts
[16-May-2020 21:08:46 UTC] getGif: takes 0.78571009635925 sec to complete
[16-May-2020 21:08:47 UTC] getWebpImage
[16-May-2020 21:08:47 UTC] getWebpImage: Starts
[16-May-2020 21:08:48 UTC] getWebpImage: takes 1.4927079677582 sec to complete
[16-May-2020 21:08:48 UTC] sendImages: curl_init
[16-May-2020 21:08:48 UTC] sendImages: curl_exec
[16-May-2020 21:08:48 UTC] sendImages: AVideo-Streamer answer {"error":false,"vi deo_id":48}
[16-May-2020 21:08:48 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/6_tmpFile.mp4","target":"https:\/\/live.meetmycraft.com\/objects \/aVideoEncoderReceiveImage.json.php","postFields":7,"response_raw":"{\"error\": false,\"video_id\":48}","response":{"error":false,"video_id":48}}
[16-May-2020 21:08:48 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 21:08:48 UTC] run:runMultiResolution
[16-May-2020 21:08:48 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/6_tmpFile.mp4 -vf scale=-2:720 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/6_tmpFile_converted_HD.mp4]
[16-May-2020 21:46:15 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/6_tmpFile.mp4 -vf scale=-2:540 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/6_tmpFile_converted_SD.mp4]
[16-May-2020 22:12:57 UTC] AVideo-Encoder Start Encoder [ffmpeg -i /var/www/html /YouPHPTube/upload/videos/6_tmpFile.mp4 -vf scale=-2:360 -movflags +faststart -p reset veryfast -vcodec h264 -acodec aac -strict -2 -max_muxing_queue_size 1024 - y /var/www/html/YouPHPTube/upload/videos/6_tmpFile_converted_Low.mp4]
[16-May-2020 22:31:32 UTC] getReturn_vars {"videos_id":48}
[16-May-2020 22:31:32 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 22:31:32 UTC] Encoder::send() order_id=80
[16-May-2020 22:31:32 UTC] Encoder::send() multiResolutionOrder
[16-May-2020 22:31:32 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/6_tmpFile_converted_HD.mp4
[16-May-2020 22:31:48 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _xvE9gc","filesize":682806112}
[16-May-2020 22:31:48 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/6_tmpFile_converted_HD.mp4","response":{"file":"\/tmp\/YTPChunk_ xvE9gc","filesize":682806112},"target":"https:\/\/live.meetmycraft.com\/aVideoEn coderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_xvE9gc\",\"file size\":682806112}"}
[16-May-2020 22:31:48 UTC] Duration found: 1:33:37
[16-May-2020 22:31:48 UTC] Encoder::sendFile videos_id=48, format=mp4
[16-May-2020 22:31:51 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 22:31:51 UTC] Encoder::sendFile reading file from
[16-May-2020 22:31:55 UTC] AVideo-Streamer answer {"error":false,"video_id":48}
[16-May-2020 22:31:55 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"HD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/522610\/sweet_sunsh ine","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFields": 12,"response_raw":"{\"error\":false,\"video_id\":48}","response":{"error":false, "video_id":48}}
[16-May-2020 22:31:55 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 22:31:55 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/6_tmpFile_converted_SD.mp4
[16-May-2020 22:32:06 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _sP1CH4","filesize":445432735}
[16-May-2020 22:32:06 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/6_tmpFile_converted_SD.mp4","response":{"file":"\/tmp\/YTPChunk_ sP1CH4","filesize":445432735},"target":"https:\/\/live.meetmycraft.com\/aVideoEn coderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_sP1CH4\",\"file size\":445432735}"}
[16-May-2020 22:32:06 UTC] Duration found: 1:33:37
[16-May-2020 22:32:06 UTC] Encoder::sendFile videos_id=48, format=mp4
[16-May-2020 22:32:08 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 22:32:08 UTC] Encoder::sendFile reading file from
[16-May-2020 22:32:10 UTC] AVideo-Streamer answer {"error":false,"video_id":48}
[16-May-2020 22:32:10 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"SD","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/522610\/sweet_sunsh ine","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFields": 12,"response_raw":"{\"error\":false,\"video_id\":48}","response":{"error":false, "video_id":48}}
[16-May-2020 22:32:10 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 22:32:10 UTC] Encoder::sendFileChunk file=/var/www/html/YouPHPTube/ upload/videos/6_tmpFile_converted_Low.mp4
[16-May-2020 22:32:16 UTC] AVideo-Streamer chunk answer {"file":"\/tmp\/YTPChunk _fRTghE","filesize":283357117}
[16-May-2020 22:32:16 UTC] {"error":false,"file":"\/var\/www\/html\/YouPHPTube\/ upload\/videos\/6_tmpFile_converted_Low.mp4","response":{"file":"\/tmp\/YTPChunk _fRTghE","filesize":283357117},"target":"https:\/\/live.meetmycraft.com\/aVideoE ncoderChunk.json","response_raw":"{\"file\":\"\\/tmp\\/YTPChunk_fRTghE\",\"fil esize\":283357117}"}
[16-May-2020 22:32:17 UTC] Duration found: 1:33:37
[16-May-2020 22:32:17 UTC] Encoder::sendFile videos_id=48, format=mp4
[16-May-2020 22:32:19 UTC] Encoder::sendFile sending file to https://live.meetmy craft.com/aVideoEncoder.json
[16-May-2020 22:32:19 UTC] Encoder::sendFile reading file from
[16-May-2020 22:32:19 UTC] AVideo-Streamer answer {"error":false,"video_id":48}
[16-May-2020 22:32:19 UTC] {"error":false,"format":"mp4","file":false,"resolutio n":"Low","videoDownloadedLink":"https:\/\/tubitv.com\/movies\/522610\/sweet_suns hine","target":"https:\/\/live.meetmycraft.com\/aVideoEncoder.json","postFields" :12,"response_raw":"{\"error\":false,\"video_id\":48}","response":{"error":false ,"video_id":48}}
[16-May-2020 22:32:19 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 22:32:19 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[16-May-2020 22:32:19 UTC] getReturn_vars {"videos_id":48}
[16-May-2020 22:32:19 UTC] AVideo-Encoder sending confirmation to https://live.m eetmycraft.com/objects/aVideoEncoderNotifyIsDone.json.php
[16-May-2020 22:32:19 UTC] AVideo-Streamer confirmation answer {"error":false,"v ideo_id":48}
[16-May-2020 22:32:19 UTC] {"error":false,"target":"https:\/\/live.meetmycraft.c om\/objects\/aVideoEncoderNotifyIsDone.json.php","postFields":{"videos_id":48,"u ser":"[email protected]","password":"787216070223bf77d30e520b233ac0e1" ,"fail":0},"response_raw":"{\"error\":false,\"video_id\":48}","response":{"error ":false,"video_id":48}}
[16-May-2020 22:32:19 UTC] Encoder::save id=(6) title=(Sweet Sunshine)
[18-May-2020 00:54:38 UTC] https://live.meetmycraft.com/ == https://live.meetmyc raft.com/
[18-May-2020 00:54:38 UTC] login.json: Login::run
[18-May-2020 00:54:38 UTC] Login::run (admin, *, https://live.meetmycraft.com/ , true)
[18-May-2020 00:54:38 UTC] Verification Start https://live.meetmycraft.com/
[18-May-2020 00:54:38 UTC] Verification Creating the Cache https://live.meetmycr aft.com/
[18-May-2020 00:54:38 UTC] Verification Response (https://search.avideo.com/veri fy.php?url=https%3A%2F%2Flive.meetmycraft.com%2F): {"msg":["Start","https:\/\/li ve.meetmycraft.com\/ Site verified"],"verified":true,"status":"a"}
[18-May-2020 01:21:20 UTC] getImage Destination get Image from https://live.mee tmycraft.com:444/live/5eb73ab2135d7/index.m3u8 jpg: /tmp/9d77c7b4d272114017f3cd2 d17f5405e.jpg
[18-May-2020 01:21:21 UTC] getImage Destination get Image from https://live.mee tmycraft.com:444/live/5eb73ab2135d7/index.m3u8 gif: /tmp/9d77c7b4d272114017f3cd2 d17f5405e.gif
[18-May-2020 01:21:21 UTC] Exec get Image: ffmpeg -i "https://live.meetmycraft.c om:444/live/5eb73ab2135d7/index.m3u8" -f image2 -s 400x225 -vframes 1 -y /tmp/9 d77c7b4d272114017f3cd2d17f5405e.jpg &> /dev/null &
[18-May-2020 01:21:22 UTC] Create Gif Pallet: ffmpeg -y -t 3 -i "https://live.me etmycraft.com:444/live/5eb73ab2135d7/index.m3u8" -vf fps=10,scale=320:-1:flags=l anczos,palettegen /tmp/9d77c7b4d272114017f3cd2d17f5405epalette.png &> /dev/null &
[18-May-2020 01:21:23 UTC] Create Gif with Ppallet: ffmpeg -y -t 3 -i "https://l ive.meetmycraft.com:444/live/5eb73ab2135d7/index.m3u8" -vf fps=10,scale=320:-1:f lags=lanczos,palettegen /tmp/9d77c7b4d272114017f3cd2d17f5405epalette.png &> /dev /null &
[18-May-2020 01:21:23 UTC] /var/www/html/YouPHPTube/upload/objects/getImage.php 102Execution time : 1.5492079257965 seconds
[18-May-2020 01:28:08 UTC] Sent Login variables try to login
[18-May-2020 01:28:08 UTC] login.json: Login::run
[18-May-2020 01:28:08 UTC] Login::run ([email protected], *, http:// live.meetmycraft.com/, 1)
[18-May-2020 01:28:08 UTC] http://live.meetmycraft.com/ == https://live.meetmycr aft.com/
[18-May-2020 01:28:08 UTC] http://live.meetmycraft.com/ == http://localhost/AVid eo/
[18-May-2020 01:28:08 UTC] http://live.meetmycraft.com/ == http://127.0.0.1/AVid eo/
[18-May-2020 01:28:08 UTC] http://live.meetmycraft.com/ == https://localhost/AVi deo/
[18-May-2020 01:28:08 UTC] http://live.meetmycraft.com/ == https://127.0.0.1/AVi deo/
[18-May-2020 01:28:08 UTC] There is no streamer site
https://github.com/WWBN/AVideo/issues/3052#issuecomment-627671316
Thanks I found the Problem and solved it. I just needed to put my website url on the perimeter settings and it works
I'm Happy now preparing to buy another plugin
@GodgivenButhelezi I guess if you leave this field empty it will also work.
If I leave the field empty it says no Stream site on the logs and it does not work for me so I had to add my root url which is my website url and then it works fine.
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.