Jump to content

baiyou

Members
  • Posts

    24
  • Joined

  • Days Won

    1

Posts posted by baiyou

  1. I hope I can change the player myself, such as launching videojs. Videojs has a wealth of plug-ins. I want to make a film and television website similar to Netflix, which can realize multi-subtitles and multi-track playback options.

  2. Just FYI, we have a theme partly finalized for this types of sites, which will be possibly finished before the new year. However we are not sure, it is 80% ready but needs some time to finalize and test everything.

     

    Is there a plan to support multi-subtitle multi-track playback? These features are very useful for movie and TV series websites, especially for multi-regional film and television websites. Can the player add a local copyright lock prompt when it is released, just like youtube, you can set those areas not to play.

  3. KVS Website UI section provides all necessary to design any API you want. You can create any lists with any display format (e.g. format output in XML instead of HTML and render with javascript or Android Java).

     

    E.g. creating app support for KVS is like to create a custom theme, KVS engine already has all the needed support and nothing is needed from KVS team here. Therefore please check with theme developers about this.

     

    For example create a page named api_videos_list and add list_videos block on it. In list_videos block configure this template:

     

    <videos>
    {{foreach from=$data item="item"}}
    <video>
    <title><![CDATA[{{$item.title}}]]></title>
    <description><![CDATA[{{$item.description}}]]></description>
    <duration>{{$item.duration}}</duration>
    </video>Thank you very much for your answer. Does the official plan to develop support for multi-track, multi-subtitle, HLS playback support programs? If you need to customize these, how to price?
    {{/foreach}}
    </videos>
    

     

    Here you already have XML API that you can use from your Android APP to query list of videos from KVS by sending GET to this URL:

    http://domain.com/api_videos_list.php

    Thank you very much for your answer. Does the official plan to develop support for multi-track, multi-subtitle, HLS playback support programs? If you need to customize these, how to price?

  4. No need to install KVS on every server. Here are list of requirements that you should install:

    • Storage server: PHP, Nginx recommended
    • Transcoding server: PHP, FFmpeg, ImageMagick

    For new features we do not have any schedule. We do all possible to implement new features as fast as possible. But we have a very long list of demands and HLS is not what is needed ASAP by most KVS users. Multi-subtitles are not really needed by 99% of KVS customers, so most likely we will not do them in the nearest future.

     

    These features may not be very demanding for adult websites, but I want to make a website that is not an adult, some movies will make some subtitles, or some videos with multiple tracks will be released. These functional requirements are still very valuable for an adult website.

  5.  

    I see what you mean now. Yes, we will take a look at GEOIP content restrictions. But for performance reasons it won't affect video lists, e.g. index page or search. Videos will be available in lists for all countries, but when user from restricted country enters video page, it will show error. Hiding videos from lists per-country is a huge overhead for MySQL, it won't work on production with much traffic.

     

     

    Can you send me some websites that are using kvs?

  6.  

    I see what you mean now. Yes, we will take a look at GEOIP content restrictions. But for performance reasons it won't affect video lists, e.g. index page or search. Videos will be available in lists for all countries, but when user from restricted country enters video page, it will show error. Hiding videos from lists per-country is a huge overhead for MySQL, it won't work on production with much traffic.

     

     

    Can you send me some websites that are using kvs?

  7.  

    Not sure I understand what you mean... do you mean you want to display different amount of videos on index (or other list) page for users from different countries?

     

    AN3ePA.thumb.png.e51116f7ab98904ba25fead22f2a221b.png

     

     

    When uploading a resource, you can choose not to display the video in those areas. When the blocked area accesses the video, it will prompt that the video is not displayed in your area according to the publisher's request. In addition, as you said, this function does not know if you can add it later.

  8.  

    We do not see any sense to populate top rating stats for all countries. This probably makes sense for such huge sites as pornhub with millions of content, but not for typical KVS site with max 100-200k content. Therefore will not waste time on implementing this.

     

    BTW you can imitate this by showing the same list to all countries and configuring header like "Most popular videos in USA" and "Most popular videos in Canada". Visitors do not need to know that they are in fact the same videos for all countries. The only problem is caching. Please contact support for more details on how to get rid of caching issue.

    Now I want to increase the number of videos that I can choose to display in those countries when I publish the video, because I am publishing some content that will take into account the legal constraints of some countries.

     

  9.  

    This is already supported by KVS player and is enabled by default in all installations.

     

     

     

    We will be looking at this in future.

     

     

     

     

    Support for multi-track playback This will be a nice feature. In addition, the default kv player can't add theater mode, don't know where to modify it? In consulting a question, is there a source code for the $499 Ultimate Edition?

  10. Can the Geo-Blocking area lock this feature be added? Posting video users can choose to play videos that are not in those areas. In addition, the background can add a setting scheme that sets the resolution above 2k for paying viewing, and the normal definition is free to watch.

×
×
  • Create New...