Jump to content

Emilia

Members
  • Posts

    80
  • Joined

  • Days Won

    7

Posts posted by Emilia

  1. Hey @Jim, I haven't used HW or GPU video encoding ever since this I first created this thread.

    At this point, I'm simply using 11 separate dedicated servers, I found some cheap ryzen 5s and running 2 encoding processes on each a the same time.

    I encode in 4K, 2K, 1080p, 720p, 480p and in total, these 11 servers can easily encode 1K-1.5K videos daily in these formats. 4K videos take between 60-90 minutes for all 5 qualities each. sometimes, a 90-120 minute 1080p video takes 2-3hours to encode in 3 formats. Trailers and timeline screenshots every 2 seconds included.

    • Like 1
  2. 23 hours ago, leonrak said:

    Thats crazy low!

    Would you mind to share which part you modify?

    I removed the sidebar from homepage and changed the colors on dark theme.

    apart from it I removed the uploader's name upload date from the listing

  3. On 7/16/2021 at 5:39 PM, Tech Support said:

    It will be possible to show different popunders for different devices, for traffic from different sources

    Thank you so much for this.
    little clarification, does it mean we can now set to show more ads from people who visit our site from a specific referrer?

  4. On 5/26/2021 at 2:00 AM, Justin said:

    Please please please implement this feature for the next update :-) !!!

    There should be a poll for next update once the current 5.5.0 gets finalized.

    Depends on the poll results, the features will be added

    but I'm not expecting it to happen this year tbh

  5. On 4/14/2021 at 11:38 PM, hbarnetworks said:

    converting 200-400 videos a day

    Hey, little correction here.

    I was able to do 400 tasks a day, and since I use semi-video processing, each video makes 4 tasks for me per video so that's 100 videos a day with 10 small vps

  6. On 4/9/2021 at 11:09 PM, xvids said:

    I have 100k daily visit from all countries,

    If over half of them is from tier I countries and around 30% from USA, you can get some very nice deals.

    Try contacting them yourself, so send me a PM and I'll see if I can arrange some sort of meeting for you

  7. Hi,

    Can we please get rid of this notification in next update?

    9stUV9.png

    9stgY7.png

     

    I've used it once to test and now I've disabled it but I still see this message.

    It'd make sense to show this message if I had screenshot scoring enabled.

  8. On 3/4/2021 at 3:16 PM, Tech Support said:

    9) Conversion servers will allow selecting which types of tasks should be assigned to specific conversion servers. This will provide more flexible way to manage conversion priorities, and make sure some type of tasks are executed with higher priority.

    I've been using this now and I'd really like a way to disable this.

    NOTE: if this conversion server is free from other tasks, it will be allowed to process 1 task of any type to make sure resources are not idle

    I have my local conversion server setup to handle albums, but since there are no albums in tasks it's processing videos too and causing high cpu load locally. Ive set the cpu usage to very low but it still fluctuates in between 30%-80%. I want the local server to handle albums only, so albums are processed faster and there's no wasted time to send it to encoding servers first

  9. Hi, I noticed I have this in my setup.php

     

    if (isset($_SERVER['HTTP_X_FORWARDED_FOR']))
    {
    	$_SERVER['ORIG_REMOTE_ADDR']=$_SERVER['REMOTE_ADDR'];
    	$_SERVER['REMOTE_ADDR']=$_SERVER['HTTP_X_FORWARDED_FOR'];
    	if (strpos($_SERVER['REMOTE_ADDR'],',')!==false)
    	{
    		$_SERVER['REMOTE_ADDR']=trim(substr($_SERVER['REMOTE_ADDR'],0,strpos($_SERVER['REMOTE_ADDR'],',')));
    	}
    } elseif (isset($_SERVER['HTTP_X_REAL_IP']))
    {
    	$_SERVER['ORIG_REMOTE_ADDR']=$_SERVER['REMOTE_ADDR'];
    	$_SERVER['REMOTE_ADDR']=$_SERVER['HTTP_X_REAL_IP'];
    }
    if (isset($_SERVER['HTTP_CF_IPCOUNTRY']))
    {
    	$_SERVER['GEOIP_COUNTRY_CODE']=$_SERVER['HTTP_CF_IPCOUNTRY'];
    }
    if (function_exists('geoip_country_code_by_name'))
    {
        $_SERVER['GEOIP_COUNTRY_CODE'] = geoip_country_code_by_name($_SERVER['REMOTE_ADDR']);
    }

    Where should I add this?

    $_SERVER['GEOIP_COUNTRY_CODE'] = $_SERVER['MM_COUNTRY_CODE'];

    I dont use cloudflare so i probably don't need any HTTP_CF_IPCOUNTRY header

×
×
  • Create New...