WWBN / AVideo

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

POLL: How many admins are experiencing regular "BROKEN MISSING FILES" ? #9610

Open walt93 opened 3 days ago

walt93 commented 3 days ago

Describe the bug This problem has persisted on my system for years. How many people is this affecting. Is it limited to just my server only? Can we get a show of hands?

To Reproduce Steps to reproduce the behavior:

  1. Encode things
  2. Observe that in some proportion encodes "get stuck" or otherwise produce "Broken missiing files"
  3. Weekly cleanouts of all of the Broken missing files
  4. Coming up with a "re-encode strategy" for the pieces that you've missed

Example. I'm ingesting a podcast. 102 episodes. 71 ingested. ≈30% failure rate.

Expected behavior The encoder to work reliably. FFMPEG is mature tech.

Log files This is the encoder log that's been ripping the 102 podcast episodes. https://conspyre.tv/encoder.log

DanielnetoDotCom commented 3 days ago

FYI, today I discovered the Ubuntu 24 have auto updates and restart apache without ask, (unattended upgrades)

it was killing the encoder ffmpeg (that starts with apache)

To ensure Apache does not restart during unattended upgrades, follow these steps:

  1. Edit the Unattended-Upgrades Config:
    • Open the file:
      sudo nano /etc/apt/apt.conf.d/50unattended-upgrades
    • Add Apache packages to the blacklist:
      Unattended-Upgrade::Package-Blacklist {
       "apache2";
       "apache2-bin";
       "apache2-data";
       "apache2-utils";
      };
    • Disable automatic reboots:
      Unattended-Upgrade::Automatic-Reboot "false";
JoshWho commented 3 days ago

FYI, today I discovered the Ubuntu 24 have auto updates and restart apache without ask, (unattended upgrades)

it was killing the encoder ffmpeg (that starts with apache)

To ensure Apache does not restart during unattended upgrades, follow these steps:

  1. Edit the Unattended-Upgrades Config:

    • Open the file:
      sudo nano /etc/apt/apt.conf.d/50unattended-upgrades
    • Add Apache packages to the blacklist:
      Unattended-Upgrade::Package-Blacklist {
       "apache2";
       "apache2-bin";
       "apache2-data";
       "apache2-utils";
      };
    • Disable automatic reboots:
      Unattended-Upgrade::Automatic-Reboot "false";

Is ours doing this as well?

DanielnetoDotCom commented 3 days ago

Is ours doing this as well?

I do not think so I guess this happens, because during the server installation, I have choosed some option to restart without ask, I am not sure in what step

walt93 commented 2 days ago

I made the suggested change, and the encoder finished out the remaining 30 files in the queue. Of the 30 files, only 7 are broken missing files and I have to go through by hand and re-encode each episode.

And after those complete I will find how many broken missing files there are and repeat the process until finished.

I get so many complaints about my site, it's basically unusable for creators who don't have the patience to deal with this. I guess I will look for another solution. Thanks.

Update: it was 10 "Broken missing files". It showed that there were 7. I deleted them. After deleting them, I guess it found 3 more. Broken. Missing. I don't know why they are so hard to keep track of. There is a filesystem AND a database. I do not understand why they are so difficult to keep track of.

DanielnetoDotCom commented 2 days ago

is your avideo, encoder and plugins up to date?

check your encoder and avideo logs and try to find the moment the broken videos were transferred

walt93 commented 2 days ago

Everything is up to date, scripts take care of that. If you look at the link about that is the encoder log and has all of the missing broken files.

I'm working on the 37/102 videos that failed last time and am watching continued failures. Now I have an encode "stuck" at 94%. There are no ffmpeg processes running on the system, so I guess this one will be "broken missing files" some day after I cancel it.

$ tail -n 500 avideo.log
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer spectrumimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer rawVideo not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer image not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer gifimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer webpimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer video not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.192 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"Status changed from queue to downloading","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19152,\"saved\":19152}","response":{"error":false,"videos_id":19152,"saved":19152}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"Status changed from queue to downloading","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":337,"function":"setStreamerLog","class":"Encoder","type":"::","args":["337","Status changed from queue to downloading","StatusChanged"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":565,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloading"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1174,"function":"downloadFile","class":"Encoder","type":"::","args":["337"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] downloadFile: start queue_id = 337  url = https://conspyre.tv/videos/original_v_241118115143_vc81c pathFileName = /var/www/html/phoenix/videos/337_tmpFile.mp4
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] downloadFile: not using getYoutubeDl
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] downloadFile: keep the same URL
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] downloadFile: downloadedFile = https://conspyre.tv/videos/original_v_241118115143_vc81c | url = https://conspyre.tv/videos/original_v_241118115143_vc81c
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getVideoFile start(https://conspyre.tv/videos/original_v_241118115143_vc81c, 337, https://conspyre.tv/videos/original_v_241118115143_vc81c, /var/www/html/phoenix/videos/337_tmpFile.mp4)
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getVideoFile done 76.65MB
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] setDownloadedFileName(/var/www/html/phoenix/videos/337_tmpFile.mp4) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":618,"function":"setDownloadedFileName","class":"Encoder","type":"->"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1174,"function":"downloadFile","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::"}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] downloadFile: {"error":false,"filename":"337_tmpFile.mp4","pathFileName":"\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4","msg":"We downloaded the file with success"}
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Original filesize is 76.65MB
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::setStatus(downloaded) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":645,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloaded"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":633,"function":"setDownloaded","class":"Encoder","type":"::","args":["337","\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1174,"function":"downloadFile","class":"Encoder","type":"::","args":["337"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getReturn_vars {"videos_id":19152}
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer to objects/aVideoEncoderLog.json.php
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer spectrumimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer rawVideo not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer image not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer gifimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer webpimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer video not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.143 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"Status changed from downloading to downloaded","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19152,\"saved\":19152}","response":{"error":false,"videos_id":19152,"saved":19152}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"Status changed from downloading to downloaded","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":337,"function":"setStreamerLog","class":"Encoder","type":"::","args":["337","Status changed from downloading to downloaded","StatusChanged"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":645,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloaded"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":633,"function":"setDownloaded","class":"Encoder","type":"::","args":["337","\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1174,"function":"downloadFile","class":"Encoder","type":"::","args":["337"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::setStatus(encoding) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1204,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["encoding"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getReturn_vars {"videos_id":19152}
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer to objects/aVideoEncoderLog.json.php
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer spectrumimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer rawVideo not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer image not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer gifimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer webpimage not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer video not set
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.128 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"Status changed from queue to encoding","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19152,\"saved\":19152}","response":{"error":false,"videos_id":19152,"saved":19152}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"Status changed from queue to encoding","type":"StatusChanged","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":337,"function":"setStreamerLog","class":"Encoder","type":"::","args":["337","Status changed from queue to encoding","StatusChanged"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1204,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["encoding"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Encoder::run: Lock file exists, exiting to prevent duplicate run.
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] Duration found: 0:08:29
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getImage: ffmpeg     -ss 00:04:14 -i "/var/www/html/phoenix/videos/337_tmpFile.mp4" -vframes 1 -y '/var/www/html/phoenix/videos/337_tmpFile.mp4.jpg'
[20-Nov-2024 21:25:55 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_f36a3ea3704209a26fe8b2cfbc04cecb/
[20-Nov-2024 21:25:55 UTC] [2024-11-20 21:25:55] getImage: takes 0.145583152771 sec to complete
[20-Nov-2024 21:25:56 UTC] [2024-11-20 21:25:56] getGif: takes 0.60746598243713 sec to complete
[20-Nov-2024 21:25:57 UTC] [2024-11-20 21:25:57] getWebpImage: takes 0.99388098716736 sec to complete /var/www/html/phoenix/videos/337_tmpFile.mp4.webp
[20-Nov-2024 21:25:57 UTC] [2024-11-20 21:25:57] getReturn_vars {"videos_id":19152}
[20-Nov-2024 21:25:57 UTC] [2024-11-20 21:25:57] sendToStreamer to objects/aVideoEncoderLog.json.php
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer spectrumimage not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer rawVideo not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer image not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer gifimage not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer webpimage not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer video not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.126 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"sendImages","type":"info","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19152,\"saved\":19152}","response":{"error":false,"videos_id":19152,"saved":19152}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"sendImages","type":"info","videos_id":19152,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","timezone":"UTC"},{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1938,"function":"setStreamerLog","class":"Encoder","type":"::","args":["337","sendImages","info"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1207,"function":"sendImages","class":"Encoder","type":"::","args":["\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4",{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer to objects/aVideoEncoderReceiveImage.json.php
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer spectrumimage not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer rawVideo not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer video not set
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] sendToStreamer https://conspyre.tv/objects/aVideoEncoderReceiveImage.json.php in 0.271 seconds {"error":false,"target":"objects\/aVideoEncoderReceiveImage.json.php","postFields":{"duration":"0:08:29","image":"64.50KB","downloadURL_image":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.jpg","gifimage":"915.00KB","downloadURL_gifimage":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.gif","webpimage":"534.70KB","downloadURL_webpimage":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.webp","streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","videos_id":19152,"timezone":"UTC"},"response_raw":"{\"error\":false,\"video_id\":19152,\"jpgDest\":\"\\\/var\\\/www\\\/html\\\/conspyre.tv\\\/videos\\\/v_241118115143_vc81c\\\/v_241118115143_vc81c.jpg\",\"gifDest\":\"\\\/var\\\/www\\\/html\\\/conspyre.tv\\\/videos\\\/v_241118115143_vc81c\\\/v_241118115143_vc81c.gif\",\"gifDestSize\":936963,\"webpDest\":\"\\\/var\\\/www\\\/html\\\/conspyre.tv\\\/videos\\\/v_241118115143_vc81c\\\/v_241118115143_vc81c.webp\",\"webpDestSize\":547534,\"jpgDest_deleteInvalidImage\":false,\"gifDest_deleteInvalidImage\":true,\"webpDest_deleteInvalidImage\":false,\"video_id_hash\":\"S0hKb2puR1dNUk5aaDBxbHZOZXlKUjcrNkV2c0FkeXRYQmMyRkpTT3ZMWT0=\",\"releaseDate\":null,\"releaseTime\":null}","response":{"error":false,"video_id":19152,"jpgDest":"\/var\/www\/html\/conspyre.tv\/videos\/v_241118115143_vc81c\/v_241118115143_vc81c.jpg","gifDest":"\/var\/www\/html\/conspyre.tv\/videos\/v_241118115143_vc81c\/v_241118115143_vc81c.gif","gifDestSize":936963,"webpDest":"\/var\/www\/html\/conspyre.tv\/videos\/v_241118115143_vc81c\/v_241118115143_vc81c.webp","webpDestSize":547534,"jpgDest_deleteInvalidImage":false,"gifDest_deleteInvalidImage":true,"webpDest_deleteInvalidImage":false,"video_id_hash":"S0hKb2puR1dNUk5aaDBxbHZOZXlKUjcrNkV2c0FkeXRYQmMyRkpTT3ZMWT0=","releaseDate":null,"releaseTime":null}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1939,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderReceiveImage.json.php",{"duration":"0:08:29","image":{"name":"\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4.jpg","mime":"","postname":""},"downloadURL_image":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.jpg","gifimage":{"name":"\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4.gif","mime":"","postname":""},"downloadURL_gifimage":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.gif","webpimage":{"name":"\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4.webp","mime":"","postname":""},"downloadURL_webpimage":"https:\/\/phoenix.conspyre.tv\/videos\/337_tmpFile.mp4.webp","streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGMWRpdHdpVU9Ndi9NVFo1bkVkdWZySUN4SzFLYjJQWVpWenBjOGFQM295a2U0bkU2M3luV1JpbjArMmRQaldlUHc9PQ==","return_vars":"{\"videos_id\":19152}","videos_id":19152,"timezone":"UTC"},{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1207,"function":"sendImages","class":"Encoder","type":"::","args":["\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4",{"videos_id":19152},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] AVideo-Encoder Format::run(/var/www/html/phoenix/videos/337_tmpFile.mp4, 337) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1209,"function":"run","class":"Format","object":{},"type":"->","args":["\/var\/www\/html\/phoenix\/videos\/337_tmpFile.mp4","337"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1298,"function":"run","class":"Encoder","type":"::","args":[1]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] run (else): 7
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] AVideo-Encoder Format::getFromOrder(7)
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] execOrder: self::exec(31, /var/www/html/phoenix/videos/337_tmpFile.mp4, /var/www/html/phoenix/videos/avideoTmpFile_337_streamers_id_1_.mp4, 337)
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] AVideo-Encoder Format::exec [31, /var/www/html/phoenix/videos/337_tmpFile.mp4, /var/www/html/phoenix/videos/avideoTmpFile_337_streamers_id_1_.mp4, 337] code=(-vf scale=-2:{$resolution} -movflags +faststart -preset veryfast -vcodec h264 -b:v {$bitrate}k -acodec aac -b:a {$audioBitrate}k -max_muxing_queue_size 1024 -y {$destinationFile})
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] getResolution: ffprobe   -v quiet -print_format json -show_format -show_streams "/var/www/html/phoenix/videos/337_tmpFile.mp4"
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] getResolution: success 720
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder:Format:: getDynamicCommandFromFormat(/var/www/html/phoenix/videos/337_tmpFile.mp4, 31) [resolutions=[1080]] [height=720]
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder:Format:: getDynamicCommandFromFormat resolution 1080 was ignored, your upload file is 720 we wil not up transcode your video
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder:Format:: getDynamicCommandFromFormat line=705
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder:Format:: getDynamicCommandFromFormat::return(ffmpeg     -i "{$pathFileName}"   -codec:v libx264 -movflags faststart -y /var/www/html/phoenix/videos/avideoTmpFile_337_streamers_id_1_720.mp4 )
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] AVideo-Encoder Format::exec  Start Encoder [ffmpeg         -i "/var/www/html/phoenix/videos/337_tmpFile.mp4"   -codec:v libx264 -movflags faststart -y /var/www/html/phoenix/videos/avideoTmpFile_337_streamers_id_1_720.mp4 ]
[20-Nov-2024 21:25:58 UTC] [2024-11-20 21:25:58] Encoder::save id=(337) title=(original_v_241118115143_vc81c) streamers_id=1
[20-Nov-2024 21:26:40 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_0b079a150cb6d6d782d60afbb3101c54/
[20-Nov-2024 21:27:02 UTC] getSpritsFromVideo: step=73.54 videoLength=7354 numberOfTiles=100
[20-Nov-2024 21:48:22 UTC] getSpritsFromVideo: step=1.79 videoLength=179 numberOfTiles=100
[20-Nov-2024 19:07:36 America/Los_Angeles] logoff:: done session_id = rbcukf7krknfmkjvifn87vbmbg
[20-Nov-2024 19:07:37 America/Los_Angeles] conspyre.tv/ == conspyre.tv/
[20-Nov-2024 19:07:37 America/Los_Angeles] login.json: Login::run
[20-Nov-2024 19:07:37 America/Los_Angeles] Login::run (Conspyre, ***, https://conspyre.tv/, true)
[20-Nov-2024 19:07:37 America/Los_Angeles] Login::run request login user (Conspyre)
[20-Nov-2024 19:07:37 America/Los_Angeles] Login::run request login complete user (Conspyre)
[20-Nov-2024 19:07:37 America/Los_Angeles] Login::run got an object
[20-Nov-2024 19:07:37 America/Los_Angeles] createIfNotExists:: Conspyre
[20-Nov-2024 19:07:37 America/Los_Angeles] Verification Start https://conspyre.tv/
[20-Nov-2024 19:07:37 America/Los_Angeles] Verification Creating the Cache https://conspyre.tv/
[20-Nov-2024 19:07:37 America/Los_Angeles] Verification Response (https://search.avideo.com/verify.php?url=https%3A%2F%2Fconspyre.tv%2F): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[20-Nov-2024 19:07:37 America/Los_Angeles] Login:: almost done
[20-Nov-2024 19:07:37 America/Los_Angeles] Login:: done session_id = ao9rimq88fk95db3d2isgmlual session_login
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] Encoder::setStatus(downloading) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":565,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloading"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1306,"function":"downloadFile","class":"Encoder","type":"::","args":["338"]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] getReturn_vars {"videos_id":19153}
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer to objects/aVideoEncoderLog.json.php
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer spectrumimage not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer rawVideo not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer image not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer gifimage not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer webpimage not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer video not set
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.145 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"Status changed from queue to downloading","type":"StatusChanged","videos_id":19153,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGN3dBb2VCVVN0bStZNjhqMFJBTzYwWlNKdzBRYXAwRkdnTjduNW8xTVNrMWlPaEt0dGYyYWg1MVp6eUNQSE5zYXc9PQ==","return_vars":"{\"videos_id\":19153}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19153,\"saved\":19153}","response":{"error":false,"videos_id":19153,"saved":19153}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"Status changed from queue to downloading","type":"StatusChanged","videos_id":19153,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGN3dBb2VCVVN0bStZNjhqMFJBTzYwWlNKdzBRYXAwRkdnTjduNW8xTVNrMWlPaEt0dGYyYWg1MVp6eUNQSE5zYXc9PQ==","return_vars":"{\"videos_id\":19153}","timezone":"UTC"},{"videos_id":19153},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":337,"function":"setStreamerLog","class":"Encoder","type":"::","args":["338","Status changed from queue to downloading","StatusChanged"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":565,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloading"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1306,"function":"downloadFile","class":"Encoder","type":"::","args":["338"]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] Encoder::save id=(338) title=(original_v_241118115400_v0b79) streamers_id=1
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] downloadFile: start queue_id = 338  url = https://conspyre.tv/videos/original_v_241118115400_v0b79 pathFileName = /var/www/html/phoenix/videos/338_tmpFile.mp4
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] downloadFile: not using getYoutubeDl
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] downloadFile: keep the same URL
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] downloadFile: downloadedFile = https://conspyre.tv/videos/original_v_241118115400_v0b79 | url = https://conspyre.tv/videos/original_v_241118115400_v0b79
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] getVideoFile start(https://conspyre.tv/videos/original_v_241118115400_v0b79, 338, https://conspyre.tv/videos/original_v_241118115400_v0b79, /var/www/html/phoenix/videos/338_tmpFile.mp4)
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] getVideoFile done 8.52MB
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] setDownloadedFileName(/var/www/html/phoenix/videos/338_tmpFile.mp4) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":618,"function":"setDownloadedFileName","class":"Encoder","type":"->"},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1306,"function":"downloadFile","class":"Encoder","type":"::"},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::"}]
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] Encoder::save id=(338) title=(original_v_241118115400_v0b79) streamers_id=1
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] downloadFile: {"error":false,"filename":"338_tmpFile.mp4","pathFileName":"\/var\/www\/html\/phoenix\/videos\/338_tmpFile.mp4","msg":"We downloaded the file with success"}
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] Original filesize is 8.52MB
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] Encoder::setStatus(downloaded) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":645,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloaded"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":633,"function":"setDownloaded","class":"Encoder","type":"::","args":["338","\/var\/www\/html\/phoenix\/videos\/338_tmpFile.mp4"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1306,"function":"downloadFile","class":"Encoder","type":"::","args":["338"]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] getReturn_vars {"videos_id":19153}
[21-Nov-2024 03:07:39 UTC] [2024-11-21 03:07:39] sendToStreamer to objects/aVideoEncoderLog.json.php
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer spectrumimage not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer rawVideo not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer image not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer gifimage not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer webpimage not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer video not set
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] sendToStreamer https://conspyre.tv/objects/aVideoEncoderLog.json.php in 0.345 seconds {"error":false,"target":"objects\/aVideoEncoderLog.json.php","postFields":{"msg":"Status changed from downloading to downloaded","type":"StatusChanged","videos_id":19153,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGN3dBb2VCVVN0bStZNjhqMFJBTzYwWlNKdzBRYXAwRkdnTjduNW8xTVNrMWlPaEt0dGYyYWg1MVp6eUNQSE5zYXc9PQ==","return_vars":"{\"videos_id\":19153}","timezone":"UTC"},"response_raw":"{\"error\":false,\"videos_id\":19153,\"saved\":19153}","response":{"error":false,"videos_id":19153,"saved":19153}} debug_backtrace=[{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":2812,"function":"sendToStreamer","class":"Encoder","type":"::","args":["objects\/aVideoEncoderLog.json.php",{"msg":"Status changed from downloading to downloaded","type":"StatusChanged","videos_id":19153,"streamers_id":"1","user":"Conspyre","pass":"_user_hash_cTY3MzNHV0Q0YTFkb29aSjA1VDFGN3dBb2VCVVN0bStZNjhqMFJBTzYwWlNKdzBRYXAwRkdnTjduNW8xTVNrMWlPaEt0dGYyYWg1MVp6eUNQSE5zYXc9PQ==","return_vars":"{\"videos_id\":19153}","timezone":"UTC"},{"videos_id":19153},{}]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":337,"function":"setStreamerLog","class":"Encoder","type":"::","args":["338","Status changed from downloading to downloaded","StatusChanged"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":645,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["downloaded"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":633,"function":"setDownloaded","class":"Encoder","type":"::","args":["338","\/var\/www\/html\/phoenix\/videos\/338_tmpFile.mp4"]},{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":1306,"function":"downloadFile","class":"Encoder","type":"::","args":["338"]},{"file":"\/var\/www\/html\/phoenix\/view\/run.php","line":7,"function":"run","class":"Encoder","type":"::","args":[]}]
[21-Nov-2024 03:07:40 UTC] [2024-11-21 03:07:40] Encoder::save id=(338) title=(original_v_241118115400_v0b79) streamers_id=1
[21-Nov-2024 03:10:47 UTC] getSpritsFromVideo: step=23.95 videoLength=2395 numberOfTiles=100
[21-Nov-2024 09:28:25 UTC] getSpritsFromVideo: step=12.51 videoLength=1251 numberOfTiles=100
[21-Nov-2024 09:28:25 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021339_v6335_480.mp4" "12.51" "150" "84" "/var/www/html/phoenix/videos/sprit_78ba67d031ed01394ab05666aed38475.jpg" "100" "78ba67d031ed01394ab05666aed38475"
[21-Nov-2024 09:28:25 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021339_v6335_480.mp4" "12.51" "150" "84" "/var/www/html/phoenix/videos/sprit_78ba67d031ed01394ab05666aed38475.jpg" "100" "78ba67d031ed01394ab05666aed38475" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 09:28:25 UTC] execAsync end  : 2384567

[21-Nov-2024 09:28:25 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 09:28:25 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_78ba67d031ed01394ab05666aed38475/
[21-Nov-2024 09:28:25 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_230906021339_v6335_480.mp4" -map 0:v:0 -vf fps=1/12.51,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_78ba67d031ed01394ab05666aed38475/out%03d.png"  2>&1
[21-Nov-2024 09:28:35 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_78ba67d031ed01394ab05666aed38475/
[21-Nov-2024 09:38:47 UTC] getSpritsFromVideo: step=79.22 videoLength=7922 numberOfTiles=100
[21-Nov-2024 09:38:47 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220528230725_v21d4_480.mp4" "79.22" "150" "84" "/var/www/html/phoenix/videos/sprit_2dfb0842f9b4a39222bf47860262bc6e.jpg" "100" "2dfb0842f9b4a39222bf47860262bc6e"
[21-Nov-2024 09:38:47 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220528230725_v21d4_480.mp4" "79.22" "150" "84" "/var/www/html/phoenix/videos/sprit_2dfb0842f9b4a39222bf47860262bc6e.jpg" "100" "2dfb0842f9b4a39222bf47860262bc6e" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 09:38:47 UTC] execAsync end  : 2396286

[21-Nov-2024 09:38:47 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 09:38:47 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_2dfb0842f9b4a39222bf47860262bc6e/
[21-Nov-2024 09:38:47 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220528230725_v21d4_480.mp4" -map 0:v:0 -vf fps=1/79.22,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_2dfb0842f9b4a39222bf47860262bc6e/out%03d.png"  2>&1
[21-Nov-2024 09:42:30 UTC] getSpritsFromVideo: step=11.93 videoLength=1193 numberOfTiles=100
[21-Nov-2024 09:42:30 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021221_v0d9e_380.mp4" "11.93" "150" "84" "/var/www/html/phoenix/videos/sprit_e88b110e38de6b6d0f5b3ef5b9278062.jpg" "100" "e88b110e38de6b6d0f5b3ef5b9278062"
[21-Nov-2024 09:42:30 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021221_v0d9e_380.mp4" "11.93" "150" "84" "/var/www/html/phoenix/videos/sprit_e88b110e38de6b6d0f5b3ef5b9278062.jpg" "100" "e88b110e38de6b6d0f5b3ef5b9278062" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 09:42:30 UTC] execAsync end  : 2400015

[21-Nov-2024 09:42:30 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 09:42:30 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e88b110e38de6b6d0f5b3ef5b9278062/
[21-Nov-2024 09:42:30 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_230906021221_v0d9e_380.mp4" -map 0:v:0 -vf fps=1/11.93,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e88b110e38de6b6d0f5b3ef5b9278062/out%03d.png"  2>&1
[21-Nov-2024 09:42:38 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_e88b110e38de6b6d0f5b3ef5b9278062/
[21-Nov-2024 09:45:51 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_2dfb0842f9b4a39222bf47860262bc6e/
[21-Nov-2024 09:54:17 UTC] getSpritsFromVideo: step=71.42 videoLength=7142 numberOfTiles=100
[21-Nov-2024 09:54:17 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d"
[21-Nov-2024 09:54:17 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 09:54:17 UTC] execAsync end  : 2413206

[21-Nov-2024 09:54:17 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 09:54:17 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/
[21-Nov-2024 09:54:17 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 09:55:05 UTC] CreateSpirits: ERROR on dirsize=54660 ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 10:35:39 UTC] getImageMP4 Starts: 'https://burrowdeeper.org/video_211001093944_7bc0.mp4'
[21-Nov-2024 10:35:39 UTC] GetImageInTime duration=00:04:00 time=240
[21-Nov-2024 10:35:39 UTC] Exec get Image: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"   -ss 00:04:00 -i 'https://burrowdeeper.org/video_211001093944_7bc0.mp4' -f image2  -vf scale=640:360:force_original_aspect_ratio=decrease,pad=640:360:-1:-1:color=black -vframes 1 -y /tmp/600bc95a870cc39f57c04b0fc135ad52.jpg /var/www/html/phoenix/objects/getImageMP4.php "135.148.169.95"
[21-Nov-2024 12:33:38 UTC] getSpritsFromVideo: step=21.3 videoLength=2130 numberOfTiles=100
[21-Nov-2024 12:33:38 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021030_v8358_480.mp4" "21.3" "150" "84" "/var/www/html/phoenix/videos/sprit_8050d25dcb844cb668715121bb8e9e3e.jpg" "100" "8050d25dcb844cb668715121bb8e9e3e"
[21-Nov-2024 12:33:38 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_230906021030_v8358_480.mp4" "21.3" "150" "84" "/var/www/html/phoenix/videos/sprit_8050d25dcb844cb668715121bb8e9e3e.jpg" "100" "8050d25dcb844cb668715121bb8e9e3e" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 12:33:38 UTC] execAsync end  : 2516145

[21-Nov-2024 12:33:38 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 12:33:38 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_8050d25dcb844cb668715121bb8e9e3e/
[21-Nov-2024 12:33:38 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_230906021030_v8358_480.mp4" -map 0:v:0 -vf fps=1/21.3,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_8050d25dcb844cb668715121bb8e9e3e/out%03d.png"  2>&1
[21-Nov-2024 12:33:55 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_8050d25dcb844cb668715121bb8e9e3e/
[21-Nov-2024 12:36:45 UTC] getSpritsFromVideo: step=12.51 videoLength=1251 numberOfTiles=100
[21-Nov-2024 13:04:31 UTC] getSpritsFromVideo: step=79.22 videoLength=7922 numberOfTiles=100
[21-Nov-2024 13:08:26 UTC] getSpritsFromVideo: step=54.43 videoLength=5443 numberOfTiles=100
[21-Nov-2024 13:08:26 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220525153108_vf7e6_300.mp4" "54.43" "150" "84" "/var/www/html/phoenix/videos/sprit_a22080b2187bac09428ad6f4fa9f820e.jpg" "100" "a22080b2187bac09428ad6f4fa9f820e"
[21-Nov-2024 13:08:26 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220525153108_vf7e6_300.mp4" "54.43" "150" "84" "/var/www/html/phoenix/videos/sprit_a22080b2187bac09428ad6f4fa9f820e.jpg" "100" "a22080b2187bac09428ad6f4fa9f820e" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 13:08:26 UTC] execAsync end  : 2537142

[21-Nov-2024 13:08:26 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 13:08:26 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_a22080b2187bac09428ad6f4fa9f820e/
[21-Nov-2024 13:08:26 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220525153108_vf7e6_300.mp4" -map 0:v:0 -vf fps=1/54.43,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_a22080b2187bac09428ad6f4fa9f820e/out%03d.png"  2>&1
[21-Nov-2024 13:09:08 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_a22080b2187bac09428ad6f4fa9f820e/
[21-Nov-2024 13:09:56 UTC] getSpritsFromVideo: step=71.42 videoLength=7142 numberOfTiles=100
[21-Nov-2024 13:09:56 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d"
[21-Nov-2024 13:09:56 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 13:09:56 UTC] execAsync end  : 2538295

[21-Nov-2024 13:09:56 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 13:09:56 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/
[21-Nov-2024 13:09:56 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 13:10:42 UTC] CreateSpirits: ERROR on dirsize=54660 ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 13:15:46 UTC] getSpritsFromVideo: step=11.93 videoLength=1193 numberOfTiles=100
[21-Nov-2024 13:22:07 UTC] getSpritsFromVideo: step=37.86 videoLength=3786 numberOfTiles=100
[21-Nov-2024 13:25:03 UTC] getSpritsFromVideo: step=42.98 videoLength=4298 numberOfTiles=100
[21-Nov-2024 13:25:03 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220601184535_vd4bf_720.mp4" "42.98" "150" "84" "/var/www/html/phoenix/videos/sprit_eb383fcbf181b2e693c8726d8517224d.jpg" "100" "eb383fcbf181b2e693c8726d8517224d"
[21-Nov-2024 13:25:03 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220601184535_vd4bf_720.mp4" "42.98" "150" "84" "/var/www/html/phoenix/videos/sprit_eb383fcbf181b2e693c8726d8517224d.jpg" "100" "eb383fcbf181b2e693c8726d8517224d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 13:25:03 UTC] execAsync end  : 2547162

[21-Nov-2024 13:25:03 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 13:25:03 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_eb383fcbf181b2e693c8726d8517224d/
[21-Nov-2024 13:25:03 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220601184535_vd4bf_720.mp4" -map 0:v:0 -vf fps=1/42.98,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_eb383fcbf181b2e693c8726d8517224d/out%03d.png"  2>&1
[21-Nov-2024 13:26:16 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_eb383fcbf181b2e693c8726d8517224d/
[21-Nov-2024 13:30:30 UTC] getSpritsFromVideo: step=48.11 videoLength=4811 numberOfTiles=100
[21-Nov-2024 13:30:30 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220622001334_v88b7_720.mp4" "48.11" "150" "84" "/var/www/html/phoenix/videos/sprit_939f10a711016a753572b9f8aaa1e211.jpg" "100" "939f10a711016a753572b9f8aaa1e211"
[21-Nov-2024 13:30:30 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220622001334_v88b7_720.mp4" "48.11" "150" "84" "/var/www/html/phoenix/videos/sprit_939f10a711016a753572b9f8aaa1e211.jpg" "100" "939f10a711016a753572b9f8aaa1e211" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 13:30:30 UTC] execAsync end  : 2550206

[21-Nov-2024 13:30:30 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 13:30:30 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_939f10a711016a753572b9f8aaa1e211/
[21-Nov-2024 13:30:30 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220622001334_v88b7_720.mp4" -map 0:v:0 -vf fps=1/48.11,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_939f10a711016a753572b9f8aaa1e211/out%03d.png"  2>&1
[21-Nov-2024 13:31:39 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_939f10a711016a753572b9f8aaa1e211/
[21-Nov-2024 13:58:58 UTC] getImageMP4 Starts: 'https://burrowdeeper.org/video_211001093944_7bc0.mp4'
[21-Nov-2024 13:58:58 UTC] GetImageInTime duration=00:04:00 time=240
[21-Nov-2024 13:58:58 UTC] Exec get Image: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"   -ss 00:04:00 -i 'https://burrowdeeper.org/video_211001093944_7bc0.mp4' -f image2  -vf scale=640:360:force_original_aspect_ratio=decrease,pad=640:360:-1:-1:color=black -vframes 1 -y /tmp/600bc95a870cc39f57c04b0fc135ad52.jpg /var/www/html/phoenix/objects/getImageMP4.php "135.148.169.95"
[21-Nov-2024 14:20:08 UTC] getSpritsFromVideo: step=71.42 videoLength=7142 numberOfTiles=100
[21-Nov-2024 14:20:08 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d"
[21-Nov-2024 14:20:08 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 14:20:08 UTC] execAsync end  : 2568747

[21-Nov-2024 14:20:08 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 14:20:08 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/
[21-Nov-2024 14:20:08 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 14:20:52 UTC] CreateSpirits: ERROR on dirsize=54660 ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 15:24:21 UTC] getSpritsFromVideo: step=71.42 videoLength=7142 numberOfTiles=100
[21-Nov-2024 15:24:21 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d"
[21-Nov-2024 15:24:21 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 15:24:21 UTC] execAsync end  : 2593573

[21-Nov-2024 15:24:21 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 15:24:21 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/
[21-Nov-2024 15:24:21 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 15:25:04 UTC] CreateSpirits: ERROR on dirsize=54660 ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 17:23:52 UTC] getSpritsFromVideo: step=22.57 videoLength=2257 numberOfTiles=100
[21-Nov-2024 17:23:52 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/_YPTuniqid_604eb4e775eb90.55870892_480.mp4" "22.57" "150" "84" "/var/www/html/phoenix/videos/sprit_d7ee30b13574112ad728923acb833a6c.jpg" "100" "d7ee30b13574112ad728923acb833a6c"
[21-Nov-2024 17:23:52 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/_YPTuniqid_604eb4e775eb90.55870892_480.mp4" "22.57" "150" "84" "/var/www/html/phoenix/videos/sprit_d7ee30b13574112ad728923acb833a6c.jpg" "100" "d7ee30b13574112ad728923acb833a6c" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 17:23:52 UTC] execAsync end  : 2640245

[21-Nov-2024 17:23:53 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 17:23:53 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_d7ee30b13574112ad728923acb833a6c/
[21-Nov-2024 17:23:53 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/_YPTuniqid_604eb4e775eb90.55870892_480.mp4" -map 0:v:0 -vf fps=1/22.57,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_d7ee30b13574112ad728923acb833a6c/out%03d.png"  2>&1
[21-Nov-2024 17:24:17 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_d7ee30b13574112ad728923acb833a6c/
[21-Nov-2024 17:35:59 UTC] getSpritsFromVideo: step=54.43 videoLength=5443 numberOfTiles=100
[21-Nov-2024 17:42:54 UTC] getSpritsFromVideo: step=71.42 videoLength=7142 numberOfTiles=100
[21-Nov-2024 17:42:54 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d"
[21-Nov-2024 17:42:54 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" "71.42" "150" "84" "/var/www/html/phoenix/videos/sprit_e2cac16e0fd1cc67323da4c2b043006d.jpg" "100" "e2cac16e0fd1cc67323da4c2b043006d" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 17:42:54 UTC] execAsync end  : 2648636

[21-Nov-2024 17:42:54 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 17:42:54 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/
[21-Nov-2024 17:42:54 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 17:43:38 UTC] CreateSpirits: ERROR on dirsize=54660 ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220716132504_v8aa6_720.mp4" -map 0:v:0 -vf fps=1/71.42,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_e2cac16e0fd1cc67323da4c2b043006d/out%03d.png"  2>&1
[21-Nov-2024 20:43:08 UTC] getSpritsFromVideo: step=42.98 videoLength=4298 numberOfTiles=100
[21-Nov-2024 21:32:38 UTC] getSpritsFromVideo: step=22.57 videoLength=2257 numberOfTiles=100
[21-Nov-2024 22:44:08 UTC] getSpritsFromVideo: step=35.77 videoLength=3577 numberOfTiles=100
[21-Nov-2024 22:44:08 UTC] getSpritsFromVideo: /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220531013424_v2347_480.mp4" "35.77" "150" "84" "/var/www/html/phoenix/videos/sprit_c260b75777671ad7fb8602a49922550f.jpg" "100" "c260b75777671ad7fb8602a49922550f"
[21-Nov-2024 22:44:08 UTC] execAsync start: nohup /usr/bin/php "/var/www/html/phoenix/objects/createSpiritsFromVideo.php" "https://burrowdeeper.org/video_220531013424_v2347_480.mp4" "35.77" "150" "84" "/var/www/html/phoenix/videos/sprit_c260b75777671ad7fb8602a49922550f.jpg" "100" "c260b75777671ad7fb8602a49922550f" > /dev/null 2>&1 & echo $!;
[21-Nov-2024 22:44:08 UTC] execAsync end  : 2774351

[21-Nov-2024 22:44:08 UTC] CreateSpirits:  request is older then 2 hours, we will try again
[21-Nov-2024 22:44:08 UTC] CreateSpirits:  creating directory /var/www/html/phoenix/videos/thumbs_c260b75777671ad7fb8602a49922550f/
[21-Nov-2024 22:44:08 UTC] CreateSpirits: ffmpeg   -user_agent "AVideoEncoder phoenix.conspyre.tv FFMPEG"  -i "https://burrowdeeper.org/video_220531013424_v2347_480.mp4" -map 0:v:0 -vf fps=1/35.77,scale=150:84:force_original_aspect_ratio=decrease,pad=150:84:-1:-1:color=black -frames:v 100  "/var/www/html/phoenix/videos/thumbs_c260b75777671ad7fb8602a49922550f/out%03d.png"  2>&1
[21-Nov-2024 22:44:14 UTC] CreateSpirits:  removing directory /var/www/html/phoenix/videos/thumbs_c260b75777671ad7fb8602a49922550f/
[21-Nov-2024 23:50:31 UTC] login.json: Login::run
[21-Nov-2024 23:50:31 UTC] Sent Login variables try to login
[21-Nov-2024 23:50:31 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[21-Nov-2024 23:50:31 UTC] Login::run request login user (Conspyre)
[21-Nov-2024 23:50:33 UTC] Login::run request login complete user (Conspyre)
[21-Nov-2024 23:50:33 UTC] Login::run got an object
[21-Nov-2024 23:50:33 UTC] createIfNotExists:: Conspyre
[21-Nov-2024 23:50:33 UTC] Verification Start https://conspyre.tv/
[21-Nov-2024 23:50:33 UTC] Verification Creating the Cache https://conspyre.tv/
[21-Nov-2024 23:50:33 UTC] Verification Response (https://search.avideo.com/verify.php?url=https%3A%2F%2Fconspyre.tv%2F): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[21-Nov-2024 23:50:33 UTC] Login:: almost done
[21-Nov-2024 23:50:33 UTC] Login:: done session_id = p0i900vhslcvkavbgm317ohsnl session_login
[21-Nov-2024 23:50:33 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPUWIzN1FXK1JhOS9sOXNuRmR5cGRicnJMQ1NaNnMyUVRnM3A3K01RVk5zL2R3cDAra2laUWNYRTFNU1pETWQvenc9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121185026_veecd","filename":"v_241121185026_veecd","videos_id":19182,"notifyURL":"https:\/\/conspyre.tv\/"}
[21-Nov-2024 23:50:33 UTC] [2024-11-21 23:50:33] AVideo-Encoder Format::getFromOrder(7)
[21-Nov-2024 23:50:33 UTC] queue: will save
[21-Nov-2024 23:50:33 UTC] [2024-11-21 23:50:33] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[21-Nov-2024 23:50:33 UTC] [2024-11-21 23:50:33] Encoder::save id=() title=(original_v_241121185026_veecd) streamers_id=1
[21-Nov-2024 23:50:33 UTC] queue: save done [343]
[21-Nov-2024 23:53:01 UTC] login.json: Login::run
[21-Nov-2024 23:53:01 UTC] Sent Login variables try to login
[21-Nov-2024 23:53:01 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[21-Nov-2024 23:53:01 UTC] Login::run request login user (Conspyre)
[21-Nov-2024 23:53:06 UTC] Login::run request login complete user (Conspyre)
[21-Nov-2024 23:53:06 UTC] Login::run got an object
[21-Nov-2024 23:53:06 UTC] createIfNotExists:: Conspyre
[21-Nov-2024 23:53:06 UTC] Verification Start https://conspyre.tv/
[21-Nov-2024 23:53:06 UTC] Verification GetFrom Cache https://conspyre.tv/
[21-Nov-2024 23:53:06 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[21-Nov-2024 23:53:06 UTC] Login:: almost done
[21-Nov-2024 23:53:06 UTC] Login:: done session_id = opq9hum2d07ksrmdqf3f6h5i96 session_login
[21-Nov-2024 23:53:06 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPWVlHRFpaWkVXcm5NaGFaV20vSlRmZzloaU5QdHF5Z0s3amdrZFJIb2tld2NxQ0h5TkplL2dSaTNLS2FYNDZWcHc9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121185259_v2f96","filename":"v_241121185259_v2f96","videos_id":19183,"notifyURL":"https:\/\/conspyre.tv\/"}
[21-Nov-2024 23:53:06 UTC] [2024-11-21 23:53:06] AVideo-Encoder Format::getFromOrder(7)
[21-Nov-2024 23:53:06 UTC] queue: will save
[21-Nov-2024 23:53:06 UTC] [2024-11-21 23:53:06] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[21-Nov-2024 23:53:06 UTC] [2024-11-21 23:53:06] Encoder::save id=() title=(original_v_241121185259_v2f96) streamers_id=1
[21-Nov-2024 23:53:06 UTC] queue: save done [344]
[21-Nov-2024 23:56:14 UTC] login.json: Login::run
[21-Nov-2024 23:56:14 UTC] Sent Login variables try to login
[21-Nov-2024 23:56:14 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[21-Nov-2024 23:56:14 UTC] Login::run request login user (Conspyre)
[21-Nov-2024 23:56:21 UTC] Login::run request login complete user (Conspyre)
[21-Nov-2024 23:56:21 UTC] Login::run got an object
[21-Nov-2024 23:56:21 UTC] createIfNotExists:: Conspyre
[21-Nov-2024 23:56:21 UTC] Verification Start https://conspyre.tv/
[21-Nov-2024 23:56:21 UTC] Verification GetFrom Cache https://conspyre.tv/
[21-Nov-2024 23:56:21 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[21-Nov-2024 23:56:21 UTC] Login:: almost done
[21-Nov-2024 23:56:21 UTC] Login:: done session_id = fkr75ak2e5ne69n1u916asf714 session_login
[21-Nov-2024 23:56:21 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPYUFhdWExclgrVVZLTXdzeDhHbjJNRmN6ejQ1V0ZnSFJpUzZJUzNOOXA2U0VSU1NhZERNNlpSSFNYNmlBcGs2U2c9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121185610_v65cf","filename":"v_241121185610_v65cf","videos_id":19184,"notifyURL":"https:\/\/conspyre.tv\/"}
[21-Nov-2024 23:56:21 UTC] [2024-11-21 23:56:21] AVideo-Encoder Format::getFromOrder(7)
[21-Nov-2024 23:56:21 UTC] queue: will save
[21-Nov-2024 23:56:21 UTC] [2024-11-21 23:56:21] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[21-Nov-2024 23:56:21 UTC] [2024-11-21 23:56:21] Encoder::save id=() title=(original_v_241121185610_v65cf) streamers_id=1
[21-Nov-2024 23:56:21 UTC] queue: save done [345]
[21-Nov-2024 23:58:57 UTC] login.json: Login::run
[21-Nov-2024 23:58:57 UTC] Sent Login variables try to login
[21-Nov-2024 23:58:57 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[21-Nov-2024 23:58:57 UTC] Login::run request login user (Conspyre)
[21-Nov-2024 23:59:02 UTC] Login::run request login complete user (Conspyre)
[21-Nov-2024 23:59:02 UTC] Login::run got an object
[21-Nov-2024 23:59:02 UTC] createIfNotExists:: Conspyre
[21-Nov-2024 23:59:02 UTC] Verification Start https://conspyre.tv/
[21-Nov-2024 23:59:02 UTC] Verification GetFrom Cache https://conspyre.tv/
[21-Nov-2024 23:59:02 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[21-Nov-2024 23:59:02 UTC] Login:: almost done
[21-Nov-2024 23:59:02 UTC] Login:: done session_id = kqqdfh640hh4qlnsi8au2giedu session_login
[21-Nov-2024 23:59:02 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPWGI0NkxPWmFvZU56U2oxVkZkd3RNSUJES3VhTGxWeU5NTjlwT1ZQRmlWRnR5RkpjazRhK3VRK2U3WWp6YzVyUkE9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121185854_v89c8","filename":"v_241121185854_v89c8","videos_id":19185,"notifyURL":"https:\/\/conspyre.tv\/"}
[21-Nov-2024 23:59:02 UTC] [2024-11-21 23:59:02] AVideo-Encoder Format::getFromOrder(7)
[21-Nov-2024 23:59:02 UTC] queue: will save
[21-Nov-2024 23:59:02 UTC] [2024-11-21 23:59:02] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[21-Nov-2024 23:59:02 UTC] [2024-11-21 23:59:02] Encoder::save id=() title=(original_v_241121185854_v89c8) streamers_id=1
[21-Nov-2024 23:59:02 UTC] queue: save done [346]
[22-Nov-2024 00:00:39 UTC] login.json: Login::run
[22-Nov-2024 00:00:39 UTC] Sent Login variables try to login
[22-Nov-2024 00:00:39 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:00:39 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:00:46 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:00:46 UTC] Login::run got an object
[22-Nov-2024 00:00:46 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:00:46 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:00:46 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:00:46 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:00:46 UTC] Login:: almost done
[22-Nov-2024 00:00:46 UTC] Login:: done session_id = ma30hf1d77v0g9vd87cp474019 session_login
[22-Nov-2024 00:00:46 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPZW5LajlVUGlCZmJLZzlYWHVadlBOKzdib2NZNHRGMldaWGlmQ0x4Y0thTWdLWUlvUWVuaEQ0NEhrNVdlNmFuTHc9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121190037_vdfab","filename":"v_241121190037_vdfab","videos_id":19186,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:00:46 UTC] [2024-11-22 00:00:46] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:00:46 UTC] queue: will save
[22-Nov-2024 00:00:46 UTC] [2024-11-22 00:00:46] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:00:46 UTC] [2024-11-22 00:00:46] Encoder::save id=() title=(original_v_241121190037_vdfab) streamers_id=1
[22-Nov-2024 00:00:46 UTC] queue: save done [347]
[22-Nov-2024 00:02:37 UTC] login.json: Login::run
[22-Nov-2024 00:02:37 UTC] Sent Login variables try to login
[22-Nov-2024 00:02:37 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:02:37 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:02:43 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:02:43 UTC] Login::run got an object
[22-Nov-2024 00:02:43 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:02:43 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:02:43 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:02:43 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:02:43 UTC] Login:: almost done
[22-Nov-2024 00:02:43 UTC] Login:: done session_id = 2t1s9vvdfs77pavs2tdvkvdu8i session_login
[22-Nov-2024 00:02:43 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPVllXdVROVXh4Z3hHMlZEYStpV1pLMU1sdkxmMUJmbkdDRlhSUFJNMXpaK2VHbnA2SFUxaUlzZFMwY1QxQzlyUFE9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121190234_v74e8","filename":"v_241121190234_v74e8","videos_id":19187,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:02:43 UTC] [2024-11-22 00:02:43] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:02:43 UTC] queue: will save
[22-Nov-2024 00:02:43 UTC] [2024-11-22 00:02:43] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:02:43 UTC] [2024-11-22 00:02:43] Encoder::save id=() title=(original_v_241121190234_v74e8) streamers_id=1
[22-Nov-2024 00:02:43 UTC] queue: save done [348]
[22-Nov-2024 00:06:47 UTC] login.json: Login::run
[22-Nov-2024 00:06:47 UTC] Sent Login variables try to login
[22-Nov-2024 00:06:47 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:06:47 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:06:52 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:06:52 UTC] Login::run got an object
[22-Nov-2024 00:06:52 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:06:52 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:06:52 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:06:52 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:06:52 UTC] Login:: almost done
[22-Nov-2024 00:06:52 UTC] Login:: done session_id = 56c5t77eq3q5go5do01fqof5fp session_login
[22-Nov-2024 00:06:52 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPVW4wZGxTWHBIQ28vcUkwUEdNeURMOXp3MXIvYXhxWUUxSExxdm9QTVdqOG9KZzNXRlI2MnFacFlwNWxKNkpsa3c9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121190643_v94c5","filename":"v_241121190643_v94c5","videos_id":19188,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:06:52 UTC] [2024-11-22 00:06:52] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:06:52 UTC] queue: will save
[22-Nov-2024 00:06:52 UTC] [2024-11-22 00:06:52] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:06:52 UTC] [2024-11-22 00:06:52] Encoder::save id=() title=(original_v_241121190643_v94c5) streamers_id=1
[22-Nov-2024 00:06:52 UTC] queue: save done [349]
[21-Nov-2024 16:08:31 America/Los_Angeles] logoff:: done session_id = ao9rimq88fk95db3d2isgmlual
[21-Nov-2024 16:08:31 America/Los_Angeles] conspyre.tv/ == conspyre.tv/
[21-Nov-2024 16:08:31 America/Los_Angeles] login.json: Login::run
[21-Nov-2024 16:08:31 America/Los_Angeles] Login::run (Conspyre, ***, https://conspyre.tv/, true)
[21-Nov-2024 16:08:31 America/Los_Angeles] Login::run request login user (Conspyre)
[21-Nov-2024 16:08:36 America/Los_Angeles] Login::run request login complete user (Conspyre)
[21-Nov-2024 16:08:36 America/Los_Angeles] Login::run got an object
[21-Nov-2024 16:08:36 America/Los_Angeles] createIfNotExists:: Conspyre
[21-Nov-2024 16:08:36 America/Los_Angeles] Verification Start https://conspyre.tv/
[21-Nov-2024 16:08:36 America/Los_Angeles] Verification GetFrom Cache https://conspyre.tv/
[21-Nov-2024 16:08:36 America/Los_Angeles] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[21-Nov-2024 16:08:36 America/Los_Angeles] Login:: almost done
[21-Nov-2024 16:08:36 America/Los_Angeles] Login:: done session_id = ao9rimq88fk95db3d2isgmlual session_login
[22-Nov-2024 00:10:01 UTC] login.json: Login::run
[22-Nov-2024 00:10:01 UTC] Sent Login variables try to login
[22-Nov-2024 00:10:01 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:10:01 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:10:07 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:10:07 UTC] Login::run got an object
[22-Nov-2024 00:10:07 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:10:07 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:10:07 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:10:07 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:10:07 UTC] Login:: almost done
[22-Nov-2024 00:10:07 UTC] Login:: done session_id = bbpbtftt8d16jhupsnfllujpt2 session_login
[22-Nov-2024 00:10:07 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPVVhsZnlUTldqRGNKck05bHRSU1ppbDFTak5WY2pOazdxbEh5TzFOWnZRSzkwdEpJanZvTkVsQTBVSSszczlkNGc9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121190957_v7b5e","filename":"v_241121190957_v7b5e","videos_id":19189,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:10:07 UTC] [2024-11-22 00:10:07] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:10:07 UTC] queue: will save
[22-Nov-2024 00:10:07 UTC] [2024-11-22 00:10:07] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:10:07 UTC] [2024-11-22 00:10:07] Encoder::save id=() title=(original_v_241121190957_v7b5e) streamers_id=1
[22-Nov-2024 00:10:07 UTC] queue: save done [350]
[22-Nov-2024 00:13:00 UTC] login.json: Login::run
[22-Nov-2024 00:13:00 UTC] Sent Login variables try to login
[22-Nov-2024 00:13:00 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:13:00 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:13:05 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:13:05 UTC] Login::run got an object
[22-Nov-2024 00:13:05 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:13:05 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:13:05 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:13:05 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:13:09 UTC] Login:: almost done
[22-Nov-2024 00:13:09 UTC] Login:: done session_id = baqtjrm4mhqa38o7ovktohsjhb session_login
[22-Nov-2024 00:13:09 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPVUNQcWw0cGdtcUEzbnB6SWp3bklNeGY1UUYrZStMcnVQTzVhYmNhUklRcVREclRUcXRWelpCeGJndUdKVXlVNUE9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121191257_v5812","filename":"v_241121191257_v5812","videos_id":19190,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:13:09 UTC] [2024-11-22 00:13:09] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:13:09 UTC] queue: will save
[22-Nov-2024 00:13:09 UTC] [2024-11-22 00:13:09] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:13:09 UTC] [2024-11-22 00:13:09] Encoder::save id=() title=(original_v_241121191257_v5812) streamers_id=1
[22-Nov-2024 00:13:09 UTC] queue: save done [351]
[22-Nov-2024 00:20:44 UTC] PHP Fatal error:  Uncaught mysqli_sql_exception: Too many connections in /var/www/html/phoenix/objects/include_config.php:36
Stack trace:
#0 /var/www/html/phoenix/objects/include_config.php(36): mysqli->__construct()
#1 /var/www/html/phoenix/videos/configuration.php(38): require_once('...')
#2 /var/www/html/phoenix/view/status.php(4): require_once('...')
#3 {main}
  thrown in /var/www/html/phoenix/objects/include_config.php on line 36
[22-Nov-2024 00:21:01 UTC] login.json: Login::run
[22-Nov-2024 00:21:01 UTC] Sent Login variables try to login
[22-Nov-2024 00:21:01 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:21:01 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:21:07 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:21:07 UTC] Login::run got an object
[22-Nov-2024 00:21:07 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:21:07 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:21:07 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:21:07 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:21:07 UTC] Login:: almost done
[22-Nov-2024 00:21:07 UTC] Login:: done session_id = c1u8llovs49a4hm7cmst98m0b6 session_login
[22-Nov-2024 00:21:07 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPYVNWNlFPenpBN1pwSURJV1hBRm9xdDAvT1hWYjREdnVwTmVFcGI5YTBiVUtEdUptYlgvS2hnZUxvODlkUFNFM2c9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121192055_vd9ed","filename":"v_241121192055_vd9ed","videos_id":19191,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:21:07 UTC] [2024-11-22 00:21:07] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:21:07 UTC] queue: will save
[22-Nov-2024 00:21:07 UTC] [2024-11-22 00:21:07] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:21:07 UTC] [2024-11-22 00:21:07] Encoder::save id=() title=(original_v_241121192055_vd9ed) streamers_id=1
[22-Nov-2024 00:21:07 UTC] queue: save done [352]
[22-Nov-2024 00:24:24 UTC] login.json: Login::run
[22-Nov-2024 00:24:24 UTC] Sent Login variables try to login
[22-Nov-2024 00:24:24 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:24:24 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:24:30 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:24:30 UTC] Login::run got an object
[22-Nov-2024 00:24:30 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:24:30 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:24:30 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:24:30 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:24:30 UTC] Login:: almost done
[22-Nov-2024 00:24:30 UTC] Login:: done session_id = otkdh9rru9iqnpc8rdmp2jhf1a session_login
[22-Nov-2024 00:24:30 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPUnZHS2NONlFXMndHaGVKWkEvZ3N5RlUxaW1pR0dvQnhOdms1akhiT0Y1TGFicG5EY0tIZmxTOXEzZXNrM2xrVWc9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121192421_v1e4f","filename":"v_241121192421_v1e4f","videos_id":19192,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:24:30 UTC] [2024-11-22 00:24:30] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:24:30 UTC] queue: will save
[22-Nov-2024 00:24:30 UTC] [2024-11-22 00:24:30] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:24:30 UTC] [2024-11-22 00:24:30] Encoder::save id=() title=(original_v_241121192421_v1e4f) streamers_id=1
[22-Nov-2024 00:24:30 UTC] queue: save done [353]
[22-Nov-2024 00:29:59 UTC] login.json: Login::run
[22-Nov-2024 00:29:59 UTC] Sent Login variables try to login
[22-Nov-2024 00:29:59 UTC] Login::run (Conspyre, ***, https://conspyre.tv/, 1)
[22-Nov-2024 00:29:59 UTC] Login::run request login user (Conspyre)
[22-Nov-2024 00:30:04 UTC] Login::run request login complete user (Conspyre)
[22-Nov-2024 00:30:04 UTC] Login::run got an object
[22-Nov-2024 00:30:04 UTC] createIfNotExists:: Conspyre
[22-Nov-2024 00:30:04 UTC] Verification Start https://conspyre.tv/
[22-Nov-2024 00:30:04 UTC] Verification GetFrom Cache https://conspyre.tv/
[22-Nov-2024 00:30:04 UTC] Verification Response (): {"msg":["https:\/\/conspyre.tv\/ Site verified"],"isPrivate":false,"verified":true,"status":"a"}
[22-Nov-2024 00:30:04 UTC] Login:: almost done
[22-Nov-2024 00:30:04 UTC] Login:: done session_id = l1lorgr30rq8pgq6l8oq2a3voj session_login
[22-Nov-2024 00:30:04 UTC] decideFormatOrder: {"user":"Conspyre","pass":"_user_hash_SnpORE9Ta1hWa2pvWVQzU2JvNzRPVEhyWUdpdElBdk15ZnF3RGdhT29ibFU5Snd6ZG8wUFRJcHhSaytzVmt3Qlh2MmVMZ0NpN3E0djBkRGt2WDRDQ2c9PQ==","fileURI":"https:\/\/conspyre.tv\/videos\/original_v_241121192954_v8be5","filename":"v_241121192954_v8be5","videos_id":19193,"notifyURL":"https:\/\/conspyre.tv\/"}
[22-Nov-2024 00:30:04 UTC] [2024-11-22 00:30:04] AVideo-Encoder Format::getFromOrder(7)
[22-Nov-2024 00:30:04 UTC] queue: will save
[22-Nov-2024 00:30:04 UTC] [2024-11-22 00:30:04] Encoder::setStatus(queue) [{"file":"\/var\/www\/html\/phoenix\/objects\/Encoder.php","line":160,"function":"setStatus","class":"Encoder","object":{},"type":"->","args":["queue"]},{"file":"\/var\/www\/html\/phoenix\/view\/queue.php","line":84,"function":"save","class":"Encoder","object":{},"type":"->","args":[]}]
[22-Nov-2024 00:30:04 UTC] [2024-11-22 00:30:04] Encoder::save id=() title=(original_v_241121192954_v8be5) streamers_id=1
[22-Nov-2024 00:30:04 UTC] queue: save done [354]
walt93 commented 2 days ago

🤖: Your AVideo encoder's issue with "Broken Missing Files" may stem from one or more of the following common problems. ncomplete Encoding Process: The logs suggest the encoder starts queuing jobs (Encoder::setStatus(queue)), but there's no indication of encoding completion (Encoder::setStatus(completed)). Verify if the encoding process finishes by checking for missing or incomplete log entries related to video processing.

This tracks with what I just watched. Encoder is "stuck" not moving. No ffmpeg process is running. AVideo does not detect this condition and waits, forever. Then user cancels the stuck video. Then broken missing files.

This does not account for all 37 of the "broken missing files" during he last run. I probably only canceled a stuck video 6 or 7 times. So they break for other reasons too.

DanielnetoDotCom commented 2 days ago

You shared the log in the wrong moment, share the encoder and the streamer logs right before it run the aVideoEncoderNotifyIsDone.json.php, I need to see the file transfer not the encoding

also make sure you shared a log with a video that was broken

walt93 commented 2 days ago

Daniel I shered multiple megabytes of log in the link in the first post, if you download it, and scroll to the end and search backwards - the tail of that log is exclusively this sequence of videos because I'm the only one using that encoder.

DanielnetoDotCom commented 2 days ago

Please you need to filter it, also I do not know what video was broken, you must find it based on the filename or videos id, I cannot look into all the videos when you share the log also let me know what filename is the video that was broken

walt93 commented 2 days ago

I don't know how to find that Daniel.

I'm looking in the encoder log. The filenames are like original_v_240603142341_v908e

The script sends them to the encoder with this mangled filename. Then puts it back somehow on the CMS side. I don't know how to find files in the encoder due to this, I guess I have to do a sql query or something.

If you go back through Github you'll find where I asked you if it was possible to fix the filename, maybe you didn't understand why I wanted it or something.

Screenshot 2024-11-21 at 6 24 45 PM

If we could fix this filename that would be super helpful in figuring out the encoder issue. Maybe you could point me to where in the code to fix this? Reminder: I use the /plugin/MobileManager/upload.php?user={user}&pass={password} script

https://chatgpt.com/share/673fed93-40bc-800d-aff9-4dac4b36b2c1 <-------- 👀

walt93 commented 2 days ago

Here is the latest. It has not yet produced a "broken missing files", but it will soon.

Screenshot 2024-11-21 at 6 45 32 PM

I just noticed it has been "stuck" at 94% for some time.

$ ps -ax | grep ffmpeg
2928424 pts/4    S+     0:00 grep --color=auto ffmpeg

Searching the log for original_v_241118115143_vc81c I find it sprayed across ≈6,400 lines of log.

https://conspyre.tv/original_v_241118115143_vc81c.log

I suspect you won't find anything. The ffmpeg process died. No one is watching it. That in my opinion is what is happening. Shouldn't AVideo be, like, saving the PID and checking to see if it's still alive, or using some library to do that or something?

DanielnetoDotCom commented 2 days ago
  1. So that confirm something is killing ffmpeg, you need to find what killed your ffmpeg (check your server logs, syslog, etc)
  2. maybe some security or other app that is monitoring activity (if you are using a VPS maybe the provider is killing process that consume too much CPU for a long time)
  3. to find the filename, when a video is broken you need to inspect the database and get the filename from the broken video, with the filename we can inspect the log and get clues why it happens.
walt93 commented 1 day ago

When we encode from the app the encoder shows the correct file name.

Is there some reason that is impossible to do from the script? It would be incredibly useful to know what is in the encoder, don't you think?

DanielnetoDotCom commented 1 day ago
  1. this error does not suposed to happen
  2. we are just debuging, so some hidden information is required to try to understand what happen. that is why there is no shotcut from the script
  3. What do you mean with "When we encode from the app the encoder shows the correct file name."
walt93 commented 1 day ago
  1. This error is not supposed to happen. Correct.
  2. Not clear what you mean by "shortcut from script".
  3. When we encode from the app, the encoder shows the correct file name:

Screenshot 2024-11-22 at 7 45 18 PM

Observe the file name "Dr. Judy Mikovits..." - this is what I mean by "correct file name".

The file names "original_v_NNNNN" is what I would like to replace with the correct filename.

Is it possible?


Next, note, I just encoded 20 short 1-2 minute clips. 3 are broken missing files. So whatever it is, is not related to memory or duration of encode. This machine has 128GB and I rarely see memory over 18-20GB, there's always tons free. It's also baremetal, not VPS.