Jump to content

Tech Support

Administrators
  • Posts

    1,717
  • Joined

  • Days Won

    317

Everything posted by Tech Support

  1. 1 unique IP per 24 per video is considered as a unique view. No, there is no any protection except IP unique. In theory someone would be able to use proxies and fake the unique views. The feature is not designed for monetization, but it is designed for motivating users to share their videos and earn some tokens, that can later be used on your site for purchasing some premium access. What you probably need is some tool for purchasing traffic and paying for it, such tools normally have analytics and protection that can be used together to decide about payments. For example if the analytics decides that the quality of some traffic is bad, it should reduce payment rates for this traffic.
  2. The video height is not known at this point and makes no sense to adjust font based on it. The watermark image should be the same for all video sizes, but then you should specify Watermark max width field in video format settings to make sure it will be resized to the same visual height.
  3. "uploadDate": "{{$storage.video_view_video_view.post_date|date_format:"%Y-%m-%dT%H:%M:%S+00:00"}}", Something like this I guess.
  4. No, there is no technical way to restrict that, because all screenshots are stored in the same structure and having just filenames not possible to tell which videos are private and which are public.
  5. This is likely because your server doesn't have Apache installed and .htaccess file is not used at all. Please check with your server support about this.
  6. Do you have Apache installed? I think this may be because you don't have Apache and your rewrites are at Nginx level. Then you need to check with Nginx documentation on how to customize 404 error, as we only know for Apache.
  7. Ubuntu repository still uses Sphinx 2.2: sudo apt-get install sphinxsearch Reading package lists... Done Building dependency tree... Done Reading state information... Done sphinxsearch is already the newest version (2.2.11-8). We are not able to test the latest version due to that. Also our addon is using some kind of official PHP API from here: https://github.com/sphinxsearch/sphinx/blob/master/api/sphinxapi.php This file was last updated 8 years ago, so it looks like it may not support recent sphinx versions.
  8. Should be these: RewriteRule ^latest-updates/([0-9]+)/$ /latest-videos/$1/ [R=301,L,QSA] RewriteRule ^latest-updates/$ /latest-videos/ [R=301,L,QSA]
  9. In KVS architecture all background tasks that work with content files are done in 1 thread to avoid concurrent access to files.
  10. Please go to Website UI -> Install new theme GUI.
  11. It supports, but not exposed in theme: https://www.kvs-demo.com/members/?q=demo What you need to do is to go to Website UI -> Pages -> Community -> Block "Members" and enable var_search = q parameter. Then go one level up to Community page template and add this under <div class="filter">: <div class="row"> <label for="search_members_query" class="field-label">Username</label> <input id="search_members_query" name="q" class="textfield" value="{{$smarty.get.q}}"/> </div>
  12. No, it won't, unless you enable auto-delete feature in some grabbers that provide list of deleted URLs from their site.
  13. Yes, absolutely possible.
  14. If grabber allows grabbing multiple files, you need to change Quality from "Best possible" to "Multiple". If there is no "Multiple" option, then grabber can only grab 1 file, so no sense to upload it into multiple video formats in KVS.
  15. This doesn't look to be true. When we removed embed URL from page, this didn't solve "video is not main content" issue. The issue was solved only after we changed /videos/ URL pattern to /video/.
  16. Sorry, we don't want to add such an option because other tube sites have it, this is not a reasoning. We have a lot of other much more important work to do.
  17. Yes, but it doesn't mean KVS should be installed on the same server, or on the same domain. KVS needs to be installed somewhere for this plugin. This info is for Wordpress guys, who may think they don't need KVS installation for this plugin to work.
  18. Sorry, what is the reason of having this?
  19. Please check plugin page here: https://wordpress.org/plugins/kernel-video-sharing/
  20. It is not possible to recover a deleted video. Even if a video is marked as deleted, all its content has gone.
  21. Please create support ticket. We need to take a look at your video format configuration and then will find a solution for sitemap. It can be flexible via template, not via settings.
×
×
  • Create New...