Jump to content

Emilia

Members
  • Posts

    80
  • Joined

  • Days Won

    7

Everything posted by Emilia

  1. you can easily achieve this by configuring your popup to only show once per user per hour. If you can't edit it yourself, contact your ad network's support and they can do it for you
  2. Hi, A little update, since mod_geoip is now retired, people are encouraged to use the new mod_maxminddb intead. https://github.com/maxmind/mod_maxminddb To fix the above code, all you need to do is replace GEOIP_COUNTRY_CODE to MM_COUNTRY_CODE everywhere. Everything else remains the same
  3. So, just to clarify. HLS is coming in 5.5.0?
  4. I believe they are looking to buy a KVS account or license at a cheaper then retail cost.
  5. Hi, So here are my results. These won't be 100% accurate but they do gave me some clarity. After 10 days of encoding non stop on all 3 servers here are the number of completed tasks each server finished. I added another server a day later so I'll include that too I use video semi processing so for each video I got 3-4 tasks for each video format. Intel Core i7-8700 - 1762 total - completed 176 tasks/day on average (10 running days) AMD Ryzen 7 1700X - 1134 total - completed 113 tasks/day on average (10 running days) Intel Xeon E5-1650V3 - 1342 total - completed 134 tasks/day on average (10 running days) AMD Ryzen 9 3900 - 2006 total - completed 222 tasks/day on average (9 running days) Apart from these 4 servers I also installed 10 small linux vps with 2 cores, each vps cost me 3.5eur/mo and have completed 40 tasks/day on average. Some of the longer videos uploaded by users, 1hr + did take between 6-8 hours on these small vps to make a 1080p format. But that was expected. But combining 10 of those small vps to run tasks simultaneously I was able to complete over 4k tasks in 10 days for a lot less cost compared to those dedicated servers
  6. This is amazing! I was about to ask for conversion server groups a few days ago like we have storage so I could assign different groups for different tasks.
  7. Yes, can you tell me where to put it? It broke when i did it
  8. Hi, it didn't work for me. here's my snippet {{foreach item="item" from=$data.download_formats}} {{assign var="format_lang_key" value=$item.postfix|replace:".":"_"}} <a href="{{$item.file_url}}&download_filename=mysite_{{$data.dir}}{{$item.postfix}}" data-attach-session="{{$session_name}}">{{$lang.videos.video_details_label_download_format[$format_lang_key]|default:"%1%, %2%"|replace:"%1%":"`$item.title`"|replace:"%2%":$item.file_size_string}}</a> {{/foreach}}
  9. Hi, what would be the code if I want to enable downloads for logged in members only?
  10. I'm assuming this can be used for that?
  11. Would it be possible to make a playlist (automatically) of the videos in same channel/dvd and show it on the right side of the player when any one of that video is being played? Kind of like youtube does it or this hentai site, I've censored most of it
  12. I've contacted support via a ticket, I'll let you know if it's fixed for me
  13. Update: it's happening when there's more then video open in multiple tabs. The model changes randomly to one of the other open videos in a different tab. It does happen on single video too but not always
  14. Hi, this is what my related videos block look like. <div class="related-videos" id="{{$block_uid}}"> <ul class="list-sort" id="{{$block_uid}}_filter_list"> {{if $related_mode!=4 && $related_mode!=1 && $related_mode!=5}} <li><span>{{$lang.videos.related_videos_title_default}}</span></li> {{else}} <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="">{{$lang.videos.related_videos_title_default}}</a></li> {{/if}} {{if count($storage.video_view_video_view.models)>0}} {{assign var="models_title" value=$lang.videos.related_videos_title_by_model|replace:"%1%":$storage.video_view_video_view.models[0].title}} {{if count($storage.video_view_video_view.models)>1}} {{assign var="models_title" value=$lang.videos.related_videos_title_by_models|replace:"%1%":$storage.video_view_video_view.models[0].title|replace:"%2%":$storage.video_view_video_view.models[1].title}} {{/if}} {{if $related_mode==4}} <li><span>{{$models_title}}</span></li> {{else}} <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="mode_related:4">{{$models_title}}</a></li> {{/if}} {{/if}} {{if $storage.video_view_video_view.content_source.title!=''}} {{if $related_mode==1}} <li><span>{{$lang.videos.related_videos_title_by_sponsor|replace:"%1%":$storage.video_view_video_view.content_source.title}}</span></li> {{else}} <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="mode_related:1">{{$lang.videos.related_videos_title_by_sponsor|replace:"%1%":$storage.video_view_video_view.content_source.title}}</a></li> {{/if}} {{/if}} {{if $storage.video_view_video_view.dvd.title!=''}} {{if $related_mode==5}} <li><span>{{$lang.videos.related_videos_title_by_sponsor|replace:"%1%":$storage.video_view_video_view.dvd.title}}</span></li> {{else}} <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="mode_related:5">{{$lang.videos.related_videos_title_by_sponsor|replace:"%1%":$storage.video_view_video_view.dvd.title}}</a></li> {{/if}} {{/if}} </ul> {{assign var="list_videos_hide_headline" value="true"}} {{include file="include_list_videos_block_common.tpl"}} {{assign var="pagination_use_load_more" value="true"}} {{include file="include_pagination_block_common.tpl"}} </div>
  15. Hi, there seems to an issue that randomly pops up now. Please see this gif. Channel: Girl Scout Nookies 1 Model: Bella Rose The error happens when I click on "more from dvd" link
  16. Can't edit my previous post, the models are broken for the videos that are not part of any dvd/channel but it's fine for the video that are part of the dvd/channel --- EDIT: It's fixed now
  17. Update: I've ordered 3 servers to run some tests on. I'll be activating all 3 servers at the same time once the setup is done, they'll be encoding videos from same batch and I'll monitor them for a week. In the mean time I'll just make sure to keep the content coming and in bulk quantities for them stay busy at all times. Thinking about adding 2 active encoders on each server as mentioned here. CPU - Benchmark Score Intel Core i7-8700 - 13180 AMD Ryzen 7 1700X - 15622 Intel Xeon E5-1650V3 - 10382 I've selected these particular CPUs because their benchmark score is fairly close to each other. Xeon in particular is lower then the rest because I was told that they perform better, so I thought it'd be a nice idea to give it some handicap. Hoping for some exciting results ✌
  18. That sounds unrealistic to me. I've never seen performance like that an older cpu like Xeon D-1540. Do you compile ffmpeg from source and make modifications to kernel as well?
  19. Adding some more info, my i9-9900k cost me 69eur/mo and was able to do 100 videos in 24 hours, my amd ryzen 5 cost me 39eur/mo and was able to do about 50+ in the same time
  20. Is it safe to assume that you are using 2 servers with Intel Xeon D-1540? What ffmpeg flags do you use for all your formats and how many videos does each encoding server finishes in a day? I've always gone with intel's i9 and amd's series, I didn't consider xeons for encoding until now. Setting up server is fine, thank you. What I'm really after is optimal ffmpeg flags for formats. 4K -vcodec libx264 -movflags +faststart -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 1080p -vcodec libx264 -movflags +faststart -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 720p -vcodec libx264 -movflags +faststart -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 480p -vcodec libx264 -movflags +faststart -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 As you see, I haven't tried to change the bitrate and I'm not usinf crf or any preset. I just wanted to have encoding done as quick as possible but now I'm inclined more towards getting a good quaity/size ratio. Any tips regarding that would be greatly appreciated Thank you, but I'm going for optimized vs powerful and expensive
  21. Hi, Could you guys give some suggestions of what kind of conversion servers and settings are working best for you? I'm currently using local but in the past I've tried servers with amd and i9s, with i9-9900k I was roughly able to encode 100 videos in 24 hours for 1080p, 720p and 480p with AMD Ryzen 5 I was able to do 40 or 50 in a day for same 3 formats -vcodec libx264 -movflags +faststart -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4 is my settings for 1080p. Would love to hear what others are doing and if there's a way for me to optimize is further
  22. What about other players? I think it'd be a good idea to give flexibility to people
  23. Hi would it be possible to add another screenshot format for thumbs to make VTT files with sprite sheet? You can see the example VTT files here and here for how the sprites are done. Just like I mentioned in my original thread: Make timeline screenshots load faster - Technical Support - KVS Forum (kernel-video-sharing.com)
×
×
  • Create New...