Jump to content

Tech Support

Administrators
  • Posts

    1,784
  • Joined

  • Days Won

    332

Everything posted by Tech Support

  1. KVS doesn't have feature to remove watermarks.
  2. It is not technically possible to use popunder advertising in player. A popup will just open a new browser tab with focus, is that what you need? Then you can just use standard javascript onclick handler to open a new browser tab, but we don't see any sense to add such feature into player settings.
  3. Yes, some grabbers may not work with some videos, because they don't provide full quality video files.
  4. No, it is not possible to change video upload types between each other due to complexity of the logic involved.
  5. To add to this question, these are the .htaccess mod_rewrite rules that do the magic for allowing subfolders being used: RewriteCond %{ENV:REDIRECT_REWRITTEN} !=1 RewriteCond %{ENV:REDIRECT_REDIRECT_REWRITTEN} !=1 RewriteRule ^([a-z]{2})/(.*) /$2 [L,QSA,E=REWRITTEN:1,E=LOCALE:$1] They translate https://domain.com/de/someurl/ into https://domain.com/someurl/ and add ENV variable REDIRECT_LOCALE = de
  6. Probably somewhere this year, we are quite close to finalize it.
  7. It is not technically possible as far as we know.
  8. You need to modify design and templates to do this.
  9. It is possible to create clip trailers with the settings that are available, e.g. equal parts. But you will have to update all video formats in the same way to get the same files of different qualities. I think this feature is not suitable for your task, as it was normally designed to create trailers of a single quality factor. The batter at the bottom of video is connected to a video content source. Please check Connecting advertising to content sources section here:
  10. Could be done with using template functions. For example use pull_videos option in list_models block to pull a video for each model and display one of its thumb. But makes no practical sense, you will probably see that when you start using it. Probably yes, but expensive because you need to generate and process a lot of screenshots to find out the suitable image. And no guarantee the face it detects will be the actual model face, could be somebody else who appears in the video.
  11. You need to edit Website UI -> Pages -> Index and reorder blocks in template, this is the only way to resolve this.
  12. I think you need to ask this on Sphinx forum to have chance to get qualified response.
  13. SEO is not indexing KVS video files, because they are protected, so no sense to keep them in any specific filenames. Anyway it is not technically possible, and would not be possible in future as we will have to rewrite all KVS due to that.
  14. This will be added as a part of new KVS player in future. AT the moment we have no progress on this.
  15. In KVS terms we use "sort" to indicate the "ordering" of some objects, but I guess you probably mean some kind of grouping / categorization. Models do support categories and tags, and you can have filtering of model lists by categories for sure, similar to videos, but this is not coded into themes. You have to do some designing for this. These are likely model groups. These are likely categories, as only 1 level of grouping is possible. Because I guess a model can be both in Popstars and Kpop, this is not possible with groups. Also since model blocks are switched to nextgen API, it will be soon possible to programmatically add some additional categorization, with just few changes and being applied to the whole KVS. For example it would be possible to add additional categorization level, for example Niches to models and allow specifying them separately from categories (if you don't want to use categories for that and model groups are not enough). However, we didn't yet migrate categorization admin panel GUI to nextgen, so this would not be possible at the moment. What you mean by this? What functionality is not possible with models, that is possible with categories? How do you expect this to work please? For categories the plugin to autogenerate a thumb will take one of the video thumbs for videos of that category. If we use the same approach for models, it would make sense only for few % of thumbs that randomly and luckily depict model in stable view. The rest majority of model thumbs would be some blurred scene from some angle where you can't clearly see who is depicted and even several different people on the scene.
  16. 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.
  17. 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.
  18. "uploadDate": "{{$storage.video_view_video_view.post_date|date_format:"%Y-%m-%dT%H:%M:%S+00:00"}}", Something like this I guess.
  19. 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.
  20. 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.
  21. 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.
×
×
  • Create New...