Jump to content

chown

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

chown's Achievements

Apprentice

Apprentice (3/14)

  • One Month Later
  • Collaborator Rare
  • Week One Done
  • First Post
  • Conversation Starter

Recent Badges

1

Reputation

  1. I'm looking for someone with SEO experience that would want to partner up and split the profits 50/50. I don't have much SEO experience and I have 15+ years of server administration experience as well as coding experience.
  2. Is it possible to set an offset for the overview screenshots somehow? I'd like the screenshots to begin after 10 seconds of the video.
  3. What source is used to generate screenshots for both timeline and overview? Can you select the source?
  4. Is it possible to grab all 3 formats (if the site has all 3) instead of just grabbing the highest quality that way we don't have to re-encode them all?
  5. I figured it out, it some settings under "Theme settings" that I did not have set for this to work.
  6. How do I null out a default field when it wasn't previously set then I set it and can't change it back to null? [Default]: field is required and must have a value
  7. I got it working by having Varnish exclude my KVS domain in the cache. I needed it because I also have around 10 WordPress sites that I wanted to cache that are hosted on the same server. # dont cache mykvsdomain - optional www if (req.http.host ~ "(www)?(mykvsdomain|myotherkvsdomain).(tube|org|xxx)") { return(pass); }
  8. I need a custom grabber created for youjizz.com. I tried to use the default grabber, but it doesn't grab the tags, categories, etc. Can anyone help?
  9. I have the latest version of KVS installed and it has the settings from the howto "How to create video previews on mouse over with KVS tube script", but the site shows thumbnails on mouseover in my browsers instead of the video preview. Is this normal? Do I need to change something on the site code as well?
  10. Does anyone use Varnish with KVS that can share their vcl/configuration?
  11. What is the process for migrating away from a remote storage server back to local storage? I have a subdomain setup as a CDN that points to my remote storage server right now and has a few thousands videos that I want to move back to local storage since I've increased disk space. I can rsync the files from the remote storage server back to my local server, but I think that those videos will still be pointing to my remote servers subdomain. How would I go about getting those videos all switched back so I can get rid of the remote storage?
  12. I currently have 1 remote conversion server that is working properly or seems to be at least that is using FTP. I have the local conversion server disabled as it is my web server as well. The remote conversion server is also a storage server and is treated like a CDN, but is running Nginx and seems to serve content fine. The problem seems to be that once I disabled my local conversion server it no longer is able to move files from the remote conversion server to the remote storage server (they are the same server) using FTP. I think it was all working fine when I was using NFS, but I switched to FTP because of the latency between data centers is around ~100ms and NFS was very slow. Should this setup work? Is it supposed to pull the video from the remote conversion server back to the local server then upload it again to the FTP server running on the remote storage server? I don't know what the problem is. I may look into switching to SSHFS instead of FTP. Any suggestions on making this work? All my background tasks are failing with the message "Failed to put XXXXX.mp4 file to storage server" and error code "04 - Storage server connection error". Example of one of the many failed task logs: [2023-11-04 04:03:11] INFO Starting conversion task 6470 for video 4784 [PH-C] [2023-11-04 04:03:11] INFO Downloading source files [PH-C-1] [2023-11-04 04:03:11] INFO ....Downloading source file from: https://somedomain/get_file/0/ef497997f62551dcadd20402e807c221/4000/4784/4784.tmp/ [2023-11-04 04:03:14] INFO ....Downloaded 67088176 bytes [2023-11-04 04:03:14] INFO Pre-processing source file [PH-C-3] [2023-11-04 04:03:14] INFO Creating video format "MP4 480p" [PH-C-5:MP4 480p] [2023-11-04 04:03:14] INFO ....Creating video file [PH-C-5-2] [2023-11-04 04:04:29] INFO ........Created video file 4784.mp4: 670 seconds, 67235407 bytes [2023-11-04 04:04:29] INFO ....Moving metadata to the file beginning [PH-C-5-3] [2023-11-04 04:04:29] INFO ........Skipped, already done by FFmpeg [2023-11-04 04:04:29] INFO ....Copying video file to "Remote" [PH-C-5-4:Remote] [2023-11-04 04:04:29] ERROR ........Failed to put 4784.mp4 file to storage server "Remote" [2023-11-04 04:04:29] INFO Conversion task 6470 for video 4784 is finished in 78 sec [PH-CE] [2023-11-04 04:04:29] INFO Removing 6481 task dir as it is being marked to be deleted [2023-11-03 23:05:12] ERROR(4) Failed to put 4784.mp4 file to storage server "Remote" [PH-E]
×
×
  • Create New...